OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RestoreSession
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/app/backup/
BackupManager.java
19
import android.app.backup.
RestoreSession
;
144
RestoreSession
session = null;
148
session = new
RestoreSession
(mContext, binder);
163
* {@link android.app.backup.
RestoreSession
} class for documentation on that process.
166
public
RestoreSession
beginRestoreSession() {
167
RestoreSession
session = null;
173
session = new
RestoreSession
(mContext, binder);
RestoreSession.java
33
public class
RestoreSession
{
34
static final String TAG = "
RestoreSession
";
154
* End this restore session. After this method is called, the
RestoreSession
174
RestoreSession
(Context context, IRestoreSession binder) {
/external/chromium/chrome/browser/sessions/
session_restore.h
33
static void
RestoreSession
(Profile* profile,
session_restore.cc
745
// See description in
RestoreSession
(in .h).
807
void SessionRestore::
RestoreSession
(Profile* profile,
session_service.cc
494
SessionRestore::
RestoreSession
(
[
all
...]
/external/webkit/Source/WebKit2/UIProcess/cf/
WebPageProxyCF.cpp
165
process()->send(Messages::WebPage::
RestoreSession
(state), m_pageID);
/external/chromium/chrome/browser/ui/
browser_init.cc
353
SessionRestore::
RestoreSession
(profile_, NULL, true, false,
[
all
...]
Completed in 116 milliseconds