Home
last modified time | relevance | path

Searched refs:WMLPageState (Results 1 – 25 of 30) sorted by relevance

12

/external/webkit/Source/WebCore/wml/
DWMLPageState.cpp38 WMLPageState::WMLPageState(Page* page) in WMLPageState() function in WebCore::WMLPageState
44 WMLPageState::~WMLPageState() in ~WMLPageState()
51 void WMLPageState::dump() in dump()
62 void WMLPageState::reset() in reset()
139 bool WMLPageState::processAccessControlData(const String& domain, const String& path) in processAccessControlData()
172 void WMLPageState::resetAccessControlData() in resetAccessControlData()
179 bool WMLPageState::canAccessDeck() const in canAccessDeck()
194 bool WMLPageState::hostIsAllowedToAccess(const String& host) const in hostIsAllowedToAccess()
229 bool WMLPageState::pathIsAllowedToAccess(const String& path) const in pathIsAllowedToAccess()
DWMLPageState.h38 class WMLPageState {
40 WMLPageState(Page*);
41 virtual ~WMLPageState();
DWMLDocument.cpp64 WMLPageState* wmlPageState = wmlPageStateForDocument(this); in finishedParsing()
86 WMLPageState* wmlPageState = wmlPageStateForDocument(this); in initialize()
113 WMLPageState* wmlPageStateForDocument(Document* doc) in wmlPageStateForDocument()
DWMLTaskElement.h31 class WMLPageState; variable
49 void storeVariableState(WMLPageState*);
DWMLTimerElement.cpp92 WMLPageState* pageState = wmlPageStateForDocument(document()); in timerFired()
126 if (WMLPageState* pageState = wmlPageStateForDocument(document())) in start()
150 if (WMLPageState* pageState = wmlPageStateForDocument(document())) in storeIntervalToPageState()
DWMLDoElement.cpp84 WMLPageState* pageState = wmlPageStateForDocument(document); in defaultEventHandler()
96 WMLPageState* pageState = wmlPageStateForDocument(document()); in defaultEventHandler()
DWMLDocument.h54 WMLPageState* wmlPageStateForDocument(Document*);
DWMLPrevElement.cpp54 WMLPageState* pageState = wmlPageStateForDocument(document); in executeTask()
DWMLRefreshElement.cpp54 WMLPageState* pageState = wmlPageStateForDocument(document); in executeTask()
DWMLAccessElement.cpp67 WMLPageState* pageState = wmlPageStateForDocument(document()); in insertedIntoDocument()
DWMLCardElement.cpp129 WMLPageState* pageState = wmlPageStateForDocument(document()); in handleIntrinsicEventIfNeeded()
306 WMLPageState* pageState = wmlPageStateForDocument(doc); in determineActiveCard()
DWMLSelectElement.cpp273 WMLPageState* pageState = wmlPageStateForDocument(document()); in calculateDefaultOptionIndices()
340 WMLPageState* pageState = wmlPageStateForDocument(document()); in initializeVariables()
381 WMLPageState* pageState = wmlPageStateForDocument(document()); in updateVariables()
DWMLTaskElement.cpp90 void WMLTaskElement::storeVariableState(WMLPageState* pageState) in storeVariableState()
DWMLVariables.cpp172 WMLPageState* pageState = wmlPageStateForDocument(document); in substituteVariableReferences()
DWMLGoElement.cpp88 WMLPageState* pageState = wmlPageStateForDocument(document); in executeTask()
DWMLInputElement.cpp364 WMLPageState* pageSate = wmlPageStateForDocument(document()); in initialize()
/external/webkit/Source/WebCore/page/
DPage.h90 class WMLPageState; variable
272 WMLPageState* wmlPageState();
394 OwnPtr<WMLPageState> m_wmlPageState;
DPage.cpp798 WMLPageState* Page::wmlPageState() in wmlPageState()
801 m_wmlPageState.set(new WMLPageState(this)); in wmlPageState()
/external/webkit/Source/WebCore/
DWebCore.pro2456 wml/WMLPageState.h \
3122 wml/WMLPageState.cpp \
DCMakeLists.txt1956 wml/WMLPageState.cpp
DChangeLog-2009-06-1660832 * 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:
[all …]
DChangeLog-2010-01-2919009 * wml/WMLPageState.cpp:
19010 * wml/WMLPageState.h:
73768 [WML] WMLPageState is not allowed to store the active card, it needs to be done per document
73771 Don't store the active WMLCardElement in WMLPageState, but in WMLDocument.
73788 * wml/WMLPageState.cpp:
73789 (WebCore::WMLPageState::WMLPageState):
73790 * wml/WMLPageState.h:
74233 * wml/WMLPageState.cpp:
74234 (WebCore::WMLPageState::canAccessDeck):
74599 …ssElement.cpp: Store path/domain as member variables and pass them to WMLPageState once in inserte…
[all …]
DWebCore.gypi6015 # 'wml/WMLPageState.cpp',
6016 # 'wml/WMLPageState.h',
/external/webkit/Source/WebCore/dom/
DDocument.cpp4643 if (WMLPageState* pageState = wmlPageStateForDocument(this)) in resetWMLPageState()
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj179 …976C0ECB6E29000534BA /* WMLPageState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0893E4650E…
180 …C976D0ECB6E29000534BA /* WMLPageState.h in Headers */ = {isa = PBXBuildFile; fileRef = 0893E4660EC…
6603 …F400A28563 /* WMLPageState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
6604 …B68F400A28563 /* WMLPageState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
13864 0893E4650ECB68F400A28563 /* WMLPageState.cpp */,
13865 0893E4660ECB68F400A28563 /* WMLPageState.h */,
22934 088C976D0ECB6E29000534BA /* WMLPageState.h in Headers */,
25650 088C976C0ECB6E29000534BA /* WMLPageState.cpp in Sources */,

12