Lines Matching refs:WMLPageState
60832 * wml/WMLPageState.cpp:
60833 * wml/WMLPageState.h:
65180 * wml/WMLPageState.h: Readd heper function
65181 (WebCore::WMLPageState::hasVariables):
65425 Make WMLPageState an OwnPtr to Page, and let Page create it on demand.
65435 * wml/WMLPageState.h: Don't inherit from RefCounted anymore.
65436 (WebCore::WMLPageState::hasVariables): Remove helper function.
66300 * wml/WMLPageState.h:
66301 (WebCore::WMLPageState::getVariable):
66504 * wml/WMLPageState.cpp:
66505 (WebCore::WMLPageState::setNeedCheckDeckAccess):
66506 * wml/WMLPageState.h:
66721 … Fix obvious problem in WMLPageState constructor, m_page was not set to the passed Page pointer.
66723 * wml/WMLPageState.cpp:
66724 (WebCore::WMLPageState::WMLPageState):
67348 Not reviewed. Forgot to include WMLPageState.h in last commit.
67350 * wml/WMLPageState.h:
67351 (WebCore::WMLPageState::restrictDeckAccessToDomain):
67352 (WebCore::WMLPageState::restrictDeckAccessToPath):
67360 Implement WMLAccessElement. It just propogates two attributes values to WMLPageState.
67368 * wml/WMLPageState.h: Rename functions.
67369 (WebCore::WMLPageState::restrictDeckAccessToDomain):
67370 (WebCore::WMLPageState::restrictDeckAccessToPath):
67777 Not reviewed. Forgot to include WMLPageState.* in the last commit.
67779 * wml/WMLPageState.cpp:
67780 (WebCore::WMLPageState::setNeedCheckDeckAccess):
67781 * wml/WMLPageState.h:
67782 (WebCore::WMLPageState::storeVariables):
69151 * page/Page.cpp: Maintain WMLPageState object per Page.
69237 * wml/WMLPageState.cpp: Added.
69238 (WebCore::WMLPageState::WMLPageState):
69239 (WebCore::WMLPageState::~WMLPageState):
69240 (WebCore::WMLPageState::reset):
69241 (WebCore::WMLPageState::setNeedCheckDeckAccess):
69242 (WebCore::WMLPageState::isDeckAccessible):
69243 * wml/WMLPageState.h: Added.
69244 (WebCore::WMLPageState::storeVariable):
69245 (WebCore::WMLPageState::storeVariables):
69246 (WebCore::WMLPageState::getVaribale):
69247 (WebCore::WMLPageState::hasVariables):
69248 (WebCore::WMLPageState::historyLength):
69249 (WebCore::WMLPageState::setHistoryLength):
69250 (WebCore::WMLPageState::page):
69251 (WebCore::WMLPageState::activeCard):
69252 (WebCore::WMLPageState::setActiveCard):
69253 (WebCore::WMLPageState::setDeckAccessDomain):
69254 (WebCore::WMLPageState::setDeckAccessPath):
69255 (WebCore::WMLPageState::hasDeckAccess):