OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetLastUsedProfile
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_android.cc
50
jobject ProfileAndroid::
GetLastUsedProfile
(JNIEnv* env, jclass clazz) {
51
Profile* profile = ProfileManager::
GetLastUsedProfile
();
67
jobject
GetLastUsedProfile
(JNIEnv* env, jclass clazz) {
68
return ProfileAndroid::
GetLastUsedProfile
(env, clazz);
profile_manager.cc
247
Profile* ProfileManager::
GetLastUsedProfile
() {
249
return profile_manager->
GetLastUsedProfile
(profile_manager->user_data_dir_);
254
Profile* profile =
GetLastUsedProfile
();
352
Profile* ProfileManager::
GetLastUsedProfile
(
359
// CrOS multi-profiles implementation is different so
GetLastUsedProfile
[
all
...]
Completed in 64 milliseconds