HomeSort by relevance Sort by last modified time
    Searched full:getprofile (Results 101 - 125 of 289) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/sync/test/integration/
sessions_helper.cc 61 test()->GetProfile(index))->GetOpenTabsUIDelegate()->
184 test()->GetProfile(index),
248 test()->GetProfile(index))->
258 test()->GetProfile(index))->
407 test()->GetProfile(index))->
sync_test.cc 305 Profile* SyncTest::GetProfile(int index) {
309 LOG(FATAL) << "GetProfile(): Index is out of bounds.";
330 return ProfileSyncServiceFactory::GetForProfile(GetProfile(index));
381 EXPECT_FALSE(GetProfile(index) == NULL) << "Could not create Profile "
385 GetProfile(index), chrome::GetActiveDesktop()));
394 ProfileSyncServiceFactory::GetForProfile(GetProfile(index));
396 SetupNetwork(GetProfile(index)->GetRequestContext());
407 GetProfile(index),
415 BookmarkModelFactory::GetForProfile(GetProfile(index)));
417 GetProfile(index), Profile::EXPLICIT_ACCESS))
    [all...]
apps_helper.cc 39 test()->GetProfile(index), test()->verifier());
69 InstallApp(test()->GetProfile(i), index);
342 profiles.push_back(test()->GetProfile(i));
passwords_helper.cc 127 test()->GetProfile(index))->SetEncryptionPassphrase(passphrase, type);
132 test()->GetProfile(index))->SetDecryptionPassphrase(passphrase);
136 return PasswordStoreFactory::GetForProfile(test()->GetProfile(index),
  /external/deqp/framework/opengl/
gluRenderContext.hpp 78 Profile getProfile (void) const { return Profile((m_bits>>PROFILE_SHIFT) & ((1u<<PROFILE_BITS)-1u)); }
148 using ApiType::getProfile;
183 inline bool isContextTypeES (ContextType type) { return type.getAPI().getProfile() == PROFILE_ES; }
184 inline bool isContextTypeGLCore (ContextType type) { return type.getAPI().getProfile() == PROFILE_CORE; }
185 inline bool isContextTypeGLCompatibility(ContextType type) { return type.getAPI().getProfile() == PROFILE_COMPATIBILITY; }
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_api.cc 582 PrefService* prefs = incognito ? GetProfile()->GetOffTheRecordPrefs()
583 : GetProfile()->GetPrefs();
592 GetProfile(), extension_id(), browser_pref, incognito);
610 ExtensionPrefs* ep = ExtensionPrefs::Get(GetProfile());
645 if (!GetProfile()->IsOffTheRecord() && !include_incognito()) {
652 if (GetProfile()->IsOffTheRecord()) {
659 !GetProfile()->HasOffTheRecordProfile()) {
670 ExtensionPrefs* prefs = ExtensionPrefs::Get(GetProfile());
700 PreferenceAPI::Get(GetProfile())->SetExtensionControlledPref(
732 if (GetProfile()->IsOffTheRecord())
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
extension_action_api.cc 346 ExtensionActionManager* manager = ExtensionActionManager::Get(GetProfile());
369 GetProfile(),
438 ExtensionActionAPI::Get(GetProfile())->NotifyChange(
439 extension_action_, contents_, GetProfile());
581 GetProfile(), chrome::GetActiveDesktop());
590 !ExtensionActionAPI::Get(GetProfile())->ShowExtensionActionPopup(
598 content::Source<Profile>(GetProfile()));
  /external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc 150 return profile_manager->GetProfile(path);
162 g_browser_process->profile_manager()->GetProfile(
183 TEST_F(ProfileManagerTest, GetProfile) {
190 Profile* profile = profile_manager->GetProfile(dest_path);
193 // The profile already exists when we call GetProfile. Just load it.
194 EXPECT_EQ(profile, profile_manager->GetProfile(dest_path));
259 static_cast<TestingProfile*>(profile_manager->GetProfile(dest_path1));
263 static_cast<TestingProfile*>(profile_manager->GetProfile(dest_path2));
516 profile = profile_manager->GetProfile(dest_path);
541 Profile* profile = profile_manager->GetProfile(dest_path)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/browsing_data/
browsing_data_api.cc 120 PrefService* prefs = GetProfile()->GetPrefs();
221 IsRemovalPermitted(MaskForKey(data_type), GetProfile()->GetPrefs());
235 DCHECK(GetProfile());
263 if (!IsRemovalPermitted(removal_mask_, GetProfile()->GetPrefs())) {
277 PluginPrefs::GetForProfile(GetProfile())));
311 GetProfile(), remove_since_, base::Time::Max());
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 163 VpnProfile profile = mDialog.getProfile();
268 VpnProfile profile = mDialog.getProfile();
306 VpnProfile profile = ((VpnPreference) preference).getProfile();
330 mDialog = new VpnDialog(getActivity(), this, preference.getProfile(), true);
352 VpnProfile profile = ((VpnPreference) preference).getProfile();
442 VpnProfile getProfile() {
  /external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.cc 59 Profile* SyncFileSystemBackend::ProfileHolder::GetProfile() {
281 if (!profile_holder_->GetProfile()) {
288 profile_holder_->GetProfile());
  /external/chromium_org/chrome/browser/extensions/api/gcd_private/
gcd_private_api.cc 625 printer_list_ = MakeGCDApiFlow(GetProfile());
626 device_list_ = MakeGCDApiFlow(GetProfile());
700 GcdPrivateAPIImpl* gcd_api = GcdPrivateAPIImpl::Get(GetProfile());
727 GcdPrivateAPIImpl* gcd_api = GcdPrivateAPIImpl::Get(GetProfile());
756 GcdPrivateAPIImpl* gcd_api = GcdPrivateAPIImpl::Get(GetProfile());
797 GcdPrivateAPIImpl* gcd_api = GcdPrivateAPIImpl::Get(GetProfile());
827 GcdPrivateAPIImpl* gcd_api = GcdPrivateAPIImpl::Get(GetProfile());
862 GcdPrivateAPIImpl* gcd_api = GcdPrivateAPIImpl::Get(GetProfile());
887 GcdPrivateAPIImpl* gcd_api = GcdPrivateAPIImpl::Get(GetProfile());
  /external/chromium_org/chrome/browser/extensions/
chrome_extension_function_details.h 31 Profile* GetProfile() const;
  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model.cc 45 Profile* TabModel::GetProfile() const {
tab_model.h 33 virtual Profile* GetProfile() const;
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.h 90 Profile* GetProfile();
screenshot_taker.cc 433 root_window, rect, GetProfile(), screenshot_path, i);
461 GrabPartialWindowSnapshotAsync(window, rect, GetProfile(), screenshot_path);
506 success, GetProfile(), screenshot_path));
523 DesktopNotificationServiceFactory::GetForProfile(GetProfile());
530 GetProfile());
571 GetProfile(),
616 Profile* ScreenshotTaker::GetProfile() {
  /external/chromium_org/chromeos/dbus/
fake_shill_profile_client.h 72 ProfileProperties* GetProfile(const dbus::ObjectPath& profile_path,
  /external/deqp/framework/egl/
egluPlatform.cpp 42 if (apiType.getProfile() == glu::PROFILE_ES)
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc 265 GetProfile(), include_incognito(), chrome::GetActiveDesktop());
310 IncognitoModePrefs::GetAvailability(GetProfile()->GetPrefs());
332 if (incognito && !GetProfile()->IsGuestSession()) {
335 if (chrome::IsURLAllowedInIncognito((*urls)[i], GetProfile())) {
394 GetProfile(),
404 Profile* window_profile = GetProfile();
601 !GetProfile()->IsOffTheRecord() && !include_incognito()) {
845 GetProfile(), include_incognito(), chrome::GetActiveDesktop());
849 if (!GetProfile()->IsSameProfile(browser->profile()))
855 if (!include_incognito() && GetProfile() != browser->profile()
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
password_manager_handler.cc 35 Profile* PasswordManagerHandler::GetProfile() {
156 languages_ = GetProfile()->GetPrefs()->GetString(prefs::kAcceptLanguages);
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/processes/
processes_api.cc 548 if (ProcessesAPI::Get(GetProfile())
557 ProcessesAPI::Get(GetProfile())
573 GetProfile(),
609 if (ProcessesAPI::Get(GetProfile())
618 ProcessesAPI::Get(GetProfile())
696 if (ProcessesAPI::Get(GetProfile())
705 ProcessesAPI::Get(GetProfile())
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_scan_result_controller.cc 71 GetProfile());
189 platform_util::OpenItem(GetProfile(), entry->second.pref_info.AbsolutePath());
341 Profile* MediaGalleriesScanResultController::GetProfile() const {
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_browsertest.cc 598 Profile* other_profile = profile_manager->GetProfile(dest_path);
664 Profile* profile1 = profile_manager->GetProfile(
668 Profile* profile2 = profile_manager->GetProfile(
731 Profile* profile1 = profile_manager->GetProfile(
735 Profile* profile2 = profile_manager->GetProfile(
    [all...]

Completed in 856 milliseconds

1 2 3 45 6 7 8 91011>>