/external/chromium_org/chrome/browser/chromeos/drive/ |
file_system_util.h | 186 // Creates a GDoc file with given values. 188 // GDoc files are used to represent hosted documents on local filesystems. 189 // A GDoc file contains a JSON whose content is a URL to view the document and 195 // Returns true if |file_path| has a GDoc file extension. (e.g. ".gdoc") 198 // Reads URL from a GDoc file. 201 // Reads resource ID from a GDoc file.
|
search_metadata_unittest.cc | 119 entry.mutable_file_specific_info()->set_document_extension(".gdoc"); 299 EXPECT_EQ("drive/root/Document 1 excludeDir-test.gdoc", 356 EXPECT_EQ("drive/root/Document 1 excludeDir-test.gdoc", 379 EXPECT_EQ("drive/root/Document 1 excludeDir-test.gdoc", 422 EXPECT_EQ("drive/root/Document 1 excludeDir-test.gdoc",
|
file_system_util_unittest.cc | 255 // Read and write gdoc. 256 base::FilePath file = temp_dir.path().AppendASCII("test.gdoc"); 297 // Non GDoc file.
|
change_list_processor_unittest.cc | 147 {"drive/root/Document 1 excludeDir-test.gdoc", 225 "drive/root/New Directory/File in new dir.gdoc")); 381 EXPECT_TRUE(GetResourceEntry("drive/root/Added file.gdoc")); 401 EXPECT_FALSE(GetResourceEntry("drive/root/Added file.gdoc")); 437 EXPECT_TRUE(GetResourceEntry("drive/root/Directory 1/Added file.gdoc")); 460 EXPECT_FALSE(GetResourceEntry("drive/root/Directory 1/Added file.gdoc"));
|
resource_entry_conversion_unittest.cc | 109 EXPECT_EQ("Document 1.gdoc", entry.base_name()); // The suffix added. 110 EXPECT_EQ(".gdoc", entry.file_specific_info().document_extension()); 264 EXPECT_EQ("Deleted document.gdoc", entry.base_name());
|
drive_url_request_job_unittest.cc | 252 // Open a gdoc file. 255 GURL("drive:drive/root/Document 1 excludeDir-test.gdoc"),
|
file_system_util.cc | 77 LOG(WARNING) << "File too large to be a GDoc file " << file_path.value();
|
file_system_unittest.cc | 371 FILE_PATH_LITERAL("drive/root/Document 1 excludeDir-test.gdoc"));
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
copy_operation_unittest.cc | 120 const base::FilePath local_src_path = temp_dir().AppendASCII("local.gdoc"); 122 "drive/root/Directory 1/Document 1 excludeDir-test.gdoc")); 198 "drive/root/Document 1 excludeDir-test.gdoc")); 200 "drive/root/Duplicate Name.txt/Document 1 excludeDir-test.gdoc"));
|
truncate_operation_unittest.cc | 87 "drive/root/Document 1 excludeDir-test.gdoc"));
|
copy_operation.h | 89 // is JSON GDoc file.
|
copy_operation.cc | 142 // Try to parse GDoc File and extract the resource id, if necessary. 286 // GDoc file may contain a resource ID in the old format.
|
download_operation_unittest.cc | 240 "drive/root/Document 1 excludeDir-test.gdoc"));
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
file_tasks_unittest.cc | 659 // Foo.app can handle ".gdoc" files. 667 foo_extensions.push_back(new std::string("gdoc")); // Not ".gdoc" 678 // Bar.app can handle ".gdoc" files. 692 .Append("filesystem:*.gdoc"))))); 696 // Files.app can handle ".gdoc" files. 711 .Append("filesystem:*.gdoc"))))); 715 // Find apps for a ".gdoc file". Only the built-in handler of Files.apps 721 drive::util::GetDriveMountPointPath().AppendASCII("foo.gdoc"), 723 file_urls.push_back(GURL("filesystem:chrome-extension://id/dir/foo.gdoc")); [all...] |
open_with_browser.cc | 121 // Reads the alternate URL from a GDoc file. When it fails, returns a file URL
|
file_browser_handlers.cc | 444 action_id == "open-hosted-gdoc" ||
|
/external/chromium_org/chrome/browser/resources/file_manager/ |
manifest.json | 159 "id": "open-hosted-gdoc", 163 "filesystem:*.gdoc"
|
/external/chromium_org/third_party/skia/src/xml/ |
SkDOM.cpp | 470 static const char gDoc[] = 486 const Node* root = dom.build(gDoc, sizeof(gDoc) - 1);
|
/external/skia/src/xml/ |
SkDOM.cpp | 470 static const char gDoc[] = 486 const Node* root = dom.build(gDoc, sizeof(gDoc) - 1);
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/ |
file_types.css | 92 [file-type-icon='gdoc'] { 94 url('../../common/images/file_types/100/gdoc.png') 1x, 95 url('../../common/images/file_types/200/gdoc.png') 2x); 98 tree:focus .tree-item[selected] > .tree-row > [file-type-icon='gdoc'], 99 list:focus [selected] [file-type-icon='gdoc'], 100 list.autocomplete-suggestions [selected] [file-type-icon='gdoc'] {
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_type.js | 80 {type: 'hosted', icon: 'gdoc', name: 'GDOC_DOCUMENT_FILE_TYPE', 81 subtype: 'doc', pattern: /\.gdoc$/i},
|
file_tasks.js | 253 } else if (taskParts[2] === 'open-hosted-gdoc') { 254 task.iconType = 'gdoc';
|
/external/chromium_org/google_apis/drive/ |
gdata_wapi_parser_unittest.cc | 312 base::FilePath(FILE_PATH_LITERAL("Test.gdoc"))));
|
gdata_wapi_parser.cc | 104 { ENTRY_KIND_DOCUMENT, "document", ".gdoc"},
|
/external/chromium_org/chrome/app/theme/ |
theme_resources.grd | 258 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYPE_GDOC" file="cros/file_types/gdoc.png" /> [all...] |