Searched defs:chrome (Results 1 - 25 of 607) sorted by last modified time

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp2587 bool Document::dispatchBeforeUnloadEvent(Chrome& chrome, bool& didAllowNavigation) argument
2612 if (chrome.runBeforeUnloadConfirmPanel(text, m_frame)) {
3156 frameHost()->chrome().dispatchViewportPropertiesDidChange(m_viewportDescription);
3640 frameHost()->chrome().focusedNodeChanged(m_focusedElement.get());
5554 frame()->page()->chrome().client().didAssociateFormControls(associatedFormControls);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameHost.cpp63 Chrome& FrameHost::chrome() const function in class:blink::FrameHost
65 return m_page->chrome();
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DInputType.cpp433 Chrome* InputType::chrome() const function in class:blink::InputType
436 return &host->chrome();
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPage.h142 Chrome& chrome() const { return *m_chrome; } function in class:blink::FINAL
/external/chromium_org/tools/emacs/
H A Dtrybot.el3 ; (setq-default chrome-root "/path/to/chrome/src/")
4 ; (add-to-list 'load-path (concat chrome-root "tools/emacs"))
13 (defvar chrome-root nil
16 (defun get-chrome-root ()
17 (or chrome-root default-directory))
25 (corrected-path (file-name-as-directory (get-chrome-root))))
40 (get-chrome-root))
84 (cd (get-chrome-root))
118 (concat " | " (get-chrome
[all...]
/external/chromium_org/ui/file_manager/file_manager/audio_player/js/
H A Daudio_player.js47 chrome.fileManagerPrivate.getStrings(function(strings) {
61 var currentWindow = chrome.app.window.current();
/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Ddevice_handler.js22 chrome.fileManagerPrivate.onDeviceChanged.addListener(
24 chrome.fileManagerPrivate.onMountCompleted.addListener(
26 chrome.notifications.onButtonClicked.addListener(
183 chrome.notifications.getAll(function(idList) {
205 chrome.notifications.create(
211 iconUrl: chrome.runtime.getURL('/common/images/icon96.png'),
223 chrome.notifications.clear(this.makeId_(devicePath), callback);
406 chrome.notifications.clear(id, function() {});
H A Dvolume_manager.js234 chrome.fileManagerPrivate.requestFileSystem(
237 // TODO(mtomasz): chrome.runtime.lastError should have error reason.
463 chrome.fileManagerPrivate.onDriveConnectionStatusChanged.addListener(
473 chrome.fileManagerPrivate.getDriveConnectionState(function(state) {
547 chrome.fileManagerPrivate.getVolumeMetadataList(function(volumeMetadataList) {
577 chrome.fileManagerPrivate.onMountCompleted.addListener(
673 chrome.fileManagerPrivate.addMount(fileUrl, function(sourcePath) {
691 chrome.fileManagerPrivate.removeMount(volumeInfo.volumeId);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Ddrive_banners.js41 chrome.storage.onChanged.addListener(this.onStorageChange_.bind(this));
44 chrome.storage.local.get(
58 chrome.fileManagerPrivate.logoutUserForReauthentication();
105 chrome.storage.local.set(values);
116 chrome.storage.local.set(values);
120 * chrome.storage.onChanged event handler.
268 chrome.storage.local.set(values);
337 chrome.echoPrivate.getOfferInfo(offerServiceId, function(offerInfo) {
339 if (!chrome.runtime.lastError)
351 chrome
[all...]
H A Dfile_watcher.js21 chrome.fileManagerPrivate.onDirectoryChanged.addListener(
38 chrome.fileManagerPrivate.onDirectoryChanged.removeListener(
156 chrome.fileManagerPrivate.removeFileWatch(
189 chrome.fileManagerPrivate.addFileWatch(
/external/chromium_org/ui/file_manager/video_player/js/
H A Dmedia_controls.js997 chrome.mediaPlayerPrivate.onTogglePlayState.addListener(
1221 chrome.mediaPlayerPrivate.onNextTrack.addListener(
1223 chrome.mediaPlayerPrivate.onPrevTrack.addListener(
1225 chrome.mediaPlayerPrivate.onTogglePlayState.addListener(
/external/chromium_org/ui/keyboard/resources/
H A Dkeyboard_mojo.js8 if (!chrome.virtualKeyboardPrivate) {
39 chrome.virtualKeyboardPrivate = {};
40 chrome.virtualKeyboardPrivate.sendKeyEvent = function(event) {
50 chrome.virtualKeyboardPrivate.hideKeyboard = function() {
55 chrome.virtualKeyboardPrivate.moveCursor = function() {};
56 chrome.virtualKeyboardPrivate.lockKeyboard = function() {};
57 chrome.virtualKeyboardPrivate.keyboardLoaded = function() {};
58 chrome.virtualKeyboardPrivate.getKeyboardConfig = function() {};
74 chrome.virtualKeyboardPrivate.onTextInputBoxFocused = input_focused_event;
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js21 * See http://developer.chrome.com/extensions/
39 * Packages in chrome.experimental.* should *not* be added to this file. The
64 * See chrome.runtime.sendMessage for a complex example as sendMessage
85 * http://developer.chrome.com/extensions/permissions.html#type-Permissions
94 * chrome.permissions.Permissions;
108 * type defined at http://developer.chrome.com/apps/runtime.html#type-Port.
112 * chrome.extension.Port = function() {}
136 * chrome.runtime.PortEvent and define the four methods on it.
139 * * at-param {function(!chrome.runtime.Port): void} callback Callback.
140 * chrome
[all...]
H A Dchrome_send_externs.js6 * @fileoverview Externs for global |chrome| object.
14 chrome.send = function(msg, opt_args) {};
/external/chromium_org/remoting/webapp/js_proto/
H A Dchrome_proto.js10 var chrome = {};
13 chrome.Event = function() {};
16 chrome.Event.prototype.addListener = function(callback) {};
19 chrome.Event.prototype.removeListener = function(callback) {};
22 chrome.app = {};
25 chrome.app.runtime = {
26 /** @type {chrome.Event} */
32 chrome.app.window = {
52 chrome.runtime = {
60 /** @type {chrome
[all...]
/external/chromium_org/remoting/webapp/
H A Dvideo_frame_recorder.js34 chrome.fileSystem.chooseEntry(
128 chrome.fileSystem.getDisplayPath(fileEntry, function(path) {
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_context.h32 namespace chrome { namespace
/external/chromium_org/extensions/renderer/
H A Ddispatcher.cc120 // Returns the global value for "chrome" from |context|. If one doesn't exist
124 // example, "window.chrome = true".
127 v8::String::NewFromUtf8(context->isolate(), "chrome"));
129 v8::Handle<v8::Value> chrome(global->Get(chrome_string));
130 if (chrome->IsUndefined()) {
131 chrome = v8::Object::New(context->isolate());
132 global->Set(chrome_string, chrome);
134 return chrome;
165 // This handles the "chrome." root API object in script contexts.
236 // Extension pages (chrome
314 v8::Handle<v8::Object> chrome = AsObjectOrEmpty(GetOrCreateChrome(context)); local
[all...]
/external/chromium_org/extensions/renderer/resources/
H A Dextension_custom_bindings.js14 var chrome = requireNative('chrome').GetChrome(); variable
21 // This should match chrome.windows.WINDOW_ID_NONE.
23 // We can't use chrome.windows.WINDOW_ID_NONE directly because the
24 // chrome.windows API won't exist unless this extension has permission for it;
31 chrome.self = extension;
66 return 'chrome-extension://' + extensionId + path;
81 if (chrome.runtime &&
82 $Object.hasOwnProperty(chrome.runtime, alias) &&
83 chrome
[all...]
H A Dmessaging.js5 // chrome.runtime.messaging API implementation.
7 // TODO(kalman): factor requiring chrome out of here.
8 var chrome = requireNative('chrome').GetChrome(); variable
21 var kRequestChannel = "chrome.extension.sendRequest";
22 var kMessageChannel = "chrome.runtime.sendMessage";
23 var kNativeMessageChannel = "chrome.runtime.sendNativeMessage";
126 "The chrome." + eventName + " listener must return true if you " +
130 "Cannot send a response more than once per chrome." + eventName +
138 lastError.set(eventName, errorMsg.join(" ") + ").", null, chrome);
[all...]
H A Dwindow_controls.js9 var chrome = requireNative('chrome').GetChrome(); variable
55 chrome.app.window.current().close();
69 if (chrome.app.window.current().isMaximized()) {
70 chrome.app.window.current().restore();
72 chrome.app.window.current().maximize();
/external/chromium_org/content/renderer/
H A Dmemory_benchmarking_extension.cc39 v8::Handle<v8::Object> chrome = local
40 global->Get(gin::StringToV8(isolate, "chrome"))->ToObject();
41 if (chrome.IsEmpty()) {
42 chrome = v8::Object::New(isolate);
43 global->Set(gin::StringToV8(isolate, "chrome"), chrome); local
45 chrome->Set(gin::StringToV8(isolate, "memoryBenchmarking"),
H A Dskia_benchmarking_extension.cc81 v8::Handle<v8::Object> chrome = local
82 global->Get(gin::StringToV8(isolate, "chrome"))->ToObject();
83 if (chrome.IsEmpty()) {
84 chrome = v8::Object::New(isolate);
85 global->Set(gin::StringToV8(isolate, "chrome"), chrome); local
87 chrome->Set(gin::StringToV8(isolate, "skiaBenchmarking"), controller.ToV8());
H A Dweb_ui_extension.cc58 // - chrome.send: Used to send messages to the browser. Requires the message
61 // - chrome.getVariableValue: Returns value for the input variable name if such
73 v8::Handle<v8::Object> chrome = local
74 global->Get(gin::StringToV8(isolate, "chrome"))->ToObject();
75 if (chrome.IsEmpty()) {
76 chrome = v8::Object::New(isolate);
77 global->Set(gin::StringToSymbol(isolate, "chrome"), chrome); local
79 chrome->Set(gin::StringToSymbol(isolate, "send"),
82 chrome
[all...]
/external/chromium_org/components/feedback/
H A Dfeedback_util.h26 namespace chrome { namespace
28 } // namespace chrome

Completed in 6284 milliseconds

1234567891011>>