Searched refs:pageState (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/wml/
H A DWMLAccessElement.cpp67 WMLPageState* pageState = wmlPageStateForDocument(document()); local
68 if (!pageState || pageState->processAccessControlData(m_domain, m_path))
71 pageState->resetAccessControlData();
H A DWMLPrevElement.cpp54 WMLPageState* pageState = wmlPageStateForDocument(document); local
55 if (!pageState)
62 storeVariableState(pageState);
68 pageState->page()->backForward()->goBack();
H A DWMLRefreshElement.cpp54 WMLPageState* pageState = wmlPageStateForDocument(document); local
55 if (!pageState)
70 storeVariableState(pageState);
H A DWMLTimerElement.cpp92 WMLPageState* pageState = wmlPageStateForDocument(document());
93 if (!pageState)
101 pageState->storeVariable(m_name, value);
126 if (WMLPageState* pageState = wmlPageStateForDocument(document()))
127 interval = pageState->getVariable(m_name).toInt();
150 if (WMLPageState* pageState = wmlPageStateForDocument(document()))
151 pageState->storeVariable(m_name, String::number(interval));
H A DWMLDoElement.cpp84 WMLPageState* pageState = wmlPageStateForDocument(document); local
85 if (!pageState)
94 pageState->page()->backForward()->goBack();
96 WMLPageState* pageState = wmlPageStateForDocument(document()); local
97 if (!pageState)
100 pageState->reset();
H A DWMLTaskElement.cpp90 void WMLTaskElement::storeVariableState(WMLPageState* pageState) argument
92 if (!pageState || m_variableSetterElements.isEmpty())
111 pageState->storeVariable(name, value);
114 pageState->storeVariables(variables);
H A DWMLSelectElement.cpp273 WMLPageState* pageState = wmlPageStateForDocument(document()); local
274 if (!pageState)
283 variable = pageState->getVariable(iname);
301 variable = pageState->getVariable(name);
340 WMLPageState* pageState = wmlPageStateForDocument(document()); local
341 if (!pageState)
351 pageState->storeVariable(iname, optionIndicesToString());
361 pageState->storeVariable(name, optionIndicesToValueString());
376 pageState->storeVariable(name, optionElement->value());
381 WMLPageState* pageState local
[all...]
H A DWMLVariables.cpp172 WMLPageState* pageState = wmlPageStateForDocument(document);
173 if (!pageState)
239 String variableValue = pageState->getVariable(variableName);
H A DWMLCardElement.cpp129 WMLPageState* pageState = wmlPageStateForDocument(document()); local
130 if (!pageState)
306 WMLPageState* pageState = wmlPageStateForDocument(doc); local
307 if (!pageState)
H A DWMLGoElement.cpp88 WMLPageState* pageState = wmlPageStateForDocument(document); local
89 if (!pageState)
113 storeVariableState(pageState);
124 pageState->reset();
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp4643 if (WMLPageState* pageState = wmlPageStateForDocument(this))
4644 pageState->reset();

Completed in 355 milliseconds