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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFragment.idl 25 [RaisesException] Element querySelector(DOMString selectors);
26 [RaisesException] NodeList querySelectorAll(DOMString selectors);
SelectorQuery.cpp 234 // The travseralRoots may be empty, regardless of the returned bool value, if this method finds that the selectors won't
364 // The returned Node may be 0, regardless of matchTraverseRoot, if this method finds that the selectors won't
426 // Many web developers uses querySelector with these simple selectors.
483 SelectorQuery* SelectorQueryCache::add(const AtomicString& selectors, Document* document, ExceptionState& es)
485 HashMap<AtomicString, OwnPtr<SelectorQuery> >::iterator it = m_entries.find(selectors);
491 parser.parseSelector(selectors, selectorList);
510 m_entries.add(selectors, selectorQuery.release());
Element.idl 102 [RaisesException] Element querySelector(DOMString selectors);
103 [RaisesException] NodeList querySelectorAll(DOMString selectors);
106 [RaisesException] boolean webkitMatchesSelector([Default=Undefined] optional DOMString selectors);
Document.idl 163 [RaisesException] Element querySelector(DOMString selectors);
164 [RaisesException] NodeList querySelectorAll(DOMString selectors);
Node.h 637 PassRefPtr<Element> querySelector(const AtomicString& selectors, ExceptionState&);
638 PassRefPtr<NodeList> querySelectorAll(const AtomicString& selectors, ExceptionState&);
    [all...]
  /frameworks/base/core/java/android/util/
DebugUtils.java 70 String[] selectors = s.split("@"); local
72 if (object.getClass().getSimpleName().matches(selectors[0])) {
74 for (int i = 1; i < selectors.length; i++) {
75 String[] pair = selectors[i].split("=");
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleRule.h 109 void parserAdoptSelectorVector(Vector<OwnPtr<CSSParserSelector> >& selectors) { m_selectorList.adoptSelectorVector(selectors); }
110 void wrapperAdoptSelectorList(CSSSelectorList& selectors) { m_selectorList.adopt(selectors); }
161 void parserAdoptSelectorVector(Vector<OwnPtr<CSSParserSelector> >& selectors) { m_selectorList.adoptSelectorVector(selectors); }
162 void wrapperAdoptSelectorList(CSSSelectorList& selectors) { m_selectorList.adopt(selectors); }
229 static PassRefPtr<StyleRuleRegion> create(Vector<OwnPtr<CSSParserSelector> >* selectors, Vector<RefPtr<StyleRuleBase> >& adoptRules)
231 return adoptRef(new StyleRuleRegion(selectors, adoptRules))
    [all...]
StyleRule.cpp 328 StyleRuleRegion::StyleRuleRegion(Vector<OwnPtr<CSSParserSelector> >* selectors, Vector<RefPtr<StyleRuleBase> >& adoptRules)
332 m_selectorList.adoptSelectorVector(*selectors);
  /external/chromium-trace/trace-viewer/src/tracing/
record_selection_dialog.css 51 .group-selectors {
56 .group-selectors button {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
ChangedFileSet.java 21 import org.apache.tools.ant.types.selectors.SelectorUtils;
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_app_registry.cc 236 const ScopedVector<std::string>& selectors,
238 for (ScopedVector<std::string>::const_iterator it = selectors.begin();
239 it != selectors.end(); ++it) {
drive_app_registry.h 101 // trigger on file double-click events. Non-default selectors only show up
106 // Defines mapping between file content type selectors (extensions, MIME
120 // Helper function for loading web application file |selectors| into
129 const ScopedVector<std::string>& selectors,
  /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.15/src/cpuinfo/
SDL_cpuinfo.c 363 int selectors[2] = { CTL_HW, HW_VECTORUNIT };
366 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/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.h 116 virtual void querySelector(ErrorString*, int nodeId, const String& selectors, int* elementId);
117 virtual void querySelectorAll(ErrorString*, int nodeId, const String& selectors, RefPtr<TypeBuilder::Array<int> >& result);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
AuditRules.js 348 var selectors = [];
356 selectors.push(selectorText);
418 function documentLoaded(selectors, document) {
420 for (var i = 0; i < selectors.length; ++i) {
423 var effectiveSelector = selectors[i].replace(pseudoSelectorRegexp, "");
424 WebInspector.domAgent.querySelector(document.id, effectiveSelector, queryCallback.bind(null, i === selectors.length - 1 ? selectorsCallback.bind(null, callback, styleSheets, testedSelectors) : null, selectors[i], styleSheets, testedSelectors));
428 WebInspector.domAgent.requestDocument(documentLoaded.bind(null, selectors));
    [all...]
DOMAgent.js     [all...]
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.stdout.exp 9 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdfprotect.asm 78 mov ax, 0x0010 ; Set data selectors
  /external/ant-glob/src/org/apache/tools/ant/types/selectors/
SelectorUtils.java 19 package org.apache.tools.ant.types.selectors;
28 * <p>This is a utility class used by selectors and DirectoryScanner. The
29 * functionality more properly belongs just to selectors, but unfortunately

Completed in 4082 milliseconds

1 2 3