Searched refs:bind (Results 151 - 175 of 1723) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
H A Dbraille_ime.js137 chrome.input.ime.onActivate.addListener(this.onActivate_.bind(this));
138 chrome.input.ime.onDeactivated.addListener(this.onDeactivated_.bind(this));
139 chrome.input.ime.onFocus.addListener(this.onFocus_.bind(this));
140 chrome.input.ime.onBlur.addListener(this.onBlur_.bind(this));
142 this.onInputContextUpdate_.bind(this));
143 chrome.input.ime.onKeyEvent.addListener(this.onKeyEvent_.bind(this),
145 chrome.input.ime.onReset.addListener(this.onReset_.bind(this));
147 this.onMenuItemActivated_.bind(this));
333 this.onChromeVoxMessage_.bind(this));
335 this.onChromeVoxDisconnect_.bind(thi
[all...]
/external/chromium_org/chrome/browser/resources/net_export/
H A Dnet_export.js32 $('export-view-start-data').onclick = this.onStartData_.bind(this);
33 $('export-view-stop-data').onclick = this.onStopData_.bind(this);
34 $('export-view-send-data').onclick = this.onSendData_.bind(this);
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dimport_view.js30 this.loadFileElement_.onchange = this.logFileChanged.bind(this);
34 dropTarget.ondragenter = this.onDrag.bind(this);
35 dropTarget.ondragover = this.onDrag.bind(this);
36 dropTarget.ondrop = this.onDrop.bind(this);
124 fileReader.onload = this.onLoadLogFile.bind(this, logFile);
125 fileReader.onerror = this.onLoadLogFileError.bind(this);
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dnative_layer.js17 global.setInitialSettings = this.onSetInitialSettings_.bind(this);
18 global.setUseCloudPrint = this.onSetUseCloudPrint_.bind(this);
19 global.setPrinters = this.onSetPrinters_.bind(this);
21 this.onUpdateWithPrinterCapabilities_.bind(this);
23 this.onFailedToGetPrinterCapabilities_.bind(this);
25 this.onFailedToGetPrivetPrinterCapabilities_.bind(this);
26 global.reloadPrintersList = this.onReloadPrintersList_.bind(this);
27 global.printToCloud = this.onPrintToCloud_.bind(this);
29 this.onFileSelectionCancelled_.bind(this);
31 this.onFileSelectionCompleted_.bind(thi
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/settings/advanced_settings/
H A Dadvanced_settings.js75 this.cancel.bind(this));
80 this.onApplySettings_.bind(this));
85 this.onSearch_.bind(this));
171 }.bind(this));
194 }.bind(this));
223 }.bind(this));
/external/chromium_org/chrome/browser/resources/whispernet_proxy/js/
H A Dnacl.js72 this.embed_.addEventListener('load', this.onNaclReady_.bind(this));
73 this.embed_.addEventListener('error', this.onNaclError_.bind(this));
79 window.addEventListener('message', this.onMessage_.bind(this), true);
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/pause-resume/
H A Dbackground.js19 chrome.debugger.attach(debuggeeId, version, onAttach.bind(null, debuggeeId));
21 chrome.debugger.detach(debuggeeId, onDetach.bind(null, debuggeeId));
36 onDebuggerEnabled.bind(null, debuggeeId));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/layers/
H A DLayerPaintProfilerView.js17 this._paintProfilerView = new WebInspector.PaintProfilerView(this._showImage.bind(this));
31 layer.requestSnapshot(onSnapshotDone.bind(this));
40 snapshot.commandLog(onCommandLogDone.bind(this, snapshot));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DSoftContextMenu.js57 this._contextMenuElement.addEventListener("keydown", this._menuKeyDown.bind(this), false);
66 this._glassPaneElement.addEventListener("mouseup", this._glassPaneMouseUp.bind(this), false);
106 menuItemElement.addEventListener("mousedown", this._menuItemMouseDown.bind(this), false);
107 menuItemElement.addEventListener("mouseup", this._menuItemMouseUp.bind(this), false);
110 menuItemElement.addEventListener("mouseover", this._menuItemMouseOver.bind(this), false);
111 menuItemElement.addEventListener("mouseout", this._menuItemMouseOut.bind(this), false);
132 menuItemElement.addEventListener("mousedown", this._menuItemMouseDown.bind(this), false);
133 menuItemElement.addEventListener("mouseup", this._menuItemMouseUp.bind(this), false);
136 menuItemElement.addEventListener("mouseover", this._menuItemMouseOver.bind(this), false);
137 menuItemElement.addEventListener("mouseout", this._menuItemMouseOut.bind(thi
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebSchedulerProxy.cpp43 m_scheduler->postInputTask(location, bind(&runTask, adoptPtr(task)));
49 m_scheduler->postCompositorTask(location, bind(&runTask, adoptPtr(task)));
55 m_scheduler->postIpcTask(location, bind(&runTask, adoptPtr(task)));
/external/chromium_org/third_party/polymer/components-chromium/core-animation/
H A Dcore-animation-group-extracted.js51 }.bind(this));
63 }.bind(this));
87 }.bind(this));
/external/chromium_org/third_party/qunit/src/
H A Dbrowser_test_harness.js26 qunit.testDone(this.onTestDone_.bind(this));
27 qunit.log(this.onAssertion_.bind(this));
77 }.bind(this));
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/js/
H A Dsettings.js9 .click(this.store.bind(this));
19 this.onGetSettingsAjaxResponse_.bind(
29 this.onGetSettingsAjaxResponse_.bind(this, deviceTitle, deviceUri));
50 this.onSetSettingsAjaxResponse_.bind(this, target),
51 this.onSetSettingsAjaxError_.bind(this),
88 $(document).ready(this.onDomReady_.bind(this));
/external/chromium_org/ui/file_manager/file_manager/audio_player/js/
H A Daudio_player.js23 }.bind(this));
53 }.bind(this));
56 this.onExternallyUnmounted_.bind(this));
58 window.addEventListener('resize', this.onResize_.bind(this));
63 setTimeout(currentWindow.show.bind(currentWindow), 0);
125 var onClick = this.select_.bind(this, i);
148 }.bind(this));
149 }.bind(this));
159 this.entries_[track], this.displayMetadata_.bind(this, track));
226 }.bind(thi
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Dfunction_parallel.js29 this.nextStep = this.nextStep_.bind(this);
30 this.onError = this.onError_.bind(this);
31 this.apply = this.start.bind(this);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
H A Dconflict_dialog.js50 this.hideWithResult_.bind(this, ConflictDialog.Result.KEEP_BOTH));
61 this.hideWithResult_.bind(this, ConflictDialog.Result.REPLACE));
131 }.bind(this));
/external/chromium_org/ui/file_manager/image_loader/
H A Dworker.js142 this.finish_.bind(this, request),
145 this.finish_.bind(this, currentRequest));
146 }.bind(this, request));
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dsplitter.js69 this.addEventListener('mousedown', this.handleMouseDown_.bind(this),
71 this.addEventListener('touchstart', this.handleTouchStart_.bind(this),
88 var endDragBound = this.endDrag_.bind(this);
90 'touchmove': this.handleTouchMove_.bind(this),
99 'mousemove': this.handleMouseMove_.bind(this),
100 'mouseup': this.handleMouseUp_.bind(this),
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_manager.js766 group.add(this.getPreferences_.bind(this));
788 }.bind(this));
789 }.bind(this));
810 }.bind(this));
825 self.onResize_.bind(self));
830 this.onDirectoryChanged_.bind(this));
845 dm.addEventListener('scan-started', this.onScanStarted_.bind(this));
846 dm.addEventListener('scan-completed', this.onScanCompleted_.bind(this));
847 dm.addEventListener('scan-failed', this.onScanCancelled_.bind(this));
848 dm.addEventListener('scan-cancelled', this.onScanCancelled_.bind(thi
[all...]
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
H A Dmali_parser.js24 MaliParser.prototype.dvfsEventEvent.bind(this));
26 MaliParser.prototype.dvfsSetClockEvent.bind(this));
28 MaliParser.prototype.dvfsSetVoltageEvent.bind(this));
212 MaliParser.prototype.maliDDKEvent.bind(this));
367 this.importer.registerEventHandler(hwcEventName, handler.bind(this));
373 this.importer.registerEventHandler(hwcEventName, handler.bind(this));
387 this.importer.registerEventHandler(hwcEventName, handler.bind(this));
393 this.importer.registerEventHandler(hwcEventName, handler.bind(this));
407 this.importer.registerEventHandler(hwcEventName, handler.bind(this));
413 this.importer.registerEventHandler(hwcEventName, handler.bind(thi
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/
H A Dpreview_area.js285 this.onOpenSystemDialogButtonClick_.bind(this));
290 this.onTicketChange_.bind(this));
294 this.onTicketChange_.bind(this));
298 this.onTicketChange_.bind(this));
302 this.onTicketChange_.bind(this));
307 this.onTicketChange_.bind(this));
311 this.onTicketChange_.bind(this));
315 this.onTicketChange_.bind(this));
319 this.onTicketChange_.bind(this));
323 this.onTicketChange_.bind(thi
[all...]
/external/chromium-trace/trace-viewer/src/tracing/importer/
H A Dv8_log_importer.js171 processor: this.processTimerEvent_.bind(this)
175 processor: this.processSharedLibrary_.bind(this)
179 processor: this.processTimerEventStart_.bind(this)
183 processor: this.processTimerEventEnd_.bind(this)
187 processor: this.processCodeCreateEvent_.bind(this)
191 processor: this.processCodeMoveEvent_.bind(this)
195 processor: this.processCodeDeleteEvent_.bind(this)
200 processor: this.processTickEvent_.bind(this)
204 processor: this.processDistortion_.bind(this)
208 processor: this.processPlotRange_.bind(thi
[all...]
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dchrome_web_view.js43 }.bind(this), {instanceId: opt_webViewInstanceId || 0});
85 }.bind(this);
86 }.bind(this);
104 }.bind(this);
105 }.bind(this);
/external/chromium_org/extensions/test/data/
H A Dunit_test_environment_specific_bindings.js64 global.setTimeout = this.setTimeout_.bind(this);
65 global.clearTimeout = this.clearTimeout_.bind(this);
76 Promise.resolve().then(this.autoRun_.bind(this));
114 Promise.resolve().then(this.autoRun_.bind(this));
130 Promise.resolve().then(this.autoRun_.bind(this));
/external/chromium_org/remoting/webapp/
H A Dwcs_sandbox_content.js35 window.addEventListener('message', this.onMessage_.bind(this), false);
85 this.onLocalJid_.bind(this),
86 this.onError_.bind(this));
132 remoting.wcs.setOnIq(this.onIq_.bind(this));
201 remoting.wcs.setOnIq(this.onIq_.bind(this));

Completed in 1760 milliseconds

1234567891011>>