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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/sync/test/integration/
typed_urls_helper.cc 146 test()->GetProfile(index));
231 test()->GetProfile(index));
237 test()->GetProfile(index));
243 test()->GetProfile(index));
249 test()->GetProfile(index));
282 test()->GetProfile(index)),
304 test()->GetProfile(index))->DeleteURL(url);
314 test()->GetProfile(index))->DeleteURLsForTest(urls);
extensions_helper.cc 29 test()->GetProfile(index), test()->verifier());
46 test()->GetProfile(0), test()->GetProfile(i))) {
65 InstallExtension(test()->GetProfile(i), index);
268 profiles.push_back(test()->GetProfile(i));
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_file_system.cc 278 VolumeManager* volume_manager = VolumeManager::Get(GetProfile());
290 GetProfile(), render_view_host());
295 file_system_context, child_id, GetProfile(), extension())) {
302 GetProfile(),
312 GetProfile(),
363 GetProfile(), render_view_host());
384 file_manager::EventRouterFactory::GetForProfile(GetProfile());
399 file_manager::EventRouterFactory::GetForProfile(GetProfile());
411 VolumeManager* volume_manager = VolumeManager::Get(GetProfile());
421 drive::util::GetFileSystemByProfile(GetProfile());
    [all...]
private_api_drive.cc 463 GetProfile(), render_view_host());
474 GetProfile(),
525 drive::util::GetFileSystemByProfile(GetProfile());
531 render_view_host(), GetProfile(), GURL(params->file_url)));
562 drive::DriveIntegrationServiceFactory::FindForProfile(GetProfile());
588 render_view_host(), GetProfile(), GURL(file_urls[i]));
613 drive::util::GetFileSystemByProfile(GetProfile());
640 GetProfile(),
681 drive::EventLogger* logger = file_manager::util::GetLogger(GetProfile());
694 drive::util::GetFileSystemByProfile(GetProfile());
    [all...]
private_api_base.cc 27 drive::EventLogger* logger = file_manager::util::GetLogger(GetProfile());
  /external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
bookmark_manager_private_api.cc 389 BookmarkModel* model = BookmarkModelFactory::GetForProfile(GetProfile());
421 BookmarkModel* model = BookmarkModelFactory::GetForProfile(GetProfile());
439 BookmarkModel* model = BookmarkModelFactory::GetForProfile(GetProfile());
533 BookmarkModel* model = BookmarkModelFactory::GetForProfile(GetProfile());
551 GetProfile(), nodes, web_contents->GetNativeView(), source);
567 BookmarkModel* model = BookmarkModelFactory::GetForProfile(GetProfile());
599 GetProfile(), *drag_data, drop_parent, drop_index, copy);
616 BookmarkModel* model = BookmarkModelFactory::GetForProfile(GetProfile());
635 PrefService* prefs = user_prefs::UserPrefs::Get(GetProfile());
651 BookmarkModel* model = BookmarkModelFactory::GetForProfile(GetProfile());
    [all...]
  /external/chromium_org/chrome/browser/android/
password_ui_view_android.h 27 virtual Profile* GetProfile() OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/extensions/
first_run_private_api.cc 21 chromeos::ProfileHelper::Get()->GetUserByProfile(GetProfile());
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc 93 BookmarkModel* model = BookmarkModelFactory::GetForProfile(GetProfile());
113 return BookmarkModelFactory::GetForProfile(GetProfile());
117 return ChromeBookmarkClientFactory::GetForProfile(GetProfile());
136 BookmarkModelFactory::GetForProfile(GetProfile()), id);
202 PrefService* prefs = user_prefs::UserPrefs::Get(GetProfile());
463 BookmarkModelFactory::GetForProfile(GetProfile()),
482 BookmarkModelFactory::GetForProfile(GetProfile())->root_node();
508 PrefService* prefs = user_prefs::UserPrefs::Get(GetProfile());
516 BookmarkModelFactory::GetForProfile(GetProfile()),
535 BookmarkModelFactory::GetForProfile(GetProfile()),
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/top_sites/
top_sites_api.cc 21 history::TopSites* ts = GetProfile()->GetTopSites();
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_cocoa_controller.mm 90 chrome::FindTabbedBrowser(bridge_->GetProfile(),
95 bridge_->GetProfile(), chrome::HOST_DESKTOP_TYPE_NATIVE));
114 chrome::FindTabbedBrowser(bridge_->GetProfile(),
119 bridge_->GetProfile(), chrome::HOST_DESKTOP_TYPE_NATIVE));
  /external/chromium_org/chrome/browser/ui/passwords/
password_ui_view.h 25 virtual Profile* GetProfile() = 0;
  /external/chromium_org/chrome/browser/ui/prefs/
prefs_tab_helper.h 53 Profile* GetProfile();
  /external/chromium_org/chrome/browser/ui/webui/
app_launcher_page_ui.h 52 Profile* GetProfile() const;
sync_setup_handler.cc 315 GetProfile())->IsAuthenticated());
325 if (SyncStartupTracker::GetSyncServiceState(GetProfile()) !=
332 new SyncStartupTracker(GetProfile(), this));
372 sync_driver::SyncPrefs sync_prefs(GetProfile()->GetPrefs());
447 signin::SetUserSkippedPromo(GetProfile());
453 base::FilePath profile_file_path = GetProfile()->GetPath();
518 Browser::TYPE_TABBED, GetProfile(), chrome::GetActiveDesktop()));
631 Profile* SyncSetupHandler::GetProfile() const {
636 Profile* profile = GetProfile();
638 ProfileSyncServiceFactory::GetForProfile(GetProfile()) : NULL
    [all...]
  /external/deqp/framework/opengl/
gluStrUtil.cpp 107 if (apiType.getProfile() == PROFILE_ES)
112 if (apiType.getProfile() == PROFILE_CORE)
114 else if (apiType.getProfile() == PROFILE_COMPATIBILITY)
116 else if (apiType.getProfile() != PROFILE_ES)
gluRenderContext.cpp 54 return requiredApiType.getProfile() == PROFILE_ES &&
62 return requiredApiType.getProfile() == PROFILE_CORE &&
68 return (requiredApiType.getProfile() == PROFILE_CORE || requiredApiType.getProfile() == PROFILE_COMPATIBILITY) &&
183 if (apiType.getProfile() == PROFILE_ES && apiType.getMajorVersion() == 2)
277 if (apiType.getProfile() == PROFILE_ES)
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
AppWidgetTest.java 149 provider.getProfile(), provider.provider, null);
159 appWidgetId, provider.getProfile(), provider.provider, null);
201 provider.getProfile(), provider.provider, null);
222 provider.getProfile(), provider.provider, null);
315 firstProvider.getProfile(), firstProvider.provider, null);
325 secondProvider.getProfile(), secondProvider.provider, null);
396 provider.getProfile(), provider.provider, null);
403 provider.getProfile(), provider.provider, null);
443 provider.getProfile(), provider.provider, null);
448 assertEquals(provider.getProfile(), foundProvider.getProfile())
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/history/
history_api.cc 249 PrefService* prefs = GetProfile()->GetPrefs();
301 GetProfile(), Profile::EXPLICIT_ACCESS);
346 GetProfile(), Profile::EXPLICIT_ACCESS);
380 GetProfile(), Profile::EXPLICIT_ACCESS);
399 GetProfile(), Profile::EXPLICIT_ACCESS);
407 ActivityLog* activity_log = ActivityLog::GetInstance(GetProfile());
428 GetProfile(), Profile::EXPLICIT_ACCESS);
440 ActivityLog* activity_log = ActivityLog::GetInstance(GetProfile());
458 GetProfile(), Profile::EXPLICIT_ACCESS);
470 ActivityLog* activity_log = ActivityLog::GetInstance(GetProfile());
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_test_notification_observer.cc 107 Profile* ExtensionTestNotificationObserver::GetProfile() {
131 extensions::ExtensionActionAPI::Get(GetProfile())->AddObserver(this);
135 extensions::ExtensionActionAPI::Get(GetProfile())->
142 extensions::ExtensionSystem::Get(GetProfile())->process_manager();
185 GetProfile())->extension_service();
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 783 TestingProfile* GetProfile() {
937 RemoveChannelIDTester tester(GetProfile());
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_api.cc 147 return CreateTabModelHelper(GetProfile(),
210 TabRestoreServiceFactory::GetForProfile(GetProfile());
215 DCHECK_NE(GetProfile(), GetProfile()->GetOriginalProfile())
244 GetProfile(),
266 if (chrome::IsNTPURL(current_navigation.virtual_url(), GetProfile())) {
367 ProfileSyncServiceFactory::GetInstance()->GetForProfile(GetProfile());
438 TabRestoreServiceFactory::GetForProfile(GetProfile());
467 TabRestoreServiceFactory::GetForProfile(GetProfile());
515 ProfileSyncServiceFactory::GetInstance()->GetForProfile(GetProfile());
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
website_settings_handler.cc 113 Profile* profile = GetProfile();
231 Profile* profile = GetProfile();
276 Profile* profile = GetProfile();
383 Profile* profile = GetProfile();
489 Profile* profile = GetProfile();
548 Profile* profile = GetProfile();
555 Profile* profile = GetProfile();
570 GetProfile())->GetPowerForOrigin(site_url);
670 OriginPowerMapFactory::GetForBrowserContext(GetProfile());
703 Profile* profile = GetProfile();
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/management/
management_api.cc 288 return ExtensionSystem::Get(GetProfile())->extension_service();
292 return ExtensionSystem::Get(GetProfile())->extension_service();
297 ExtensionRegistry* registry = ExtensionRegistry::Get(GetProfile());
298 ExtensionSystem* system = ExtensionSystem::Get(GetProfile());
324 CreateExtensionInfo(*extension, ExtensionSystem::Get(GetProfile()));
332 CreateExtensionInfo(*extension_, ExtensionSystem::Get(GetProfile()));
510 GetLaunchContainer(ExtensionPrefs::Get(GetProfile()), extension);
512 GetProfile(), extension, launch_container, NEW_FOREGROUND_TAB));
534 ExtensionRegistry::Get(GetProfile())
543 ExtensionSystem::Get(GetProfile())->management_policy()
    [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_network_protocol_handler.cc 44 Profile* DevToolsNetworkProtocolHandler::GetProfile(
101 Profile* profile = GetProfile(agent_host);

Completed in 1005 milliseconds

1 23 4 5 6 7 8 91011>>