Searched defs:profile (Results 1 - 25 of 642) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/
H A Dbrowsing_data_database_helper_unittest.cc17 TestingProfile profile; local
23 new CannedBrowsingDataDatabaseHelper(&profile));
H A Dbrowsing_data_indexed_db_helper_unittest.cc17 TestingProfile profile; local
23 new CannedBrowsingDataIndexedDBHelper(&profile));
H A Dbrowsing_data_local_storage_helper_unittest.cc16 TestingProfile profile; local
21 new CannedBrowsingDataLocalStorageHelper(&profile));
H A Drenderer_preferences_util.cc8 #include "chrome/browser/profiles/profile.h"
18 void UpdateFromSystemSettings(RendererPreferences* prefs, Profile* profile) { argument
23 GtkThemeService* theme_service = GtkThemeService::GetFrom(profile);
48 profile->GetPrefs()->GetBoolean(prefs::kEnableReferrers);
H A Dbackground_contents_service_factory.cc9 #include "chrome/browser/profiles/profile.h"
14 Profile* profile) {
16 GetInstance()->GetServiceForProfile(profile));
33 Profile* profile) const {
34 return new BackgroundContentsService(profile,
13 GetForProfile( Profile* profile) argument
H A Dbackground_mode_manager_factory.cc9 #include "chrome/browser/profiles/profile.h"
14 Profile* profile) {
16 GetInstance()->GetServiceForProfile(profile));
32 Profile* profile) const {
33 return new BackgroundModeManager(profile, CommandLine::ForCurrentProcess());
13 GetForProfile( Profile* profile) argument
/external/chromium/chrome/browser/instant/
H A Dpromo_counter_unittest.cc13 TestingProfile profile; local
14 PromoCounter::RegisterUserPrefs(profile.GetPrefs(), "test");
17 PromoCounter counter(&profile, "test", "test", 2, 2);
25 TestingProfile profile; local
26 PromoCounter::RegisterUserPrefs(profile.GetPrefs(), "test");
30 PromoCounter counter(&profile, "test", "test", 2, 2);
35 PromoCounter counter(&profile, "test", "test", 2, 2);
40 PromoCounter counter(&profile, "test", "test", 2, 2);
47 TestingProfile profile; local
48 PromoCounter::RegisterUserPrefs(profile
66 TestingProfile profile; local
[all...]
H A Dinstant_confirm_dialog.cc10 #include "chrome/browser/profiles/profile.h"
23 Profile* profile) {
24 PrefService* prefs = profile->GetPrefs();
28 PromoCounter* promo_counter = profile->GetInstantPromoCounter();
33 InstantController::Enable(profile);
37 ShowInstantConfirmDialog(parent, profile);
22 ShowInstantConfirmDialogIfNecessary(gfx::NativeWindow parent, Profile* profile) argument
/external/chromium/chrome/browser/printing/cloud_print/
H A Dcloud_print_url.h15 explicit CloudPrintURL(Profile* profile) : profile_(profile) {} argument
/external/chromium/chrome/browser/ui/options/
H A Dshow_options_url.cc7 #include "chrome/browser/profiles/profile.h"
13 void ShowOptionsURL(Profile* profile, const GURL& url) { argument
16 Browser* browser = Browser::Create(profile);
/external/javasqlite/src/main/java/SQLite/
H A DProfile.java4 * Callback interface for SQLite's profile function.
10 * Callback to profile (ie log) one SQL statement
17 public void profile(String stmt, long est); method in interface:Profile
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_unittest.cc15 explicit MockChromeFrameAutomationProvider(Profile* profile) argument
16 : ChromeFrameAutomationProvider(profile) {}
H A Dchrome_frame_automation_provider.cc6 #include "chrome/browser/profiles/profile.h"
12 ChromeFrameAutomationProvider::ChromeFrameAutomationProvider(Profile* profile) argument
13 : AutomationProvider(profile) {}
/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_in_process_browser_test.cc22 Browser* WizardInProcessBrowserTest::CreateBrowser(Profile* profile) { argument
/external/chromium/chrome/browser/chromeos/
H A Dupdate_observer.cc16 UpdateObserver::UpdateObserver(Profile* profile) argument
17 : notification_(profile, "update.chromeos", IDR_NOTIFICATION_UPDATE,
/external/chromium/chrome/browser/extensions/
H A Dextension_bookmark_manager_apitest.cc11 #include "chrome/browser/profiles/profile.h"
28 Profile* profile = browser()->profile(); local
32 BookmarkModel* model = profile->GetBookmarkModel();
41 profile->GetPrefs()->SetBoolean(prefs::kEditBookmarksEnabled, false);
/external/chromium/chrome/browser/metrics/
H A Duser_metrics.cc7 #include "chrome/browser/profiles/profile.h"
12 Profile* profile) {
13 Record(action.str_, profile);
17 Profile* profile) {
18 Record(action.c_str(), profile);
21 void UserMetrics::Record(const char *action, Profile *profile) { argument
11 RecordAction(const UserMetricsAction& action, Profile* profile) argument
16 RecordComputedAction(const std::string& action, Profile* profile) argument
/external/chromium/chrome/browser/tabs/
H A Dpinned_tab_service_unittest.cc23 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); variable
24 pinned_tab_service_.reset(new PinnedTabService(profile));
25 return profile;
41 scoped_ptr<Browser> popup(new Browser(Browser::TYPE_POPUP, profile()));
50 PinnedTabCodec::ReadPinnedTabs(profile()));
60 PinnedTabCodec::ReadPinnedTabs(profile()));
/external/chromium/chrome/browser/ui/cocoa/
H A Dbrowser_test_helper.cc27 // Delete the testing profile on the UI thread. But first release the
28 // browser, since it may trigger accesses to the profile upon destruction.
42 TestingProfile* BrowserTestHelper::profile() const { function in class:BrowserTestHelper
/external/webkit/Source/WebCore/bindings/js/
H A DScriptProfiler.cpp51 RefPtr<JSC::Profile> profile = JSC::Profiler::profiler()->stopProfiling(state, stringToUString(title)); local
52 return ScriptProfile::create(profile);
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptProfile.h47 static PassRefPtr<ScriptProfile> create(const v8::CpuProfile* profile) argument
49 return adoptRef(new ScriptProfile(profile));
60 ScriptProfile(const v8::CpuProfile* profile) argument
61 : m_profile(profile)
/external/aac/libMpegTPEnc/src/
H A Dtpenc_adif.h103 int profile; member in struct:__anon179
/external/chromium/android/content/browser/tab_contents/
H A Dtab_contents.h11 #include "chrome/browser/profiles/profile.h"
30 Profile* profile() { return profile_.get(); } function in class:TabContents
/external/chromium/chrome/browser/autocomplete/
H A Dbuiltin_provider.cc16 Profile* profile)
17 : AutocompleteProvider(listener, profile, "Builtin") {
15 BuiltinProvider(ACProviderListener* listener, Profile* profile) argument
/external/chromium/chrome/browser/autofill/
H A Dselect_control_handler_unittest.cc99 AutofillProfile profile; local
100 profile.SetInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("CA"));
101 autofill::FillSelectControl(profile, ADDRESS_HOME_COUNTRY, &field);
117 AutofillProfile profile; local
118 profile.SetInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("Canada"));
119 autofill::FillSelectControl(profile, ADDRESS_HOME_COUNTRY, &field);
135 AutofillProfile profile; local
136 profile.SetInfo(ADDRESS_HOME_STATE, ASCIIToUTF16("CA"));
137 autofill::FillSelectControl(profile, ADDRESS_HOME_STATE, &field);
153 AutofillProfile profile; local
[all...]

Completed in 378 milliseconds

1234567891011>>