HomeSort by relevance Sort by last modified time
    Searched refs:profile (Results 476 - 500 of 1500) sorted by null

<<11121314151617181920>>

  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLHeadElement01.js 78 The profile attribute specifies a URI designating a metadata profile.
80 Retrieve the profile attribute and examine its value.
102 vprofile = testNode.profile;
104 assertURIEquals("profileLink",null,null,null,"profile",null,null,null,null,vprofile);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLHeadElement01.js 78 The profile attribute specifies a URI designating a metadata profile.
80 Retrieve the profile attribute and examine its value.
102 vprofile = testNode.profile;
104 assertURIEquals("profileLink",null,null,null,"profile",null,null,null,null,vprofile);
  /external/chromium/chrome/browser/
browsing_data_remover.cc 23 #include "chrome/browser/profiles/profile.h"
49 BrowsingDataRemover::BrowsingDataRemover(Profile* profile,
52 : profile_(profile),
53 special_storage_policy_(profile->GetExtensionSpecialStoragePolicy()),
67 main_context_getter_(profile->GetRequestContext()),
68 media_context_getter_(profile->GetRequestContextForMedia()),
74 DCHECK(profile);
77 BrowsingDataRemover::BrowsingDataRemover(Profile* profile,
    [all...]
bug_report_util.cc 18 #include "chrome/browser/profiles/profile.h"
87 PostCleanup(Profile* profile, std::string* post_body,
88 int64 previous_delay) : profile_(profile),
103 Profile* profile_;
189 void BugReportUtil::DispatchFeedback(Profile* profile,
195 &BugReportUtil::SendFeedback, profile, post_body, delay), delay);
199 void BugReportUtil::SendFeedback(Profile* profile,
    [all...]
content_setting_bubble_model.h 19 class Profile;
31 Profile* profile,
92 ContentSettingBubbleModel(TabContents* tab_contents, Profile* profile,
96 Profile* profile() const { return profile_; } function in class:ContentSettingBubbleModel
121 Profile* profile_;
  /external/chromium/chrome/browser/first_run/
first_run.cc 80 int FirstRun::ImportNow(Profile* profile, const CommandLine& cmdline) {
85 return_code = ImportFromFile(profile, cmdline);
89 return_code = ImportFromBrowser(profile, cmdline);
433 int FirstRun::ImportFromFile(Profile* profile, const CommandLine& cmdline) {
452 profile,
484 Profile* profile,
519 // Do import if there is an available profile for us to import
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.cc 20 #include "chrome/browser/profiles/profile.h"
61 explicit NewBrowserPageNavigator(Profile* profile)
62 : profile_(profile),
77 Profile* profile = (disposition == OFF_THE_RECORD) ? variable
79 browser_ = Browser::Create(profile);
87 Profile* profile_;
224 int BookmarkDragOperation(Profile* profile, const BookmarkNode* node)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 495 IOProfile *profile = mHwModules[i]->mOutputProfiles[j]; local
496 if (profile->isCompatibleProfile(device, samplingRate, format,
499 if (mAvailableOutputDevices & profile->mSupportedDevices) {
554 IOProfile *profile = getProfileForDirectOutput(device, local
559 if (profile != NULL) {
563 AudioOutputDescriptor *outputDesc = new AudioOutputDescriptor(profile);
572 output = mpClientInterface->openOutput(profile->mModule->mHandle,
852 IOProfile *profile = getInputProfile(device, local
1610 IOProfile *profile = profiles[profile_index]; local
1743 IOProfile *profile = mHwModules[i]->mOutputProfiles[j]; local
2412 IOProfile *profile = mHwModules[i]->mInputProfiles[j]; local
3542 IOProfile *profile = new IOProfile(module); local
3583 IOProfile *profile = new IOProfile(module); local
3738 IOProfile *profile; local
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_contents_provider_unittest.cc 54 TestingProfile* profile() const { return profile_.get(); } function in class:__anon3257::HistoryContentsProviderTest
65 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
163 profile()->CreateBookmarkModel(false);
164 profile()->BlockUntilBookmarkModelLoaded();
168 profile()->GetBookmarkModel()->SetURLStarred(bookmark_url,
221 profile()->CreateBookmarkModel(false);
222 profile()->BlockUntilBookmarkModelLoaded();
226 profile()->GetBookmarkModel()->SetURLStarred(bookmark_url,
history_url_provider.h 16 class Profile;
143 HistoryURLProvider(ACProviderListener* listener, Profile* profile);
147 Profile* profile,
149 : HistoryProvider(listener, profile, "History"),
303 // profile's pref system.
  /external/chromium/chrome/browser/extensions/
extension_install_ui.cc 18 #include "chrome/browser/profiles/profile.h"
92 ExtensionInstallUI::ExtensionInstallUI(Profile* profile)
93 : profile_(profile),
159 Profile* profile = profile_->GetOriginalProfile(); local
160 Browser* browser = Browser::GetOrCreateTabbedBrowser(profile);
170 browser::ShowExtensionInstalledBubble(extension, browser, icon_, profile);
221 Profile* profile) {
    [all...]
extension_tts_api.cc 15 #include "chrome/browser/profiles/profile.h"
53 Utterance::Utterance(Profile* profile,
57 : profile_(profile),
142 ExtensionService* service = utterance->profile()->GetExtensionService();
145 utterance->profile()->GetExtensionEventRouter();
208 utterance->profile()->GetExtensionEventRouter()->DispatchEventToExtension(
212 utterance->profile(),
241 current_utterance_->profile()->GetExtensionEventRouter()->
246 current_utterance_->profile(),
    [all...]
extension_devtools_bridge.cc 17 #include "chrome/browser/profiles/profile.h"
23 Profile* profile)
25 profile_(profile),
120 DCHECK_EQ(profile_, new_tab->profile());
extension_function.h 18 class Profile;
48 // Set the profile which contains the extension that has originated this
50 void set_profile(Profile* profile) { profile_ = profile; }
51 Profile* profile() const { return profile_; } function in class:ExtensionFunction
136 // The Profile of this function's extension.
137 Profile* profile_;
  /external/chromium/chrome/browser/notifications/
notification_options_menu_model.cc 18 #include "chrome/browser/profiles/profile.h"
120 balloon_->profile()->GetExtensionService();
165 DesktopNotificationServiceFactory::GetForProfile(balloon_->profile());
168 balloon_->profile()->GetExtensionService();
215 DesktopNotificationServiceFactory::GetForProfile(balloon_->profile());
217 balloon_->profile()->GetExtensionService();
240 BrowserList::GetLastActiveWithProfile(balloon_->profile());
244 browser = Browser::Create(balloon_->profile());
  /external/chromium/chrome/browser/sessions/
session_restore_browsertest.cc 7 #include "chrome/browser/profiles/profile.h"
85 browser()->profile(),
89 Profile* profile = browser()->profile(); local
90 Browser* popup = Browser::CreateForType(Browser::TYPE_POPUP, profile);
129 TabRestoreService* service = browser()->profile()->GetTabRestoreService();
168 TabRestoreService* service = browser()->profile()->GetTabRestoreService();
193 SessionStartupPref::SetStartupPref(browser()->profile(), pref);
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator_unittest.cc 74 const sync_pb::AutofillProfileSpecifics& profile,
78 profile,
111 AutofillProfile *profile = new AutofillProfile(guid); local
126 profiles_from_web_db.push_back(profile);
152 AutofillProfile *profile = new AutofillProfile(guid); local
157 Ref(*profile),
163 profiles_from_web_db.push_back(profile);
228 // If the profile is already present no other function
  /external/chromium/chrome/browser/tabs/
tab_finder.cc 10 #include "chrome/browser/profiles/profile.h"
78 if (browser->profile()->IsOffTheRecord())
97 if (!(*i)->profile()->IsOffTheRecord()) {
132 if (!(*i)->profile()->IsOffTheRecord())
196 if (tab_contents->profile()->IsOffTheRecord())
201 HistoryService* history = tab_contents->profile()->GetHistoryService(
202 Profile::EXPLICIT_ACCESS);
213 if (tab->profile()->IsOffTheRecord())
220 HistoryService* history =tab->profile()->GetHistoryService(
221 Profile::EXPLICIT_ACCESS)
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sdp.c 159 /* add profile descriptor list */
227 if (bta_ag_cb.profile[i].sdp_handle == 0)
229 bta_ag_cb.profile[i].sdp_handle = SDP_CreateRecord();
230 bta_ag_cb.profile[i].scn = BTM_AllocateSCN();
232 bta_ag_cb.profile[i].scn, p_data->api_register.features,
233 bta_ag_cb.profile[i].sdp_handle);
282 if (bta_ag_cb.profile[i].sdp_handle != 0)
284 SDP_DeleteRecord(bta_ag_cb.profile[i].sdp_handle);
285 bta_ag_cb.profile[i].sdp_handle = 0;
287 BTM_FreeSCN(bta_ag_cb.profile[i].scn)
    [all...]
  /external/chromium/chrome/browser/ui/webui/
most_visited_handler.cc 24 #include "chrome/browser/profiles/profile.h"
67 Profile* profile = web_ui->GetProfile(); local
69 ThumbnailSource* thumbnail_src = new ThumbnailSource(profile);
70 profile->GetChromeURLDataManager()->AddDataSource(thumbnail_src);
72 profile->GetChromeURLDataManager()->AddDataSource(new FaviconSource(profile));
76 Source<Profile>(profile));
119 Profile* profile = web_ui_->GetProfile() local
    [all...]
  /external/chromium/chrome/browser/ui/
browser.cc 64 #include "chrome/browser/profiles/profile.h"
203 Browser::Browser(Type type, Profile* profile)
205 profile_(profile),
268 tab_restore_service_ = profile->GetTabRestoreService();
296 // We're the last browser window with this profile. We need to nuke the
313 TabRestoreService* tab_restore_service = profile()->GetTabRestoreService();
327 // An incognito profile is no longer needed, this indirectly
341 Browser* Browser::Create(Profile* profile) {
3377 Profile* profile = Source<Profile>(source).ptr(); local
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_manager.cc 32 #include "chrome/browser/profiles/profile.h"
108 // 1. The fields in the section must all be profile or credit card fields,
149 // only credit card fields; and similarly for profile data.
235 download_manager_(tab_contents->profile()),
244 tab_contents->profile()->GetOriginalProfile()->GetPersonalDataManager();
317 if (tab_contents()->profile()->IsOffTheRecord())
505 // Find the profile that matches the |profile_id|, if one is specified.
506 const AutofillProfile* profile = NULL; local
511 profile = *iter;
515 DCHECK(profile);
850 AutofillProfile* profile = *iter; local
887 AutofillProfile* profile = *iter; local
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
account_screen.cc 99 Profile* profile = ProfileManager::GetDefaultProfile(); local
100 view()->InitDOM(profile,
101 SiteInstance::CreateSiteInstanceForURL(profile, url));
registration_screen.cc 70 Profile* profile = ProfileManager::GetDefaultProfile(); local
71 view()->InitDOM(profile,
72 SiteInstance::CreateSiteInstanceForURL(profile, url));

Completed in 440 milliseconds

<<11121314151617181920>>