HomeSort by relevance Sort by last modified time
    Searched refs:cracked_id (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/browser/fileapi/
isolated_context_unittest.cc 103 std::string cracked_id; local
109 virtual_path, &cracked_id, &cracked_type, &cracked_inner_id,
113 ASSERT_EQ(id_, cracked_id);
204 std::string cracked_id; local
211 virtual_path, &cracked_id, &cracked_type, &cracked_inner_id,
216 virtual_path, &cracked_id, &cracked_type, &cracked_inner_id,
221 ASSERT_EQ(id_, cracked_id);
275 std::string cracked_id; local
284 virtual_path, &cracked_id, NULL, NULL, &cracked_path, &cracked_option));
286 ASSERT_EQ(id_, cracked_id);
348 std::string cracked_id; local
    [all...]
external_mount_points_unittest.cc 459 std::string cracked_id; local
464 &cracked_name, &cracked_type, &cracked_id, &cracked_path,
480 EXPECT_TRUE(cracked_id.empty()) << "Test case index: " << i;
501 std::string cracked_id; local
505 base::FilePath(FPL("nosync/file")), &name, &type, &cracked_id, &path,
509 base::FilePath(FPL("sync/file")), &name, &type, &cracked_id, &path,
  /external/chromium_org/webkit/browser/fileapi/
mount_points.h 90 std::string* cracked_id,
external_mount_points.cc 152 std::string* cracked_id,
298 std::string cracked_id; local
303 &cracked_id, &cracked_path, &cracked_mount_option)) {
311 cracked_id.empty() ? mount_name : cracked_id, cracked_mount_option);
external_mount_points.h 76 std::string* cracked_id,
isolated_context.h 152 std::string* cracked_id,
isolated_context.cc 293 std::string* cracked_id,
327 if (cracked_id)
328 *cracked_id = instance->filesystem_id();
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.cc 99 std::string cracked_id; local
103 url.virtual_path(), &id, &type, &cracked_id, &path, &option) &&
105 url.virtual_path(), &id, &type, &cracked_id, &path, &option)) {
192 std::string cracked_id; local
195 if (!mount_points_->CrackVirtualPath(virtual_path, &id, &type, &cracked_id,
198 &cracked_id, &path, &option)) {
  /external/chromium_org/chrome/browser/extensions/api/file_handlers/
app_file_handler_util.cc 371 std::string cracked_id; local
373 virtual_path, &filesystem_id, &type, &cracked_id, file_path,

Completed in 107 milliseconds