OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ForeignSessionHandler
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/webui/
foreign_session_handler.h
19
class
ForeignSessionHandler
: public WebUIMessageHandler,
25
ForeignSessionHandler
();
26
virtual ~
ForeignSessionHandler
() {}
29
// Used to register
ForeignSessionHandler
for notifications.
32
// Determines how
ForeignSessionHandler
will interact with the new tab page.
55
// The Registrar used to register
ForeignSessionHandler
for notifications.
58
DISALLOW_COPY_AND_ASSIGN(
ForeignSessionHandler
);
foreign_session_handler.cc
31
ForeignSessionHandler
::
ForeignSessionHandler
() {
35
void
ForeignSessionHandler
::RegisterMessages() {
38
&
ForeignSessionHandler
::HandleGetForeignSessions));
41
&
ForeignSessionHandler
::HandleOpenForeignSession));
44
void
ForeignSessionHandler
::Init() {
53
void
ForeignSessionHandler
::Observe(NotificationType type,
72
SessionModelAssociator*
ForeignSessionHandler
::GetModelAssociator() {
88
void
ForeignSessionHandler
::HandleGetForeignSessions(const ListValue* args) {
99
LOG(ERROR) << "
ForeignSessionHandler
failed to get session data from
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/ntp/
foreign_session_handler.h
24
class
ForeignSessionHandler
: public content::WebUIMessageHandler,
33
ForeignSessionHandler
();
34
virtual ~
ForeignSessionHandler
() {}
56
// Used to register
ForeignSessionHandler
for notifications.
59
// Determines how
ForeignSessionHandler
will interact with the new tab page.
92
// The Registrar used to register
ForeignSessionHandler
for notifications.
95
DISALLOW_COPY_AND_ASSIGN(
ForeignSessionHandler
);
foreign_session_handler.cc
56
ForeignSessionHandler
::
ForeignSessionHandler
() {
60
void
ForeignSessionHandler
::RegisterProfilePrefs(
68
void
ForeignSessionHandler
::OpenForeignSessionTab(
94
void
ForeignSessionHandler
::OpenForeignSessionWindows(
105
LOG(ERROR) << "
ForeignSessionHandler
failed to get session data from"
123
bool
ForeignSessionHandler
::SessionTabToValue(
150
OpenTabsUIDelegate*
ForeignSessionHandler
::GetOpenTabsUIDelegate(
163
void
ForeignSessionHandler
::RegisterMessages() {
166
base::Bind(&
ForeignSessionHandler
::HandleDeleteForeignSession
[
all
...]
Completed in 151 milliseconds