HomeSort by relevance Sort by last modified time
    Searched refs:profile_android (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_android.cc 5 #include "chrome/browser/profiles/profile_android.h"
15 const char kProfileAndroidKey[] = "profile_android";
23 ProfileAndroid* profile_android = static_cast<ProfileAndroid*>(
25 if (!profile_android) {
26 profile_android = new ProfileAndroid(profile);
27 profile->SetUserData(kProfileAndroidKey, profile_android);
29 return profile_android;
37 ProfileAndroid* profile_android = reinterpret_cast<ProfileAndroid*>(
39 if (!profile_android)
41 return profile_android->profile_
57 ProfileAndroid* profile_android = ProfileAndroid::FromProfile(profile); local
    [all...]
  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model_base.cc 15 #include "chrome/browser/profiles/profile_android.h"
41 ProfileAndroid* profile_android = ProfileAndroid::FromProfile(GetProfile()); local
42 if (!profile_android)
45 return profile_android->GetJavaObject();
  /external/chromium_org/chrome/browser/android/
tab_android.cc 23 #include "chrome/browser/profiles/profile_android.h"
490 ProfileAndroid* profile_android = ProfileAndroid::FromProfile(profile);
491 if (!profile_android)
494 return profile_android->GetJavaObject();

Completed in 103 milliseconds