/external/webkit/Source/WebCore/css/ |
D | CSSStyleRule.h | 53 …ectorVector(Vector<OwnPtr<CSSParserSelector> >& selectors) { m_selectorList.adoptSelectorVector(se… in adoptSelectorVector() argument
|
/external/webkit/Source/WebCore/dom/ |
D | DocumentFragment.idl | 24 [RequiresAllArguments=Raise] Element querySelector(in DOMString selectors) 26 [RequiresAllArguments=Raise] NodeList querySelectorAll(in DOMString selectors)
|
D | Element.idl | 109 [RequiresAllArguments=Raise] Element querySelector(in DOMString selectors) 111 [RequiresAllArguments=Raise] NodeList querySelectorAll(in DOMString selectors) 115 boolean webkitMatchesSelector(in DOMString selectors)
|
D | Node.h | 526 PassRefPtr<Element> querySelector(const String& selectors, ExceptionCode&); 527 PassRefPtr<NodeList> querySelectorAll(const String& selectors, ExceptionCode&);
|
D | Document.idl | 234 [RequiresAllArguments=Raise] Element querySelector(in DOMString selectors) 236 [RequiresAllArguments=Raise] NodeList querySelectorAll(in DOMString selectors)
|
D | Node.cpp | 1763 PassRefPtr<Element> Node::querySelector(const String& selectors, ExceptionCode& ec) in querySelector() argument 1765 if (selectors.isEmpty()) { in querySelector() 1773 p.parseSelector(selectors, document(), querySelectorList); in querySelector() 1810 PassRefPtr<NodeList> Node::querySelectorAll(const String& selectors, ExceptionCode& ec) in querySelectorAll() argument 1812 if (selectors.isEmpty()) { in querySelectorAll() 1820 p.parseSelector(selectors, document(), querySelectorList); in querySelectorAll()
|
/external/sepolicy/ |
D | seapp_contexts | 1 # Input selectors: 11 # All specified input selectors in an entry must match (i.e. logical AND).
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | DOMAgent.js | 533 querySelector: function(nodeId, selectors, callback) argument 535 DOMAgent.querySelector(nodeId, selectors, this._wrapClientCallback(callback)); 538 querySelectorAll: function(nodeId, selectors, callback) argument 540 DOMAgent.querySelectorAll(nodeId, selectors, this._wrapClientCallback(callback));
|
D | AuditRules.js | 285 var selectors = []; 293 selectors.push(selectorText); 360 function documentLoaded(selectors, document) { argument 361 for (var i = 0; i < selectors.length; ++i) 362 …selectors[i], queryCallback.bind(null, i === selectors.length - 1 ? selectorsCallback.bind(null, c… 365 WebInspector.domAgent.requestDocument(documentLoaded.bind(null, selectors));
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | rwhvm_editcommand_helper.mm | 13 // The names of all the objc selectors w/o ':'s added to an object by 110 // the various editing selectors. 192 // If class_addMethod fails we assume that all the editing selectors where
|
D | rwhvm_editcommand_helper_unittest.mm | 166 // Random selectors should be enabled by the function. 171 // selectors. Once we go past that we should do more extensive testing here.
|
/external/qemu/distrib/sdl-1.2.12/src/cpuinfo/ |
D | SDL_cpuinfo.c | 310 int selectors[2] = { CTL_HW, HW_VECTORUNIT }; in CPU_haveAltiVec() local 313 int error = sysctl(selectors, 2, &hasVectorUnit, &length, NULL, 0); in CPU_haveAltiVec()
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorDOMAgent.h | 114 void querySelector(ErrorString*, int nodeId, const String& selectors, int* elementId); 115 …void querySelectorAll(ErrorString*, int nodeId, const String& selectors, RefPtr<InspectorArray>* r…
|
D | InspectorDOMAgent.cpp | 489 void InspectorDOMAgent::querySelector(ErrorString* errorString, int nodeId, const String& selectors… in querySelector() argument 497 RefPtr<Element> element = node->querySelector(selectors, ec); in querySelector() 507 …t::querySelectorAll(ErrorString* errorString, int nodeId, const String& selectors, RefPtr<Inspecto… in querySelectorAll() argument 514 RefPtr<NodeList> nodes = node->querySelectorAll(selectors, ec); in querySelectorAll()
|
/external/valgrind/main/memcheck/tests/ |
D | varinfo6.stdout.exp | 9 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
|
D | vcpu_bz2.stdout.exp | 9 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
|
D | origin5-bz2.stdout.exp | 10 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
|
/external/valgrind/main/exp-sgcheck/tests/ |
D | hackedbz2.stdout.exp | 9 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
|
/external/webkit/Tools/WebKitLauncher/ |
D | WebKitNightlyEnablerSparkle.m | 96 …SEL selectors[] = { @selector(remindMeLater:), @selector(skipThisVersion:), @selector(installUpdat… 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/META-INF/ |
D | MANIFEST.MF | 51 .apache.tools.ant.types.resources.selectors,org.apache.tools.ant.type 52 s.selectors,org.apache.tools.ant.types.selectors.modifiedselector,org
|
/external/clang/test/Analysis/ |
D | MissingDealloc.m | 33 // Don't warn about iVars that are selectors.
|
/external/oprofile/events/ppc64/pa6t/ |
D | event_mappings | 2 # bits. mmcr1 contains the event selectors for the four programmable
|
/external/chromium/chrome/browser/resources/shared/css/ |
D | tree.css | 65 WebKit has a bug with attribute selectors so we apply selected to the tree row
|
/external/chromium-trace/src/shared/css/ |
D | tree.css | 68 WebKit has a bug with attribute selectors so we apply selected to the tree row
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-12-19 | 1079 along with general cleanup. Also print chained selectors. 8403 selector, although one wonders how this could be part of the selectors spec 9240 Adds support for :first-of-type CSS3 pseudo-selectors 21105 * layout-tests/fast/selectors/032-expected.checksum: 21106 * layout-tests/fast/selectors/032-expected.png: 21107 * layout-tests/fast/selectors/064-expected.checksum: 21108 * layout-tests/fast/selectors/064-expected.png: 21109 * layout-tests/fast/selectors/077-expected.checksum: 21110 * layout-tests/fast/selectors/077-expected.png: 21111 * layout-tests/fast/selectors/077b-expected.checksum: [all …]
|