OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestNavigationEntry
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/DumpRenderTree/chromium/
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
...]
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
...]
Completed in 108 milliseconds