HomeSort by relevance Sort by last modified time
    Searched refs:Chrome (Results 226 - 250 of 314) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/components/test/data/password_manager/
environment.py 14 from selenium.webdriver.chrome.options import Options
17 # Message strings to look for in chrome://password-manager-internals
31 chrome_path: The chrome binary file.
33 profile_path: The chrome testing profile folder.
63 # Cleaning the chrome testing profile folder.
68 logging.error("Error: Could not wipe the chrome profile directory (%s). \
74 # Chrome path.
76 # Chrome testing profile path.
81 self.driver = webdriver.Chrome(chromedriver_path, 0, options)
85 self.internals_page = "chrome://password-manager-internals/
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
aggregate_results.js 111 label = 'Chrome Revision';
206 html += htmlForTableRow('Chrome Revision', resultsForBuilder[results.CHROME_REVISIONS].slice(0, numColumns));
  /external/chromium_org/tools/metrics/histograms/
extract_histograms.py 45 <group name="Chrome"/>
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_encoder.js 76 // the only way to use the Chrome built-in image encoder.
181 // Chrome can only encode JPEG and PNG. Force PNG mime type so that we
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_encoder.js 76 // the only way to use the Chrome built-in image encoder.
181 // Chrome can only encode JPEG and PNG. Force PNG mime type so that we
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
background.js 53 chrome.i18n.getMessage('@@extension_id') !=
66 * Chrome's actual TTS which knows and cares about pitch, volume, etc.
99 chrome.accessibilityPrivate.onChromeVoxLoadStateChanged) {
100 chrome.accessibilityPrivate.onChromeVoxLoadStateChanged.addListener(
121 chrome.windows.getAll({'populate': true}, function(windows) {
136 chrome.extension.onMessage.addListener(
149 // We use fetchCode instead of chrome.extensions.executeFile because
182 chrome.tabs.executeScript(
187 if (!chrome.extension.lastError) {
227 // Tell the handler for native UI (chrome of chrome) events tha
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
dynamic-loading.rst 72 usually worth it. In future releases, Chrome may also support caching of
321 the Chrome Web Store, and downloaded to the user's machine
326 applications, you must include the modules in the application's Chrome Web
387 help you troubleshoot the JavaScript console and standard output from Chrome.
403 check where main.nexe is being requested from. Use Chrome's Developer Tools:
414 can determine which module crashed by looking at the Network tab in Chrome's
  /external/chromium_org/chrome/browser/resources/google_now/
common_test_util.js 33 * function. Can be either 'chrome' or 'instrumented'.
188 * Sets up the test to expect a Chrome Local Storage call.
  /external/chromium_org/chrome/browser/resources/sync_internals/
data.js 9 // TODO(akalin): Add info like Chrome version, OS, date dumped, etc.
15 data += JSON.stringify(chrome.sync.aboutInfo, null, 2);
22 data += JSON.stringify(chrome.sync.notifications, null, 2);
29 data += JSON.stringify(chrome.sync.log.entries, null, 2);
137 var aboutInfo = JSON.stringify(chrome.sync.aboutInfo, null, 2);
185 chrome.sync.events.removeEventListener(
191 chrome.sync.events.addEventListener(
194 chrome.sync.requestListOfTypes();
199 chrome.sync.getAllNodes(triggerDataDownload);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
pending_changes.js 81 * Commits the pending changes to Chrome. After this function is called, there
94 chrome.fontSettings.setFont(details);
100 chrome.fontSettings.setDefaultFontSize({pixelSize: size});
104 chrome.fontSettings.setDefaultFixedFontSize({pixelSize: size});
108 chrome.fontSettings.setMinimumFontSize({pixelSize: size});
options.js 271 chrome.fontSettings.getFont(details, function(result) {
536 chrome.fontSettings.clearFont({
550 chrome.fontSettings.clearDefaultFixedFontSize();
551 chrome.fontSettings.clearDefaultFontSize();
552 chrome.fontSettings.clearMinimumFontSize();
610 * Chrome.
611 * TODO: The font should be localized like Chrome does.
635 * Chrome settings tries to use the system font. So does this extension.
694 chrome.fontSettings.onFontChanged.addListener(advancedFonts.refresh);
695 chrome.fontSettings.getFontList(advancedFonts.populateFontLists)
    [all...]
  /external/chromium_org/content/browser/resources/media/
ssrc_info_manager.js 28 // to Chrome.
  /external/chromium_org/ppapi/api/private/
ppb_nacl_private.idl 7 * and is for internal Chrome use. It may change without notice. */
9 label Chrome {
  /external/chromium_org/remoting/webapp/
identity.js 7 * Wrapper class for Chrome's identity API.
50 chrome.identity.getAuthToken(
66 chrome.identity.removeCachedAuthToken({ 'token': token }, onDone);
71 chrome.identity.getAuthToken({ 'interactive': false }, onToken);
129 console.error(chrome.runtime.lastError);
149 chrome.identity.getAuthToken(
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
player_testapi.js 8 * Test API for Chrome OS Video Player and Audio Player.
11 * chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/video_player.html
14 * chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/mediaplayer.html
74 * chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/mediaplayer.html
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
extension_bridge.js 6 * @fileoverview Bridge to aid in communication between a Chrome
35 if (/^chrome-extension:\/\/.*background\.html$/.test(window.location.href)) {
44 if (chrome && chrome.extension) {
190 chrome.extension.onConnect.addListener(onConnectHandler);
209 // the background page, but it is in the Chrome OS case.
224 chrome.extension.onMessage.addListener(onMessageHandler);
237 self.backgroundPort = chrome.extension.connect({name: self.PORT_NAME});
328 chrome.extension.sendMessage(message);
339 chrome.tabs.query
    [all...]
braille_input_handler.js 8 * that is built into Chrome OS to do the actual text editing.
105 * The ID of the Braille IME extension built into Chrome OS.
125 chrome.runtime.onConnectExternal.addListener(
493 // See chrome/common/extensions/api/virtual_keyboard_private.json for
499 chrome.virtualKeyboardPrivate.sendKeyEvent(keyEvent);
501 chrome.virtualKeyboardPrivate.sendKeyEvent(keyEvent);
  /external/chromium_org/chrome/browser/resources/gaia_auth/
main.js 16 'chrome-extension://mfffpogegjflfpflabcdkioaeobkgjik';
71 PARENT_PAGE: 'chrome://oobe/',
74 CONSTRAINED_FLOW_SOURCE: 'chrome',
219 * Chrome OS, or when initDesktopChannel_ is called on desktop.
242 // is detected on Chrome OS. This does not apply to tests that explicitly
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 6 * Background page for Chrome Sounds extension.
7 * This tracks various events from Chrome and plays sounds.
17 "chrome://extensions/": "beepboop.mp3",
79 // chrome.windows.onRemoved - can't suppress the tab removed that comes first
81 "tabCreated": chrome.tabs.onCreated,
82 "tabMoved": chrome.tabs.onMoved,
83 "tabRemoved": chrome.tabs.onRemoved,
84 "tabSelectionChanged": chrome.tabs.onSelectionChanged,
85 "tabAttached": chrome.tabs.onAttached,
86 "tabDetached": chrome.tabs.onDetached
    [all...]
  /external/chromium_org/content/test/gpu/gpu_tests/
cloud_storage_test_base.py 222 help='Chrome revision being tested.',
  /external/chromium_org/ppapi/native_client/tools/browser_tester/
browser_tester.py 123 'paths. Note: this currently only works with the Chrome '
130 help='Additional flags for the chrome command.')
153 help='Pass --allow-nacl-socket-api=<host> to Chrome, where '
179 sys.stdout.write('Cannot find netlog, did Chrome actually launch?\n')
283 # If Chrome exits prematurely without making a single request to the
284 # web server, this is probally a Chrome crash-on-launch bug not related
289 raise RetryTest('Chrome failed to launch.')
302 raise RetryTest('Chrome hung before running the test.')
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
template_writer.py 19 'build': 'chrome' or 'chromium'
20 'branding': 'Google Chrome' or 'Chromium'
21 'mac_bundle_id': The Mac bundle id of Chrome. (Only set when building
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 25 chrome.send(command, Array.prototype.slice.call(arguments, 1));
36 },'chrome://serviceworker-internals');
65 if (event.origin != 'chrome://serviceworker-internals') {
307 'You may need a newer version of desktop Chrome. ' +
308 'Please try Chrome ' + browser.adbBrowserVersion + ' or later.';
340 browserInspector = 'chrome://tracing';
369 // Attached targets have no unique id until Chrome 26. For such targets
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_tasks.js 32 * Location of the Chrome Web Store.
37 FileTasks.CHROME_WEB_STORE_URL = 'https://chrome.google.com/webstore';
40 * Base URL of apps list in the Chrome Web Store. This constant is used in
47 'https://chrome.google.com/webstore/category/collection/file_handlers';
58 * Returns URL of the Chrome Web Store which show apps supporting the given
97 chrome.fileBrowserPrivate.getFileTasks(urls, this.mimeTypes_,
196 return (appId === chrome.runtime.id &&
212 var id = chrome.runtime.id;
407 var taskId = chrome.runtime.id + '|file|view-in-browser';
408 chrome.fileBrowserPrivate.executeTask(taskId, urls, onViewFiles)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
spannable_test.js 179 spannable.append(' Chrome');
180 assertEquals('Google Chrome', spannable.toString());

Completed in 707 milliseconds

1 2 3 4 5 6 7 8 91011>>