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

1234567891011>>

/external/v8/src/x64/
H A Dfull-codegen-x64.cc91 __ bind(&patch_site_);
170 __ bind(&ok);
301 __ bind(&ok);
345 __ bind(&ok);
359 __ bind(&return_label_);
367 masm_->bind(&check_exit_codesize);
538 __ bind(materialize_true);
546 __ bind(materialize_true);
549 __ bind(materialize_false);
551 __ bind(
[all...]
/external/webkit/Source/WebCore/inspector/front-end/
H A DResourceView.js159 this._incrementalUpdateTimer = setTimeout(commitIncrementalEdit.bind(this), updateTimeout);
176 this._resource.requestContent(contentLoaded.bind(this));
206 this._revision.requestContent(contentLoaded.bind(this));
H A DTextEditorHighlighter.js108 this._highlightTimer = setTimeout(this._highlightInChunks.bind(this, this._lastHighlightedLine, this._requestedEndLine), 10);
125 this._highlightTimer = setTimeout(this._highlightInChunks.bind(this, startLine, this._requestedEndLine), 100);
137 this._highlightTimer = setTimeout(this._highlightInChunks.bind(this, this._lastHighlightedLine, this._requestedEndLine), 10);
H A DDrawer.js41 this._mainStatusBar.addEventListener("mousedown", this._startStatusBarDragging.bind(this), true);
136 this._currentAnimation = WebInspector.animateStyle(animations, this._animationDuration(), animationFinished.bind(this));
198 this._currentAnimation = WebInspector.animateStyle(animations, this._animationDuration(), animationFinished.bind(this));
296 this._currentAnimation = WebInspector.animateStyle(animations, this._animationDuration(), animationFinished.bind(this));
326 WebInspector.elementDragStart(this._mainStatusBar, this._statusBarDragging.bind(this), this._endStatusBarDragging.bind(this), event, "row-resize");
H A DMetricsSidebarPane.js99 element.addEventListener("dblclick", this.startEditing.bind(this, element, name, propertyName), false);
174 widthElement.addEventListener("dblclick", this.startEditing.bind(this, widthElement, "width", "width", style), false);
178 heightElement.addEventListener("dblclick", this.startEditing.bind(this, heightElement, "height", "height", style), false);
220 commitHandler: this.editingCommitted.bind(this),
221 cancelHandler: this.editingCancelled.bind(this)
297 property.setDisabled(false, setEnabledValueCallback.bind(null, context));
H A DExtensionAPI.js37 // by Foo consutrctor to re-bind publicly exported members to an instance
55 extensionServer.registerHandler("notify-" + this._type, bind(this._dispatch, this));
165 this.__defineGetter__(panel, bind(panelGetter, null, panel));
179 extensionServer.sendRequest(request, callback && bind(callback, this, new ExtensionPanel(id)));
295 this[formatterTypes[i]] = bind(this._nodeFactory, null, formatterTypes[i]);
388 this.registerHandler("callback", bind(this._onCallback, this));
392 this._port.addEventListener("message", bind(this._onMessage, this), false);
453 function bind(func, thisObject)
465 interface[member] = typeof value === "function" ? bind(value, implementation)
H A Dinspector.js328 this._hideDOMNodeHighlightTimeout = setTimeout(this.highlightDOMNode.bind(this, 0), 2000);
333 element.addEventListener("click", this._updateFocusedNode.bind(this, nodeId), false);
334 element.addEventListener("mouseover", this.highlightDOMNode.bind(this, nodeId), false);
335 element.addEventListener("mouseout", this.highlightDOMNode.bind(this, 0), false);
399 InspectorFrontendHost.sendMessageToBackend = WebInspector.socket.send.bind(WebInspector.socket);
400 InspectorFrontendHost.loaded = WebInspector.socket.send.bind(WebInspector.socket, "loaded");
476 window.addEventListener("resize", this.windowResize.bind(this), true);
478 document.addEventListener("focus", this.focusChanged.bind(this), true);
479 document.addEventListener("keydown", this.documentKeyDown.bind(this), false);
480 document.addEventListener("beforecopy", this.documentCanCopy.bind(thi
[all...]
/external/v8/src/arm/
H A Dfull-codegen-arm.cc74 __ bind(&patch_site_);
87 __ bind(&patch_site_);
163 __ bind(&ok);
295 __ bind(&ok);
385 __ bind(&ok);
399 __ bind(&return_label_);
430 __ bind(&ok);
436 masm_->bind(&check_exit_codesize);
609 __ bind(materialize_true);
617 __ bind(materialize_tru
[all...]
H A Dmacro-assembler-arm.cc123 bind(&start);
153 bind(&start);
193 bind(&start);
389 bind(&done);
462 bind(&ok);
473 bind(&done);
534 bind(&done);
555 bind(&ok);
580 bind(&done);
1031 bind(
[all...]
/external/v8/src/mips/
H A Dfull-codegen-mips.cc84 __ bind(&patch_site_);
95 __ bind(&patch_site_);
170 __ bind(&ok);
301 __ bind(&ok);
394 __ bind(&ok);
408 __ bind(&return_label_);
439 __ bind(&ok);
445 masm_->bind(&check_exit_codesize);
617 __ bind(materialize_true);
625 __ bind(materialize_tru
[all...]
/external/chromium/chrome/browser/resources/options/
H A Dfont_settings.js36 standardFontRange.notifyChange = this.standardRangeChanged_.bind(this);
42 minimumFontRange.notifyChange = this.minimumRangeChanged_.bind(this);
44 this.minimumFontSizeChanged_.bind(this);
H A Dlanguage_options.js52 this.handleLanguageOptionsListChange_.bind(this));
54 this.handleLanguageOptionsListSave_.bind(this));
57 this.handleVisibleChange_.bind(this));
64 this.handleSpellCheckDictionaryPrefChange_.bind(this));
83 this.handleAddLanguageListClick_.bind(this));
88 this.handleAddLanguageOkButtonClick_.bind(this));
128 this.handleCheckboxClick_.bind(this));
150 this.handlePreloadEnginesPrefChange_.bind(this));
381 this.handleSpellCheckLanguageButtonClick_.bind(this));
/external/chromium/chrome/browser/resources/net_internals/
H A Ddnsview.js33 g_browser.enableIPv6.bind(g_browser);
41 g_browser.sendClearHostResolverCache.bind(g_browser);
H A Dproxyview.js38 clearBadProxiesButton.onclick = g_browser.sendClearBadProxies.bind(g_browser);
40 g_browser.sendReloadProxySettings.bind(g_browser);
H A Dsourceentry.js179 checkbox.onchange = this.onCheckboxToggled_.bind(this);
181 var onclick = this.onClicked_.bind(this);
186 tr.onmouseover = this.onMouseover_.bind(this);
187 tr.onmouseout = this.onMouseout_.bind(this);
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DDatagramChannelTest.java1236 this.channel1.socket().bind(localAddr2);
1263 this.channel1.socket().bind(localAddr2);
1301 this.channel1.socket().bind(localAddr2);
1309 this.channel1.socket().bind(localAddr2);
1315 this.channel1.socket().bind(localAddr2);
1323 this.channel1.socket().bind(localAddr2);
1357 this.channel1.socket().bind(localAddr2);
1377 this.channel1.socket().bind(localAddr2);
1388 this.channel1.socket().bind(localAddr2);
1481 this.channel1.socket().bind(localAddr
[all...]
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dtimeline.js130 this.viewport_.addEventListener('change', this.invalidate.bind(this));
135 this.tracks_.invalidate = this.invalidate.bind(this);
153 }.bind(this), 250);
155 document.addEventListener('keypress', this.onKeypress_.bind(this));
156 this.addEventListener('mousedown', this.onMouseDown_.bind(this));
157 this.addEventListener('mousemove', this.onMouseMove_.bind(this));
158 this.addEventListener('mouseup', this.onMouseUp_.bind(this));
198 }.bind(this), 0);
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/
H A Dpicasa_client.js38 reader.onload = onLoadCallback.bind(this);
195 xhrCallback.bind(this));
306 this.userID_, feedCallback.bind(this));
357 this.userID_ + '?alt=json', headers, postData, postCallback.bind(this));
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dcommand.js203 doc.addEventListener('focus', this.handleFocus_.bind(this), true);
206 doc.addEventListener('keydown', this.handleKeyDown_.bind(this), false);
/external/chromium/chrome/browser/resources/shared/js/cr/ui/table/
H A Dtable_header.js83 cell.addEventListener('click', this.createSortFunction_(i).bind(this));
154 }.bind(this);
/external/chromium/chrome/common/
H A Dmulti_process_lock_linux.cc64 // bind returns an abstract name socket.
74 if (bind(socket_fd,
80 PLOG(ERROR) << "Couldn't bind socket - "
/external/jmonkeyengine/engine/src/test/jme3test/niftygui/
H A DTestNiftyGui.java79 public void bind(Nifty nifty, Screen screen) { method in class:TestNiftyGui
80 System.out.println("bind( " + screen.getScreenId() + ")");
/external/libppp/src/
H A Did.h81 #define ID0bind_un(s, n) bind(s, (const struct sockaddr *)(n), sizeof *(n))
/external/openssh/openbsd-compat/
H A Dbindresvport.c100 error = bind(sd, sa, salen);
H A Drresvport.c90 if (bind(s, sa, salen) >= 0)

Completed in 611 milliseconds

1234567891011>>