OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tab_restore_service
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/ui/ash/
chrome_new_window_delegate.cc
9
#include "chrome/browser/sessions/
tab_restore_service
.h"
56
TabRestoreService*
tab_restore_service
() { return tab_restore_service_; }
function in class:ChromeNewWindowDelegate::TabRestoreHelper
102
DCHECK(!tab_restore_helper_->
tab_restore_service
()->IsLoaded());
/external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_api.cc
206
TabRestoreService*
tab_restore_service
=
local
208
DCHECK(
tab_restore_service
);
213
TabRestoreService::Entries entries =
tab_restore_service
->entries();
424
TabRestoreService*
tab_restore_service
=
local
427
TabRestoreService::Entries entries =
tab_restore_service
->entries();
439
tab_restore_service
->RestoreMostRecentEntry(delegate, host_desktop_type);
453
TabRestoreService*
tab_restore_service
=
local
456
TabRestoreService::Entries entries =
tab_restore_service
->entries();
479
tab_restore_service
->RestoreEntryById(delegate,
/external/chromium_org/chrome/browser/
jumplist_win.cc
34
#include "chrome/browser/sessions/
tab_restore_service
.h"
491
TabRestoreService*
tab_restore_service
=
493
if (!
tab_restore_service
)
515
tab_restore_service
->AddObserver(this);
545
TabRestoreService*
tab_restore_service
=
local
547
if (
tab_restore_service
)
548
tab_restore_service
->RemoveObserver(this);
609
TabRestoreService*
tab_restore_service
=
local
611
const TabRestoreService::Entries& entries =
tab_restore_service
->entries();
/external/chromium_org/chrome/browser/sessions/
tab_restore_service_helper.h
16
#include "chrome/browser/sessions/
tab_restore_service
.h"
31
// PersistentTabRestoreService. See
tab_restore_service
.h for method-level
68
TabRestoreServiceHelper(TabRestoreService*
tab_restore_service
,
tab_restore_service_helper.cc
70
TabRestoreService*
tab_restore_service
,
74
: tab_restore_service_(
tab_restore_service
),
/external/chromium/chrome/browser/
jumplist_win.cc
29
#include "chrome/browser/sessions/
tab_restore_service
.h"
599
TabRestoreService*
tab_restore_service
= profile->GetTabRestoreService();
600
if (!
tab_restore_service
)
606
tab_restore_service
->AddObserver(this);
736
TabRestoreService*
tab_restore_service
= profile_->GetTabRestoreService();
local
737
const TabRestoreService::Entries& entries =
tab_restore_service
->entries();
/external/chromium_org/chrome/browser/ui/
browser_command_controller.cc
19
#include "chrome/browser/sessions/
tab_restore_service
.h"
238
TabRestoreService*
tab_restore_service
=
local
240
if (
tab_restore_service
) {
241
tab_restore_service
->AddObserver(this);
242
TabRestoreServiceChanged(
tab_restore_service
);
249
TabRestoreService*
tab_restore_service
=
local
251
if (
tab_restore_service
)
252
tab_restore_service
->RemoveObserver(this);
[
all
...]
browser.cc
79
#include "chrome/browser/sessions/
tab_restore_service
.h"
463
TabRestoreService*
tab_restore_service
=
local
465
if (
tab_restore_service
)
466
tab_restore_service
->BrowserClosed(tab_restore_service_delegate());
657
TabRestoreService*
tab_restore_service
=
local
661
if (
tab_restore_service
&& is_app() && !is_devtools())
662
tab_restore_service
->BrowserClosing(tab_restore_service_delegate());
665
if (
tab_restore_service
&& is_type_tabbed() && tab_strip_model_->count())
666
tab_restore_service
->BrowserClosing(tab_restore_service_delegate());
[
all
...]
/external/chromium/chrome/browser/ui/
browser.cc
67
#include "chrome/browser/sessions/
tab_restore_service
.h"
313
TabRestoreService*
tab_restore_service
= profile()->GetTabRestoreService();
local
314
if (
tab_restore_service
)
315
tab_restore_service
->BrowserClosed(tab_restore_service_delegate());
922
TabRestoreService*
tab_restore_service
= profile()->GetTabRestoreService();
local
[
all
...]
Completed in 236 milliseconds