Home
last modified time | relevance | path

Searched refs:created_profile (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
Ddrive_integration_service.cc573 Profile* created_profile = content::Source<Profile>(source).ptr(); in Observe() local
574 if (created_profile->IsOffTheRecord() && in Observe()
575 created_profile->IsSameProfile(profile_)) { in Observe()
577 BrowserContext::GetDownloadManager(created_profile)); in Observe()
/external/chromium_org/components/wifi/
Dwifi_service_win.cc862 base::DictionaryValue* created_profile = NULL; in WaitForNetworkConnect() local
865 network_guid, &created_profile)) { in WaitForNetworkConnect()
870 if (created_profile->GetString(kProfileXmlKey, &tkip_profile_xml) && in WaitForNetworkConnect()
871 created_profile->GetBoolean(kProfileSharedKey, &shared)) { in WaitForNetworkConnect()
873 created_profile->Remove(kProfileXmlKey, NULL); in WaitForNetworkConnect()
874 created_profile->Remove(kProfileSharedKey, NULL); in WaitForNetworkConnect()
1718 base::DictionaryValue* created_profile = NULL; in DeleteCreatedProfile() local
1722 network_guid, &created_profile)) { in DeleteCreatedProfile()