OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_activecard
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/wml/
WMLDocument.cpp
40
,
m_activeCard
(0)
62
m_activeCard
= 0;
80
if (
m_activeCard
)
81
m_activeCard
->handleIntrinsicEventIfNeeded();
97
m_activeCard
= WMLCardElement::determineActiveCard(this);
98
if (!
m_activeCard
) {
104
m_activeCard
->handleDeckLevelTaskOverridesIfNeeded();
108
m_activeCard
->handleIntrinsicEventIfNeeded();
WMLDocument.h
47
WMLCardElement* activeCard() const { return
m_activeCard
; }
51
WMLCardElement*
m_activeCard
;
Completed in 186 milliseconds