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

  /external/chromium/chrome/browser/profiles/
profile_manager.h 75 bool IsValidProfile(Profile* profile);
profile_manager.cc 183 bool ProfileManager::IsValidProfile(Profile* profile) {
  /external/chromium_org/chrome/browser/prerender/
prerender_message_filter.cc 21 if (!g_browser_process->profile_manager()->IsValidProfile(profile))
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_cert_verifier.cc 26 if (!g_browser_process->profile_manager()->IsValidProfile(profile))
  /external/chromium_org/chrome/browser/extensions/
event_router_forwarder.cc 92 if (!profile_manager->IsValidProfile(profile))
extension_warning_service.cc 101 !g_browser_process->profile_manager()->IsValidProfile(profile)) {
installed_loader.cc 126 if (!g_browser_process->profile_manager()->IsValidProfile(profile))
event_router.cc 61 if (!g_browser_process->profile_manager()->IsValidProfile(profile))
110 if (!g_browser_process->profile_manager()->IsValidProfile(profile))
682 if (!g_browser_process->profile_manager()->IsValidProfile(profile))
    [all...]
extension_process_manager.cc 782 if (!g_browser_process->profile_manager()->IsValidProfile(GetProfile()))
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager.h 99 bool IsValidProfile(Profile* profile);
profile_io_data.cc 146 if (profile_manager->IsValidProfile(profile))
    [all...]
profile_manager.cc 431 bool ProfileManager::IsValidProfile(Profile* profile) {
    [all...]
  /external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac.cc 74 // Use IsValidProfile to check if the profile has been created.
75 return profile && profile_manager->IsValidProfile(profile) ? profile : NULL;
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util.cc 149 // |profile_id| needs to be checked with ProfileManager::IsValidProfile
152 if (!g_browser_process->profile_manager()->IsValidProfile(profile))
  /external/chromium_org/chrome/browser/extensions/api/runtime/
runtime_api.cc 85 !g_browser_process->profile_manager()->IsValidProfile(profile))
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.cc 343 if (!g_browser_process->profile_manager()->IsValidProfile(profile))
369 if (!g_browser_process->profile_manager()->IsValidProfile(profile))
    [all...]
web_request_api_helpers.cc     [all...]
  /external/chromium_org/chrome/browser/net/
chrome_network_delegate.cc 177 if (!g_browser_process->profile_manager()->IsValidProfile(profile))
    [all...]

Completed in 225 milliseconds