OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HistoryController
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/renderer/
history_controller.cc
49
HistoryController
::
HistoryController
(RenderViewImpl* render_view)
53
HistoryController
::~
HistoryController
() {
56
void
HistoryController
::GoToEntry(scoped_ptr<HistoryEntry> target_entry,
99
void
HistoryController
::RecursiveGoToEntry(
129
void
HistoryController
::UpdateForInitialLoadInChildFrame(
148
void
HistoryController
::UpdateForCommit(RenderFrameImpl* frame,
163
HistoryEntry*
HistoryController
::GetCurrentEntry() {
167
WebHistoryItem
HistoryController
::GetItemForNewChildFrame
[
all
...]
history_controller.h
57
//
HistoryController
: Owned by RenderView, is the entry point for interacting
107
class CONTENT_EXPORT
HistoryController
{
109
explicit
HistoryController
(RenderViewImpl* render_view);
110
~
HistoryController
();
142
DISALLOW_COPY_AND_ASSIGN(
HistoryController
);
render_view_impl.h
133
class
HistoryController
;
241
HistoryController
* history_controller() {
[
all
...]
render_view_impl.cc
783
history_controller_.reset(new
HistoryController
(this));
[
all
...]
Completed in 47 milliseconds