OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLocalSession
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/sync/
open_tabs_ui_delegate.h
53
virtual bool
GetLocalSession
(const SyncedSession** local) = 0;
/external/chromium_org/chrome/browser/sync/test/integration/performance/
sessions_sync_perf_test.cc
15
using sessions_helper::
GetLocalSession
;
87
if (!
GetLocalSession
(profile, &local_session)) {
88
DVLOG(1) << "
GetLocalSession
returned false";
/external/chromium_org/chrome/browser/sync/test/integration/
sessions_helper.h
120
bool
GetLocalSession
(int index, const browser_sync::SyncedSession** session);
sessions_helper.cc
59
bool
GetLocalSession
(int index, const browser_sync::SyncedSession** session) {
62
GetLocalSession
(session);
68
if (!
GetLocalSession
(index, &local_session)) {
195
// The local session provided by
GetLocalSession
is owned, and has lifetime
198
if (!
GetLocalSession
(index, &local_session)) {
239
if (!
GetLocalSession
(index, &local_session)) {
/external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager.h
120
virtual bool
GetLocalSession
(const SyncedSession* * local_session) OVERRIDE;
sessions_sync_manager.cc
467
bool SessionsSyncManager::
GetLocalSession
(
[
all
...]
Completed in 151 milliseconds