HomeSort by relevance Sort by last modified time
    Searched defs:chrome (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 51 chrome.experimental.webNavigation.onBeforeRetarget.addListener(
53 chrome.experimental.webNavigation.onBeforeNavigate.addListener(
55 chrome.experimental.webNavigation.onCompleted.addListener(
57 chrome.experimental.webNavigation.onCommitted.addListener(
59 chrome.experimental.webNavigation.onErrorOccurred.addListener(
63 chrome.extension.onRequest.addListener(this.onRequestListener_.bind(this));
73 * @see http://code.google.com/chrome/extensions/trunk/history.html
201 chrome.i18n.getMessage('errorCommittedWithoutPending'),
224 chrome.i18n.getMessage('errorCompletedWithoutPending'),
253 chrome.i18n.getMessage('errorErrorOccurredWithoutPending')
    [all...]
  /external/chromium/android/content/common/
url_constants.h 13 namespace chrome { namespace
47 } // namespace chrome
url_constants.cc 7 namespace chrome { namespace
11 const char kChromeDevToolsScheme[] = "chrome-devtools";
12 const char kChromeInternalScheme[] = "chrome-internal";
13 const char kChromeUIScheme[] = "chrome";
15 const char kExtensionScheme[] = "chrome-extension";
24 const char kUserScriptScheme[] = "chrome-user-script";
32 const char kUnreachableWebDataURL[] = "chrome://chromewebdata/";
34 } // namespace chrome
  /external/chromium/chrome/common/
chrome_constants.h 5 // A handful of resource-like constants related to the Chrome application.
13 namespace chrome { namespace
96 } // namespace chrome
chrome_content_plugin_client.cc 5 #include "chrome/common/chrome_content_plugin_client.h"
7 #include "chrome/common/default_plugin.h"
17 namespace chrome { namespace
34 chrome::RegisterInternalDefaultPlugin();
38 } // namespace chrome
chrome_paths_internal.h 13 namespace chrome { namespace
19 // This returns the base directory in which Chrome Frame stores user profiles.
21 // CF and Google Chrome want to share the same binaries.
27 // Note that the Chrome cache directories are actually subdirectories
73 } // namespace chrome
default_plugin.h 9 namespace chrome { namespace
14 } // namespace chrome
url_constants.h 13 namespace chrome { namespace
42 // chrome: URLs (including schemes). Should be kept in sync with the
90 // chrome components of URLs. Should be kept in sync with the full URLs
191 // General help link for Chrome.
219 // Call near the beginning of startup to register Chrome's internal URLs that
223 } // namespace chrome
chrome_content_client.h 11 namespace chrome { namespace
22 } // namespace chrome
chrome_content_plugin_client.h 11 namespace chrome { namespace
18 } // namespace chrome
chrome_version_info.h 16 namespace chrome { namespace
18 // An instance of chrome::VersionInfo has information about the
19 // current running build of Chrome.
31 // E.g. "Chromium" or "Google Chrome".
53 } // namespace chrome
default_plugin.cc 5 #include "chrome/common/default_plugin.h"
7 #include "chrome/default_plugin/plugin_main.h"
10 namespace chrome { namespace
29 } // namespace chrome
chrome_paths.cc 5 #include "chrome/common/chrome_paths.h"
13 #include "chrome/common/chrome_constants.h"
14 #include "chrome/common/chrome_paths_internal.h"
15 #include "chrome/common/chrome_switches.h"
26 FILE_PATH_LITERAL("Flash Player Plugin for Chrome.plugin");
39 #else // Linux and Chrome OS
50 #else // Linux and Chrome OS
56 namespace chrome { namespace
61 // If called from Chrome, get internal plugins from a subdirectory of the
64 *result = chrome::GetFrameworkBundlePath()
    [all...]
chrome_version_info.cc 5 #include "chrome/common/chrome_version_info.h"
13 namespace chrome { namespace
16 // On Windows and Mac, we get the Chrome version info by querying
57 // We get chrome version information from chrome_version_info_posix.h,
60 #include "chrome/common/chrome_version_info_posix.h"
90 } // namespace chrome
chrome_paths_linux.cc 5 #include "chrome/common/chrome_paths_internal.h"
21 namespace chrome { namespace
26 // ~/.config/google-chrome/ for official builds.
34 *result = config_dir.Append("google-chrome");
46 // (this maps ~/.config/google-chrome to ~/.cache/google-chrome as well
74 *result = config_dir.Append("google-chrome-frame");
76 *result = config_dir.Append("chrome-frame");
115 } // namespace chrome
chrome_paths_win.cc 5 #include "chrome/common/chrome_paths_internal.h"
16 #include "chrome/common/chrome_constants.h"
17 #include "chrome/installer/util/browser_distribution.h"
19 namespace chrome { namespace
26 *result = result->Append(chrome::kUserDataDirname);
36 *result = result->Append(chrome::kUserDataDirname);
56 // 'downloads' is not a good idea because Chrome's UI language
97 } // namespace chrome
chrome_content_client.cc 5 #include "chrome/common/chrome_content_client.h"
12 #include "chrome/common/child_process_logging.h"
13 #include "chrome/common/chrome_paths.h"
14 #include "chrome/common/chrome_switches.h"
20 const char* kPDFPluginName = "Chrome PDF Viewer";
25 const char* kNaClPluginName = "Chrome NaCl";
45 // plugins are "internal" which means they are compiled into the Chrome binary,
58 if (PathService::Get(chrome::FILE_PDF_PLUGIN, &path)) {
75 if (PathService::Get(chrome::FILE_NACL_PLUGIN, &path)) {
167 namespace chrome { namespace
    [all...]
chrome_paths.h 11 // This file declares path keys for the chrome module. These can be used with
14 namespace chrome { namespace
25 // used by Chrome at runtime.
46 // to set policies for chrome. This directory
55 // Used for OEM customization on Chrome OS.
79 FILE_CHROMEOS_API, // Full path to chrome os api shared object.
93 } // namespace chrome
  /external/chromium/chrome/browser/
chrome_content_browser_client.h 11 namespace chrome { namespace
24 } // namespace chrome
chrome_content_browser_client.cc 5 #include "chrome/browser/chrome_content_browser_client.h"
7 #include "chrome/browser/debugger/devtools_handler.h"
8 #include "chrome/browser/desktop_notification_handler.h"
9 #include "chrome/browser/extensions/extension_message_handler.h"
10 #include "chrome/browser/extensions/extension_service.h"
11 #include "chrome/browser/printing/printing_message_filter.h"
12 #include "chrome/browser/profiles/profile.h"
13 #include "chrome/browser/renderer_host/chrome_render_message_filter.h"
14 #include "chrome/browser/search_engines/search_provider_install_state_message_filter.h"
15 #include "chrome/browser/spellcheck_message_filter.h
20 namespace chrome { namespace
    [all...]
  /external/chromium/chrome/browser/net/
quoted_printable.h 14 namespace chrome { namespace
33 } // namespace chrome
quoted_printable.cc 5 #include "chrome/browser/net/quoted_printable.h"
19 namespace chrome { namespace
132 } // namespace chrome
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 6 * Mock out the chrome.fileBrowserPrivate API for use in the harness.
8 chrome.fileBrowserPrivate = {
14 * You must start chrome with --allow-file-access-from-files and
182 chrome.extension = {
  /external/chromium/chrome/browser/resources/sync_internals/
chrome_sync.js 5 var chrome = chrome || {};
6 // TODO(akalin): Add mocking code for e.g. chrome.send() so that we
7 // can test this without rebuilding chrome.
8 chrome.sync = chrome.sync || {};
66 chrome.sync.onSyncServiceStateChanged = new Event();
69 chrome.sync.onSyncNotificationStateChange = new Event();
70 chrome.sync.onSyncIncomingNotification = new Event();
73 chrome.sync.onChangesApplied = new Event()
    [all...]
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.h 20 // BootTimesLoader loads the bootimes of Chrome OS from the file system.
42 double chrome_exec; // Time session manager executed Chrome.
43 double chrome_main; // Time chrome's main() was called.
45 double system; // Time system took to start chrome.
46 double chrome; // Time chrome took to display login panel. member in struct:chromeos::BootTimesLoader::BootTimes
56 chrome(0),

Completed in 536 milliseconds

1 2