Searched refs:bind (Results 26 - 50 of 606) sorted by relevance

1234567891011>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
H A Dresources-ant.jar ... ?defs= " () public static java.lang.String bind (java.lang.String) String id public static org ...
/external/webkit/Source/WebCore/inspector/front-end/
H A DScript.js51 DebuggerAgent.getScriptSource(this.sourceID, didGetScriptSource.bind(this));
62 DebuggerAgent.editScriptSource(this.sourceID, newSource, didEditScriptSource.bind(this));
H A DGoToLineDialog.js35 this._element.addEventListener("keydown", this._onKeyDown.bind(this), false);
51 var blurHandler = this._onBlur.bind(this);
57 go.addEventListener("click", this._onClick.bind(this), false);
62 }.bind(this), false);
H A DDatabaseTableView.js37 this.refreshButton.addEventListener("click", this._refreshButtonClicked.bind(this), false);
54 this.database.executeSql("SELECT * FROM " + this.tableName, this._queryFinished.bind(this), this._queryError.bind(this));
H A DHelpScreen.js35 this._element.addEventListener("keydown", this._onKeyDown.bind(this), false);
42 this.contentElement.addEventListener("blur", this._onBlur.bind(this), false);
46 closeButton.addEventListener("click", this._hide.bind(this), false);
H A DPropertiesSidebarPane.js45 WebInspector.RemoteObject.resolveNode(node, nodeResolved.bind(this));
51 object.evaluate("var proto = this; result = {}; var counter = 1; while (proto) { result[counter++] = proto; proto = proto.__proto__ }; return result;", nodePrototypesReady.bind(this));
60 object.getOwnProperties(fillSection.bind(this));
H A DExtensionServer.js41 this._registerHandler("addRequestHeaders", this._onAddRequestHeaders.bind(this));
42 this._registerHandler("addAuditCategory", this._onAddAuditCategory.bind(this));
43 this._registerHandler("addAuditResult", this._onAddAuditResult.bind(this));
44 this._registerHandler("createPanel", this._onCreatePanel.bind(this));
45 this._registerHandler("createSidebarPane", this._onCreateSidebarPane.bind(this));
46 this._registerHandler("evaluateOnInspectedPage", this._onEvaluateOnInspectedPage.bind(this));
47 this._registerHandler("getHAR", this._onGetHAR.bind(this));
48 this._registerHandler("getResourceContent", this._onGetResourceContent.bind(this));
49 this._registerHandler("log", this._onLog.bind(this));
50 this._registerHandler("reload", this._onReload.bind(thi
[all...]
H A DDOMStorageItemsView.js37 this.deleteButton.addEventListener("click", this._deleteButtonClicked.bind(this), false);
40 this.refreshButton.addEventListener("click", this._refreshButtonClicked.bind(this), false);
64 this.domStorage.getEntries(this._showDOMStorageEntries.bind(this));
109 var dataGrid = new WebInspector.DataGrid(columns, this._editingCallback.bind(this), this._deleteCallback.bind(this));
H A DDatabaseQueryView.js37 this.element.addEventListener("selectstart", this._selectStart.bind(this), false);
42 this.promptElement.addEventListener("keydown", this._promptKeyDown.bind(this), true);
45 this.prompt = new WebInspector.TextPrompt(this.promptElement, this.completions.bind(this), " ");
59 setTimeout(moveBackIfOutside.bind(this), 0);
119 this._selectionTimeout = setTimeout(moveBackIfOutside.bind(this), 100);
137 this.database.executeSql(query, this._queryFinished.bind(this, query), this._queryError.bind(this, query));
H A DCallStackSidebarPane.js31 this.bodyElement.addEventListener("contextmenu", this._contextMenu.bind(this), true);
61 placard.element.addEventListener("click", this._placardSelected.bind(this, placard), false);
71 callFrame.sourceLine(didGetSourceLine.bind(this, placard));
143 contextMenu.appendItem(WebInspector.UIString("Copy Stack Trace"), this._copyStackTrace.bind(this));
161 this._shortcuts[nextCallFrame.key] = this._selectNextCallFrameOnStack.bind(this);
165 this._shortcuts[prevCallFrame.key] = this._selectPreviousCallFrameOnStack.bind(this);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dlighttpd.conf44 server.bind = "localhost"
/external/chromium/chrome/browser/resources/net_internals/
H A Dhttpthrottlingview.js13 this.enableCheckbox_.onclick = this.onEnableCheckboxClicked_.bind(this);
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/
H A Dupload_page.js44 this.files_.addEventListener('splice', this.handleOnFilesChanged_.bind(this));
57 this.handleOnLoginClicked_.bind(this));
61 buttons[i].addEventListener('click', this.close_.bind(this));
69 this.handleOnAlbumSelected_.bind(this));
72 this.handleOnAlbumTitleChanged_.bind(this));
75 this.handleOnAlbumLocationChanged_.bind(this));
79 this.handleOnAlbumDescriptionChanged_.bind(this));
89 this.handleOnUploadClicked_.bind(this));
91 this.handleOnLogoutClicked_.bind(this));
196 this.client_.getAlbums(this.getAlbumsCallback_.bind(thi
[all...]
/external/chromium-trace/trace-viewer/src/
H A Dtimeline_find_control.js40 }.bind(this));
48 }.bind(this));
57 }.bind(this));
66 }.bind(this));
70 }.bind(this));
74 }.bind(this));
H A Dlinux_perf_i915_parser.js21 LinuxPerfI915Parser.prototype.gemObjectCreateEvent.bind(this));
23 LinuxPerfI915Parser.prototype.gemObjectBindEvent.bind(this));
25 LinuxPerfI915Parser.prototype.gemObjectBindEvent.bind(this));
27 LinuxPerfI915Parser.prototype.gemObjectChangeDomainEvent.bind(this));
29 LinuxPerfI915Parser.prototype.gemObjectPreadWriteEvent.bind(this));
31 LinuxPerfI915Parser.prototype.gemObjectPreadWriteEvent.bind(this));
33 LinuxPerfI915Parser.prototype.gemObjectFaultEvent.bind(this));
36 LinuxPerfI915Parser.prototype.gemObjectDestroyEvent.bind(this));
38 LinuxPerfI915Parser.prototype.gemObjectDestroyEvent.bind(this));
40 LinuxPerfI915Parser.prototype.gemRingDispatchEvent.bind(thi
[all...]
H A Doverlay.js42 this.onKeydownBoundToThis_ = this.onKeydown_.bind(this);
43 this.onFocusInBoundToThis_ = this.onFocusIn_.bind(this);
44 this.addEventListener('mousedown', this.onMousedown_.bind(this));
93 window.setTimeout(this.focusOverlay_.bind(this), 0);
166 this.onKeyDown = this.onKeyDown.bind(this);
167 this.onKeyPress = this.onKeyPress.bind(this);
168 this.onDocumentClick = this.onDocumentClick.bind(this);
H A Dlinux_perf_gesture_parser.js20 LinuxPerfGestureParser.prototype.logEvent.bind(this));
22 LinuxPerfGestureParser.prototype.syncEvent.bind(this));
24 LinuxPerfGestureParser.prototype.timerEvent.bind(this));
/external/skia/src/gpu/gl/
H A DGrGLVertexBuffer.cpp41 void GrGLVertexBuffer::bind() const { function in class:GrGLVertexBuffer
54 this->bind();
77 this->bind();
87 this->bind();
102 this->bind();
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dtracing_controller.js24 this.stopButton_.onclick = this.endTracing.bind(this);
37 this.onKeydownBoundToThis_ = this.onKeydown_.bind(this);
38 this.onKeypressBoundToThis_ = this.onKeypress_.bind(this);
51 window.setTimeout(this.beginRequestBufferPercentFull_.bind(this), 250);
100 window.setTimeout(this.endTracing.bind(this), 100);
158 window.setTimeout(this.onEndTracingComplete.bind(this), 250);
238 window.setTimeout(this.endTracing.bind(This), 500);
/external/v8/src/arm/
H A Dcodegen-arm.cc170 __ bind(&only_change_map);
183 __ bind(&gc_required);
188 __ bind(&loop);
214 __ bind(&convert_hole);
224 __ bind(&entry);
230 __ bind(&done);
285 __ bind(&gc_required);
290 __ bind(&loop);
314 __ bind(&convert_hole);
317 __ bind(
[all...]
/external/v8/src/x64/
H A Dcode-stubs-x64.cc48 __ bind(&check_heap_number);
54 __ bind(&call_builtin);
106 __ bind(&gc);
153 __ bind(&gc);
195 __ bind(&after_sentinel);
217 __ bind(&gc);
314 __ bind(&check_fast_elements);
322 __ bind(&double_elements);
352 __ bind(&slow_case);
395 __ bind(
[all...]
H A Dcodegen-x64.cc161 __ bind(&no_exceptions);
167 __ bind(&partial_remainder_loop);
191 __ bind(&valid_result);
196 __ bind(&return_result);
203 __ bind(&clear_exceptions);
283 __ bind(&allocated);
305 __ bind(&new_backing_store);
326 __ bind(&only_change_map);
339 __ bind(&loop);
350 __ bind(
[all...]
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dsplitter.js70 this.addEventListener('mousedown', this.handleMouseDown_.bind(this),
81 this.boundHandleMouseMove_ = this.handleMouseMove_.bind(this);
82 this.boundHandleMouseUp_ = this.handleMouseUp_.bind(this);
/external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
H A Dnavigation_collector.js14 * automatically bind handlers to the relevant webnavigation API events,
52 this.onBeforeRetargetListener_.bind(this));
54 this.onBeforeNavigateListener_.bind(this));
56 this.onCompletedListener_.bind(this));
58 this.onCommittedListener_.bind(this));
60 this.onErrorOccurredListener_.bind(this));
63 chrome.extension.onRequest.addListener(this.onRequestListener_.bind(this));
/external/v8/src/ia32/
H A Dbuiltins-ia32.cc148 __ bind(&allocate);
247 __ bind(&loop);
250 __ bind(&entry);
271 __ bind(&undo_allocation);
276 __ bind(&rt_call);
286 __ bind(&allocated);
307 __ bind(&loop);
309 __ bind(&entry);
350 __ bind(&use_receiver);
354 __ bind(
[all...]

Completed in 366 milliseconds

1234567891011>>