HomeSort by relevance Sort by last modified time
    Searched defs:WMLPageState (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/wml/
WMLPageState.h 38 class WMLPageState {
40 WMLPageState(Page*);
41 virtual ~WMLPageState();
WMLPageState.cpp 25 #include "WMLPageState.h"
38 WMLPageState::WMLPageState(Page* page)
44 WMLPageState::~WMLPageState()
51 void WMLPageState::dump()
56 fprintf(stderr, "Dumping WMLPageState (this=%p) associated with Page (page=%p)...\n", this, m_page);
62 void WMLPageState::reset()
139 bool WMLPageState::processAccessControlData(const String& domain, const String& path)
172 void WMLPageState::resetAccessControlData(
    [all...]

Completed in 74 milliseconds