OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HistoryController
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/
HistoryController.cpp
32
#include "core/loader/
HistoryController
.h"
136
HistoryController
::
HistoryController
(Page* page)
142
HistoryController
::~
HistoryController
()
146
void
HistoryController
::updateBackForwardListForFragmentScroll(Frame* frame, HistoryItem* item)
152
void
HistoryController
::goToEntry(PassOwnPtr<HistoryEntry> targetEntry)
181
void
HistoryController
::recursiveGoToEntry(Frame* frame)
202
void
HistoryController
::goToItem(HistoryItem* targetItem)
227
void
HistoryController
::setDefersLoading(bool defer
[
all
...]
HistoryController.h
49
//
HistoryController
: Owned by Page, is the entry point for interacting with history.
134
class
HistoryController
{
135
WTF_MAKE_NONCOPYABLE(
HistoryController
);
137
explicit
HistoryController
(Page*);
138
~
HistoryController
();
/external/chromium_org/third_party/WebKit/Source/core/page/
Page.h
27
#include "core/loader/
HistoryController
.h"
122
HistoryController
&
historyController
() const { return *m_historyController; }
261
const OwnPtr<
HistoryController
> m_historyController;
Page.cpp
111
, m_historyController(adoptPtr(new
HistoryController
(this)))
/external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk
382
third_party/WebKit/Source/core/loader/
HistoryController
.cpp \
[
all
...]
webcore_remaining.target.darwin-mips.mk
382
third_party/WebKit/Source/core/loader/
HistoryController
.cpp \
[
all
...]
webcore_remaining.target.darwin-x86.mk
382
third_party/WebKit/Source/core/loader/
HistoryController
.cpp \
[
all
...]
webcore_remaining.target.linux-arm.mk
382
third_party/WebKit/Source/core/loader/
HistoryController
.cpp \
[
all
...]
webcore_remaining.target.linux-mips.mk
382
third_party/WebKit/Source/core/loader/
HistoryController
.cpp \
[
all
...]
webcore_remaining.target.linux-x86.mk
382
third_party/WebKit/Source/core/loader/
HistoryController
.cpp \
[
all
...]
Completed in 47 milliseconds