OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetTag
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/parser/
HTMLElementStack.cpp
421
bool inScopeCommon(HTMLElementStack::ElementRecord* top, const AtomicString&
targetTag
)
425
if (node->hasLocalName(
targetTag
))
473
bool HTMLElementStack::inScope(const AtomicString&
targetTag
) const
475
return inScopeCommon<isScopeMarker>(m_top.get(),
targetTag
);
484
bool HTMLElementStack::inListItemScope(const AtomicString&
targetTag
) const
486
return inScopeCommon<isListItemScopeMarker>(m_top.get(),
targetTag
);
495
bool HTMLElementStack::inTableScope(const AtomicString&
targetTag
) const
497
return inScopeCommon<isTableScopeMarker>(m_top.get(),
targetTag
);
506
bool HTMLElementStack::inButtonScope(const AtomicString&
targetTag
) const
508
return inScopeCommon<isButtonScopeMarker>(m_top.get(),
targetTag
);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java
[
all
...]
Completed in 72 milliseconds