Searched refs:bind (Results 226 - 250 of 606) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/inspector/front-end/
H A DStatusBarButton.js35 this.element.addEventListener("click", this._clicked.bind(this), false);
H A DDebuggerModel.js92 DebuggerAgent.setBreakpointByUrl(url, lineNumber, columnNumber, condition, didSetBreakpoint.bind(this));
102 DebuggerAgent.setBreakpoint(location, condition, didSetBreakpoint.bind(this));
150 this._scripts[sourceID].editSource(newSource, this._didEditScriptSource.bind(this, sourceID, newSource, callback));
H A DAuditRules.js362 WebInspector.domAgent.querySelector(document.id, selectors[i], queryCallback.bind(null, i === selectors.length - 1 ? selectorsCallback.bind(null, callback, styleSheets, testedSelectors) : null, selectors[i], styleSheets, testedSelectors));
365 WebInspector.domAgent.requestDocument(documentLoaded.bind(null, selectors));
385 WebInspector.CSSStyleSheet.createForId(info.styleSheetId, styleSheetCallback.bind(null, styleSheets, info.sourceURL, i == styleSheetInfos.length - 1 ? evalCallback : null));
719 WebInspector.cssModel.getStylesAsync(nodeIds[i], imageStylesReady.bind(this, nodeIds[i], i === nodeIds.length - 1));
794 WebInspector.domAgent.querySelectorAll(root.id, "body link[rel~='stylesheet'][href]", externalStylesheetsReceived.bind(null, root, nodeIds));
799 WebInspector.domAgent.querySelectorAll(root.id, "body style", inlineStylesReceived.bind(null, root));
865 WebInspector.domAgent.querySelectorAll(root.id, "head link[rel~='stylesheet'][href] ~ script:not([src])", cssBeforeInlineReceived.bind(null, nodeIds));
870 WebInspector.domAgent.querySelectorAll(root.id, "head script[src] ~ link[rel~='stylesheet'][href]", lateStylesReceived.bind(null, root));
977 this.mapResourceCookies(domainToResourcesMap, allCookies, collectorCallback.bind(thi
[all...]
H A DTimelinePanel.js44 this._containerElement.addEventListener("scroll", this._onScroll.bind(this), false);
94 this._popoverHelper = new WebInspector.PopoverHelper(this._containerElement, this._getPopoverAnchor.bind(this), this._showPopover.bind(this), true);
125 timelinesOverviewItem.onselect = this._timelinesOverviewItemSelected.bind(this);
130 memoryOverviewItem.onselect = this._memoryOverviewItemSelected.bind(this);
204 this.toggleTimelineButton.addEventListener("click", this._toggleTimelineButtonClicked.bind(this), false);
207 this.clearButton.addEventListener("click", this._clearPanel.bind(this), false);
210 this.toggleFilterButton.addEventListener("click", this._toggleFilterButtonClicked.bind(this), false);
213 this.garbageCollectButton.addEventListener("click", this._garbageCollectButtonClicked.bind(this), false);
240 this._overviewPane.updateEventDividers(this._markTimelineRecords, this._createEventDivider.bind(thi
[all...]
H A DResourceHeadersView.js161 toggleButton.addEventListener("click", this._toggleURLdecoding.bind(this));
224 toggleButton.addEventListener("click", this._toggleRequestHeadersText.bind(this));
243 toggleButton.addEventListener("click", this._toggleResponseHeadersText.bind(this));
H A DTextPrompt.js39 this._boundOnKeyDown = this._onKeyDown.bind(this);
188 this._completeTimeout = setTimeout(this.complete.bind(this, true), 250);
209 this.completions(wordPrefixRange, auto, this._completionsReady.bind(this, selection, auto, wordPrefixRange, reverse));
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DDrawingBuffer.h68 void bind();
/external/chromium/chrome/browser/resources/
H A Dnetwork_menu.js207 this.handleSsidEditKeydown_.bind(this));
224 this.handlePassEditKeydown_.bind(this));
284 button.addEventListener('click', this.handleConnect_.bind(this));
/external/chromium/chrome/browser/resources/options/
H A Dcookies_list.js107 remove.onclick = this.removeCookie_.bind(this);
514 this.parentIndexChanged_.bind(this));
545 window.setTimeout(this.updateOrigin.bind(this), 0);
578 this.addEventListener('keydown', this.handleKeyLeftRight_.bind(this));
580 sm.addEventListener('change', this.cookieSelectionChange_.bind(this));
581 sm.addEventListener('leadIndexChange', this.cookieLeadChange_.bind(this));
H A Dpref_ui.js271 this.pref, this.onPrefChange_.bind(this));
277 this.onchange = this.onChange_.bind(this);
278 this.onkeyup = this.onmouseup = this.onInputUp_.bind(this);
H A Doptions_page.js525 document.addEventListener('scroll', this.handleScroll_.bind(this));
526 window.addEventListener('resize', this.handleResize_.bind(this));
532 this.bodyMouseEventHandler_.bind(this),
536 this.bodyMouseEventHandler_.bind(this),
550 this.keyDownEventHandler_.bind(this));
552 document.addEventListener('focus', this.manageFocusChange_.bind(this),
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dlist.js169 this.handleDataModelSplice_.bind(this);
171 this.handleDataModelChange_.bind(this);
173 this.handleSorted_.bind(this);
222 this.boundHandleOnChange_ = this.handleOnChange_.bind(this);
223 this.boundHandleLeadChange_ = this.handleLeadChange_.bind(this);
361 this.addEventListener('scroll', this.redraw.bind(this));
/external/v8/src/arm/
H A Dlithium-codegen-arm.cc153 __ bind(&ok);
166 __ bind(&loop);
246 __ bind(code->entry());
280 __ bind(&table_start);
282 __ bind(&deopt_jump_table_[i].label);
817 __ bind(label->label());
920 __ bind(&positive_dividend);
922 __ bind(&done);
973 __ bind(&right_negative);
977 __ bind(
[all...]
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp752 instructions().append(target->bind(begin, instructions().size()));
772 instructions().append(target->bind(begin, instructions().size()));
789 instructions().append(target->bind(begin, instructions().size()));
804 instructions().append(target->bind(begin, instructions().size()));
819 instructions().append(target->bind(begin, instructions().size()));
828 instructions().append(target->bind(begin, instructions().size()));
848 instructions().append(target->bind(begin, instructions().size()));
865 instructions().append(target->bind(begin, instructions().size()));
880 instructions().append(target->bind(begin, instructions().size()));
895 instructions().append(target->bind(begi
[all...]
/external/v8/src/mips/
H A Dlithium-codegen-mips.cc151 __ bind(&ok);
164 __ bind(&loop);
244 __ bind(code->entry());
634 __ bind(&skip);
780 __ bind(label->label());
889 __ bind(&positive_dividend);
908 __ bind(&done);
931 __ bind(&left_not_zero);
939 __ bind(&left_not_min_int);
1045 __ bind(
[all...]
/external/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc183 __ bind(&exit);
281 __ bind(&exit);
386 __ bind(&exit);
458 __ bind(&exit);
660 __ bind(&exit);
699 __ bind(&smi_ok);
711 __ bind(&smi_ok2);
748 __ bind(&exit);
839 __ bind(&exit);
912 __ bind(
[all...]
/external/chromium-trace/trace-viewer/src/
H A Dlinux_perf_importer.js176 }.bind(this));
432 LinuxPerfImporter.prototype.traceClockSyncEvent.bind(this));
434 LinuxPerfImporter.prototype.traceMarkingWriteEvent.bind(this));
437 LinuxPerfImporter.prototype.traceClockSyncEvent.bind(this));
439 LinuxPerfImporter.prototype.traceMarkingWriteEvent.bind(this));
/external/dnsmasq/src/
H A Dnetwork.c302 bind(tcpfd, (struct sockaddr *)&addr, sa_len(&addr)) == -1 ||
304 bind(fd, (struct sockaddr *)&addr, sa_len(&addr)) == -1)
342 bind(tcpfd, (struct sockaddr *)&addr, sa_len(&addr)) == -1 ||
356 bind(fd, (struct sockaddr *)&addr, sa_len(&addr)) == -1)
374 bind(tftpfd, (struct sockaddr *)&addr, sa_len(&addr)) == -1)
430 if ((rc = bind(new->fd, &iface->addr.sa, sa_len(&iface->addr))) != -1)
435 If so, the bind will fail until the DAD completes, so we try over 20 seconds
447 if (rc == -1 || bind(new->tcpfd, &iface->addr.sa, sa_len(&iface->addr)) == -1)
450 die(_("failed to bind listening socket for %s: %s"),
466 bind(ne
[all...]
/external/elfutils/src/
H A Dxelf.h130 # define XELF_ST_INFO(bind, type) ELF32_ST_INFO (bind, type)
262 # define XELF_ST_INFO(bind, type) ELF64_ST_INFO (bind, type)
390 # define XELF_ST_INFO(bind, type) GELF_ST_INFO (bind, type)
/external/kernel-headers/original/linux/
H A Dnet.h129 int (*bind) (struct socket *sock, member in struct:proto_ops
241 SOCKCALL_WRAP(name, bind, (struct socket *sock, struct sockaddr *uaddr, int addr_len), \
275 .bind = __lock_##name##_bind, \
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DDatagramSocketTest.java785 protected void bind(int arg0, InetAddress arg1)
952 * @tests java.net.DatagramSocket#bind(java.net.SocketAddress)
963 // now create a socket that is not bound and then bind it
973 "Local address not correct after bind:"
987 ds.bind(new InetSocketAddress(localHost, portNumber));
1009 theSocket.bind(null);
1016 // Address we cannot bind to
1019 theSocket.bind(new InetSocketAddress(InetAddress
1034 theSocket.bind(theAddress);
1035 theSocket2.bind(theAddres
[all...]
/external/apache-http/src/org/apache/http/conn/
H A DMultihomePlainSocketFactory.java117 // we need to bind explicitly
123 sock.bind(isa);
/external/apache-http/src/org/apache/http/impl/
H A DSocketHttpClientConnection.java93 protected void bind( method in class:SocketHttpClientConnection
H A DSocketHttpServerConnection.java93 protected void bind(final Socket socket, final HttpParams params) throws IOException { method in class:SocketHttpServerConnection
/external/bluetooth/bluedroid/stack/avct/
H A Davct_lcb_act.c205 ** unbound ccb with a new PID, bind that ccb to this lcb and
216 BOOLEAN bind = FALSE; local
226 bind = TRUE;
235 /* bind ccb to lcb and send connect ind event */
236 bind = TRUE;
246 if (bind == FALSE)

Completed in 415 milliseconds

1234567891011>>