OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextContext
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp
196
SelectorChecker::SelectorCheckingContext
nextContext
(context);
198
nextContext
.selector = context.selector->tagHistory();
199
return
nextContext
;
205
SelectorCheckingContext
nextContext
= prepareNextContextForRelation(context);
211
nextContext
.hasScrollbarPseudo = dynamicPseudo != NOPSEUDO && (context.scrollbar || dynamicPseudo == SCROLLBAR_CORNER || dynamicPseudo == RESIZER);
212
nextContext
.hasSelectionPseudo = dynamicPseudo == SELECTION;
214
&& !
nextContext
.hasSelectionPseudo
215
&& !(
nextContext
.hasScrollbarPseudo &&
nextContext
.selector->m_match == CSSSelector::PseudoClass))
218
nextContext
.isSubSelector = true
[
all
...]
/frameworks/base/core/java/android/app/
ContextImpl.java
601
Context
nextContext
;
603
(
nextContext
=((ContextWrapper)context).getBaseContext()) != null) {
604
context =
nextContext
;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar
Completed in 37 milliseconds