HomeSort by relevance Sort by last modified time
    Searched refs:selectors (Results 1 - 25 of 28) sorted by null

1 2

  /external/webkit/Source/WebCore/dom/
DocumentFragment.idl 24 [RequiresAllArguments=Raise] Element querySelector(in DOMString selectors)
26 [RequiresAllArguments=Raise] NodeList querySelectorAll(in DOMString selectors)
Element.idl 109 [RequiresAllArguments=Raise] Element querySelector(in DOMString selectors)
111 [RequiresAllArguments=Raise] NodeList querySelectorAll(in DOMString selectors)
115 boolean webkitMatchesSelector(in DOMString selectors)
Document.idl 234 [RequiresAllArguments=Raise] Element querySelector(in DOMString selectors)
236 [RequiresAllArguments=Raise] NodeList querySelectorAll(in DOMString selectors)
Node.h 526 PassRefPtr<Element> querySelector(const String& selectors, ExceptionCode&);
527 PassRefPtr<NodeList> querySelectorAll(const String& selectors, ExceptionCode&);
Node.cpp     [all...]
Element.h 292 bool webkitMatchesSelector(const String& selectors, ExceptionCode&);
  /external/webkit/Source/WebCore/css/
CSSStyleRule.h 53 void adoptSelectorVector(Vector<OwnPtr<CSSParserSelector> >& selectors) { m_selectorList.adoptSelectorVector(selectors); }
CSSParser.h 206 CSSRule* createStyleRule(Vector<OwnPtr<CSSParserSelector> >* selectors);
CSSParser.cpp     [all...]
  /frameworks/base/core/java/android/util/
DebugUtils.java 69 String[] selectors = s.split("@"); local
71 if (object.getClass().getSimpleName().matches(selectors[0])) {
73 for (int i = 1; i < selectors.length; i++) {
74 String[] pair = selectors[i].split("=");
  /external/webkit/Tools/WebKitLauncher/
WebKitNightlyEnablerSparkle.m 96 SEL selectors[] = { @selector(remindMeLater:), @selector(skipThisVersion:), @selector(installUpdate:) };
97 SEL selector = selectors[[sender tag] + 1];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/qemu/distrib/sdl-1.2.12/src/cpuinfo/
SDL_cpuinfo.c 310 int selectors[2] = { CTL_HW, HW_VECTORUNIT }; local
313 int error = sysctl(selectors, 2, &hasVectorUnit, &length, NULL, 0);
  /external/valgrind/main/memcheck/tests/
varinfo6.stdout.exp 9 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
origin5-bz2.stdout.exp 10 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
vcpu_bz2.stdout.exp 9 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
  /external/webkit/Source/WebCore/inspector/
InspectorDOMAgent.h 114 void querySelector(ErrorString*, int nodeId, const String& selectors, int* elementId);
115 void querySelectorAll(ErrorString*, int nodeId, const String& selectors, RefPtr<InspectorArray>* result);
InspectorDOMAgent.cpp 489 void InspectorDOMAgent::querySelector(ErrorString* errorString, int nodeId, const String& selectors, int* elementId)
497 RefPtr<Element> element = node->querySelector(selectors, ec);
507 void InspectorDOMAgent::querySelectorAll(ErrorString* errorString, int nodeId, const String& selectors, RefPtr<InspectorArray>* result)
514 RefPtr<NodeList> nodes = node->querySelectorAll(selectors, ec);
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
DOMAgent.js 533 querySelector: function(nodeId, selectors, callback)
535 DOMAgent.querySelector(nodeId, selectors, this._wrapClientCallback(callback));
538 querySelectorAll: function(nodeId, selectors, callback)
540 DOMAgent.querySelectorAll(nodeId, selectors, this._wrapClientCallback(callback));
AuditRules.js 285 var selectors = [];
293 selectors.push(selectorText);
360 function documentLoaded(selectors, document) {
361 for (var i = 0; i < selectors.length; ++i)
362 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));
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.stdout.exp 9 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 157 - (DOMElement *)querySelector:(NSString *)selectors AVAILABLE_IN_WEBKIT_VERSION_4_0;
158 - (DOMNodeList *)querySelectorAll:(NSString *)selectors AVAILABLE_IN_WEBKIT_VERSION_4_0;
228 - (DOMElement *)querySelector:(NSString *)selectors AVAILABLE_IN_WEBKIT_VERSION_4_0;
229 - (DOMNodeList *)querySelectorAll:(NSString *)selectors AVAILABLE_IN_WEBKIT_VERSION_4_0;
    [all...]
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 179 ;# and assumes that v14/v15 contain the b_hihi/b_lolo selectors
832 add r7, r7, r7 ;# selects selectors
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]

Completed in 825 milliseconds

1 2