HomeSort by relevance Sort by last modified time
    Searched refs:TestNavigationEntry (Results 1 - 4 of 4) sorted by null

  /external/webkit/Tools/DumpRenderTree/chromium/
TestNavigationController.h 60 class TestNavigationEntry: public RefCounted<TestNavigationEntry> {
62 static PassRefPtr<TestNavigationEntry> create();
63 static PassRefPtr<TestNavigationEntry> create(
70 virtual ~TestNavigationEntry();
91 TestNavigationEntry();
92 TestNavigationEntry(int pageID,
109 virtual bool navigate(const TestNavigationEntry&, bool reload) = 0;
134 void loadEntry(TestNavigationEntry*);
138 TestNavigationEntry* lastCommittedEntry() const
    [all...]
TestNavigationController.cpp 41 // TestNavigationEntry
43 PassRefPtr<TestNavigationEntry> TestNavigationEntry::create()
45 return adoptRef(new TestNavigationEntry);
48 PassRefPtr<TestNavigationEntry> TestNavigationEntry::create(
51 return adoptRef(new TestNavigationEntry(pageID, url, title, targetFrame));
54 TestNavigationEntry::TestNavigationEntry()
57 TestNavigationEntry::TestNavigationEntry
    [all...]
WebViewHost.cpp     [all...]
WebViewHost.h 105 virtual bool navigate(const TestNavigationEntry&, bool reload);

Completed in 30 milliseconds