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

1 2 3 4 5 6 7 8 91011>>

  /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_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 51 chrome.webNavigation.onCreatedNavigationTarget.addListener(
53 chrome.webNavigation.onBeforeNavigate.addListener(
55 chrome.webNavigation.onCompleted.addListener(
57 chrome.webNavigation.onCommitted.addListener(
59 chrome.webNavigation.onErrorOccurred.addListener(
61 chrome.webNavigation.onReferenceFragmentUpdated.addListener(
63 chrome.webNavigation.onHistoryStateUpdated.addListener(
67 chrome.extension.onRequest.addListener(this.onRequestListener_.bind(this));
79 * @see http://code.google.com/chrome/extensions/trunk/history.html
170 chrome.storage.local.get(
    [all...]
  /external/chromium/android/content/common/
url_constants.h 13 namespace chrome { namespace
47 } // 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
  /external/chromium_org/chrome/browser/accessibility/
invert_bubble_prefs.cc 5 #include "chrome/browser/accessibility/invert_bubble_prefs.h"
7 #include "chrome/common/pref_names.h"
10 namespace chrome { namespace
19 } // namespace chrome
  /external/chromium_org/chrome/browser/app_mode/
app_mode_utils.h 8 namespace chrome { namespace
19 } // namespace chrome
  /external/chromium_org/chrome/browser/
chrome_browser_field_trials_desktop.h 14 namespace chrome { namespace
25 } // namespace chrome
chrome_browser_field_trials_mobile.h 14 namespace chrome { namespace
24 } // namespace chrome
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime.h 10 namespace chrome { namespace
15 // that chrome is signing out, which lets session manager send
21 // chrome will be restarted at the end of shutdown process. On
22 // ChromeOS, this simply exits the chrome, which lets sesssion
27 // Windows 8 specific: Like AttemptRestart but if chrome is running
47 // the chrome.
92 } // namespace chrome
application_lifetime_android.h 10 namespace chrome { namespace
16 } // namespace chrome
application_lifetime_aura.cc 5 #include "chrome/browser/lifetime/application_lifetime.h"
8 #include "chrome/browser/browser_process.h"
9 #include "chrome/browser/notifications/notification_ui_manager.h"
10 #include "chrome/common/chrome_switches.h"
22 namespace chrome { namespace
58 } // namespace chrome
application_lifetime_stub.cc 5 #include "chrome/browser/lifetime/application_lifetime.h"
7 namespace chrome { namespace
12 } // namespace chrome
application_lifetime_win.cc 5 #include "chrome/browser/lifetime/application_lifetime.h"
9 namespace chrome { namespace
15 } // namespace chrome
  /external/chromium_org/chrome/browser/mac/
keychain_reauthorize.h 14 namespace chrome { namespace
43 // (~/Library/Preferences/com.google.Chrome.plist,
44 // com.google.Chrome.canary.plist, etc.) instead of Chrome preferences because
49 } // namespace chrome
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_object_entry.cc 7 #include "chrome/browser/media_galleries/win/mtp_device_object_entry.h"
9 namespace chrome { namespace
26 } // namespace chrome
  /external/chromium_org/chrome/browser/metrics/
compression_utils.h 10 namespace chrome { namespace
15 } // namespace chrome
time_ticks_experiment_unittest.cc 5 #include "chrome/browser/metrics/time_ticks_experiment_win.h"
10 namespace chrome { namespace
time_ticks_experiment_win.h 12 namespace chrome { namespace
20 } // namespace chrome
  /external/chromium_org/chrome/browser/metro_utils/
metro_chrome_win.h 8 namespace chrome { namespace
11 // Chrome window running in Metro mode. Returns true if the activation was
17 } // namespace chrome
  /external/chromium_org/chrome/browser/printing/
print_error_dialog.cc 5 #include "chrome/browser/printing/print_error_dialog.h"
7 #include "chrome/browser/ui/simple_message_box.h"
11 namespace chrome { namespace
20 } // namespace chrome
print_error_dialog.h 10 namespace chrome { namespace
15 } // namespace chrome

Completed in 457 milliseconds

1 2 3 4 5 6 7 8 91011>>