HomeSort by relevance Sort by last modified time
    Searched refs:targetTag (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.cpp 451 bool inScopeCommon(HTMLElementStack::ElementRecord* top, const AtomicString& targetTag)
455 if (item->matchesHTMLTag(targetTag))
490 bool HTMLElementStack::inScope(const AtomicString& targetTag) const
492 return inScopeCommon<isScopeMarker>(m_top.get(), targetTag);
500 bool HTMLElementStack::inListItemScope(const AtomicString& targetTag) const
502 return inScopeCommon<isListItemScopeMarker>(m_top.get(), targetTag);
510 bool HTMLElementStack::inTableScope(const AtomicString& targetTag) const
512 return inScopeCommon<isTableScopeMarker>(m_top.get(), targetTag);
520 bool HTMLElementStack::inButtonScope(const AtomicString& targetTag) const
522 return inScopeCommon<isButtonScopeMarker>(m_top.get(), targetTag);
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphReader.java 312 String targetTag = attributes.getValue("target");
313 if (targetTag != null) {
314 String[] targetParts = targetTag.split(":");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java     [all...]

Completed in 3048 milliseconds