Home
last modified time | relevance | path

Searched refs:selectors (Results 1 – 25 of 67) sorted by relevance

123

/external/webkit/Source/WebCore/css/
DCSSStyleRule.h53 …ectorVector(Vector<OwnPtr<CSSParserSelector> >& selectors) { m_selectorList.adoptSelectorVector(se… in adoptSelectorVector() argument
/external/webkit/Source/WebCore/dom/
DDocumentFragment.idl24 [RequiresAllArguments=Raise] Element querySelector(in DOMString selectors)
26 [RequiresAllArguments=Raise] NodeList querySelectorAll(in DOMString selectors)
DElement.idl109 [RequiresAllArguments=Raise] Element querySelector(in DOMString selectors)
111 [RequiresAllArguments=Raise] NodeList querySelectorAll(in DOMString selectors)
115 boolean webkitMatchesSelector(in DOMString selectors)
DNode.h526 PassRefPtr<Element> querySelector(const String& selectors, ExceptionCode&);
527 PassRefPtr<NodeList> querySelectorAll(const String& selectors, ExceptionCode&);
DDocument.idl234 [RequiresAllArguments=Raise] Element querySelector(in DOMString selectors)
236 [RequiresAllArguments=Raise] NodeList querySelectorAll(in DOMString selectors)
DNode.cpp1763 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/
Dseapp_contexts1 # Input selectors:
11 # All specified input selectors in an entry must match (i.e. logical AND).
/external/webkit/Source/WebCore/inspector/front-end/
DDOMAgent.js533 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));
DAuditRules.js285 var selectors = [];
293 selectors.push(selectorText);
360 function documentLoaded(selectors, document) { argument
361 for (var i = 0; i < selectors.length; ++i)
362selectors[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/
Drwhvm_editcommand_helper.mm13 // 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
Drwhvm_editcommand_helper_unittest.mm166 // 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/
DSDL_cpuinfo.c310 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/
DInspectorDOMAgent.h114 void querySelector(ErrorString*, int nodeId, const String& selectors, int* elementId);
115 …void querySelectorAll(ErrorString*, int nodeId, const String& selectors, RefPtr<InspectorArray>* r…
DInspectorDOMAgent.cpp489 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/
Dvarinfo6.stdout.exp9 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
Dvcpu_bz2.stdout.exp9 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
Dorigin5-bz2.stdout.exp10 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
/external/valgrind/main/exp-sgcheck/tests/
Dhackedbz2.stdout.exp9 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
/external/webkit/Tools/WebKitLauncher/
DWebKitNightlyEnablerSparkle.m96 …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/
DMANIFEST.MF51 .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/
DMissingDealloc.m33 // Don't warn about iVars that are selectors.
/external/oprofile/events/ppc64/pa6t/
Devent_mappings2 # bits. mmcr1 contains the event selectors for the four programmable
/external/chromium/chrome/browser/resources/shared/css/
Dtree.css65 WebKit has a bug with attribute selectors so we apply selected to the tree row
/external/chromium-trace/src/shared/css/
Dtree.css68 WebKit has a bug with attribute selectors so we apply selected to the tree row
/external/webkit/Source/WebCore/
DChangeLog-2005-12-191079 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 …]

123