Home
last modified time | relevance | path

Searched refs:pageState (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/wml/
DWMLTimerElement.cpp92 WMLPageState* pageState = wmlPageStateForDocument(document()); in timerFired() local
93 if (!pageState) in timerFired()
101 pageState->storeVariable(m_name, value); in timerFired()
126 if (WMLPageState* pageState = wmlPageStateForDocument(document())) in start() local
127 interval = pageState->getVariable(m_name).toInt(); in start()
150 if (WMLPageState* pageState = wmlPageStateForDocument(document())) in storeIntervalToPageState() local
151 pageState->storeVariable(m_name, String::number(interval)); in storeIntervalToPageState()
DWMLPrevElement.cpp54 WMLPageState* pageState = wmlPageStateForDocument(document); in executeTask() local
55 if (!pageState) in executeTask()
62 storeVariableState(pageState); in executeTask()
68 pageState->page()->backForward()->goBack(); in executeTask()
DWMLAccessElement.cpp67 WMLPageState* pageState = wmlPageStateForDocument(document()); in insertedIntoDocument() local
68 if (!pageState || pageState->processAccessControlData(m_domain, m_path)) in insertedIntoDocument()
71 pageState->resetAccessControlData(); in insertedIntoDocument()
DWMLDoElement.cpp84 WMLPageState* pageState = wmlPageStateForDocument(document); in defaultEventHandler() local
85 if (!pageState) in defaultEventHandler()
94 pageState->page()->backForward()->goBack(); in defaultEventHandler()
96 WMLPageState* pageState = wmlPageStateForDocument(document()); in defaultEventHandler() local
97 if (!pageState) in defaultEventHandler()
100 pageState->reset(); in defaultEventHandler()
DWMLSelectElement.cpp273 WMLPageState* pageState = wmlPageStateForDocument(document()); in calculateDefaultOptionIndices() local
274 if (!pageState) in calculateDefaultOptionIndices()
283 variable = pageState->getVariable(iname); in calculateDefaultOptionIndices()
301 variable = pageState->getVariable(name); in calculateDefaultOptionIndices()
340 WMLPageState* pageState = wmlPageStateForDocument(document()); in initializeVariables() local
341 if (!pageState) in initializeVariables()
351 pageState->storeVariable(iname, optionIndicesToString()); in initializeVariables()
361 pageState->storeVariable(name, optionIndicesToValueString()); in initializeVariables()
376 pageState->storeVariable(name, optionElement->value()); in initializeVariables()
381 WMLPageState* pageState = wmlPageStateForDocument(document()); in updateVariables() local
[all …]
DWMLTaskElement.cpp90 void WMLTaskElement::storeVariableState(WMLPageState* pageState) in storeVariableState() argument
92 if (!pageState || m_variableSetterElements.isEmpty()) in storeVariableState()
111 pageState->storeVariable(name, value); in storeVariableState()
114 pageState->storeVariables(variables); in storeVariableState()
DWMLRefreshElement.cpp54 WMLPageState* pageState = wmlPageStateForDocument(document); in executeTask() local
55 if (!pageState) in executeTask()
70 storeVariableState(pageState); in executeTask()
DWMLGoElement.cpp88 WMLPageState* pageState = wmlPageStateForDocument(document); in executeTask() local
89 if (!pageState) in executeTask()
113 storeVariableState(pageState); in executeTask()
124 pageState->reset(); in executeTask()
DWMLCardElement.cpp129 WMLPageState* pageState = wmlPageStateForDocument(document()); in handleIntrinsicEventIfNeeded() local
130 if (!pageState) in handleIntrinsicEventIfNeeded()
306 WMLPageState* pageState = wmlPageStateForDocument(doc); in determineActiveCard() local
307 if (!pageState) in determineActiveCard()
DWMLVariables.cpp172 WMLPageState* pageState = wmlPageStateForDocument(document); in substituteVariableReferences() local
173 if (!pageState) in substituteVariableReferences()
239 String variableValue = pageState->getVariable(variableName); in substituteVariableReferences()
/external/webkit/Source/WebCore/dom/
DDocument.cpp4643 if (WMLPageState* pageState = wmlPageStateForDocument(this)) in resetWMLPageState() local
4644 pageState->reset(); in resetWMLPageState()
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-0912464 would cause the pageState to be invalidated twice, which is the only
12470 (-[WebFrame _receivedMainResourceError:]): Clear the pageState out
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1470055 (WebCore::PageCache::pageState):