/external/chromium/chrome/browser/net/ |
resolve_proxy_msg_helper.cc | 8 #include "chrome/browser/profiles/profile.h" 95 Profile::GetDefaultRequestContext();
|
/external/chromium/chrome/browser/notifications/ |
desktop_notification_service.cc | 19 #include "chrome/browser/profiles/profile.h" 119 // The Profile that we restore sessions from. 120 Profile* profile_; 144 profile_(contents->profile()), 259 DesktopNotificationService::DesktopNotificationService(Profile* profile, 261 : profile_(profile), 313 Source<Profile>(profile_));
|
/external/chromium/chrome/browser/password_manager/ |
password_form_manager.cc | 14 #include "chrome/browser/profiles/profile.h" 21 PasswordFormManager::PasswordFormManager(Profile* profile, 32 profile_(profile), 118 profile_->GetPasswordStore(Profile::EXPLICIT_ACCESS); 203 profile_->GetPasswordStore(Profile::EXPLICIT_ACCESS); 348 profile_->GetPasswordStore(Profile::IMPLICIT_ACCESS); 389 profile_->GetPasswordStore(Profile::IMPLICIT_ACCESS);
|
/external/chromium/chrome/browser/ |
password_manager_delegate_impl.cc | 127 Profile* PasswordManagerDelegateImpl::GetProfileForPasswordManager() { 128 return tab_contents_->profile();
|
/external/chromium/chrome/browser/remoting/ |
setup_flow_login_step.cc | 12 #include "chrome/browser/profiles/profile.h" 77 flow()->profile()->GetRequestContext()));
|
/external/chromium/chrome/browser/search_engines/ |
template_url_model.h | 26 class Profile; 46 // There is a TemplateURLModel per Profile. 72 explicit TemplateURLModel(Profile* profile); 228 Profile* profile() const { return profile_; } function in class:TemplateURLModel 387 // obtained from the Profile. This allows us to lazily access the database. 388 Profile* profile_;
|
/external/chromium/chrome/browser/tab_contents/ |
render_view_context_menu.h | 22 class Profile; 68 Profile* profile_;
|
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
bookmark_node_applescript.mm | 13 #include "chrome/browser/profiles/profile.h" 115 Profile* defaultProfile = [appDelegate defaultProfile];
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_menu_cocoa_controller.mm | 101 bookmark_utils::OpenAll(NULL, browser->profile(), browser, node, 113 browser->profile());
|
/external/chromium/chrome/browser/ui/cocoa/notifications/ |
balloon_controller_unittest.mm | 32 Profile* profile) {}
|
/external/chromium/chrome/browser/ui/cocoa/ |
tabpose_window_unittest.mm | 20 SiteInstance::CreateSiteInstance(browser_helper_.profile()); 25 browser_helper_.profile(), site_instance_, MSG_ROUTING_NONE,
|
/external/chromium/chrome/browser/ui/gtk/ |
back_forward_button_gtk.cc | 11 #include "chrome/browser/profiles/profile.h" 46 GtkThemeService::GetFrom(browser_->profile()),
|
/external/chromium/chrome/browser/ui/toolbar/ |
toolbar_model.cc | 11 #include "chrome/browser/profiles/profile.h" 42 languages = navigation_controller->profile()->GetPrefs()->GetString(
|
wrench_menu_model.cc | 20 #include "chrome/browser/profiles/profile.h" 74 encoding_menu_controller.GetEncodingMenuItems(browser_->profile(), 103 return controller.IsItemChecked(browser_->profile(), 213 Source<Profile>(browser_->profile())); 311 return browser_->profile()->GetPrefs()->GetBoolean(prefs::kShowBookmarkBar); 321 return !browser_->profile()->GetPrefs()->IsManagedPreference( 553 browser_->profile()->GetOriginalProfile()->GetProfileSyncService());
|
/external/chromium/chrome/browser/ui/views/download/ |
download_in_progress_dialog_view.cc | 10 #include "chrome/browser/profiles/profile.h" 26 int download_count = browser->profile()->GetDownloadManager()->
|
/external/chromium/chrome/browser/ui/webui/chromeos/login/ |
login_ui.cc | 14 #include "chrome/browser/profiles/profile.h" 118 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
proxy_settings_ui.cc | 10 #include "chrome/browser/profiles/profile.h" 84 contents->profile()->GetChromeURLDataManager()->AddDataSource(source);
|
/external/chromium/chrome/browser/ui/webui/ |
downloads_ui.cc | 13 #include "chrome/browser/profiles/profile.h" 142 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
|
/external/chromium/chrome/browser/webdata/ |
web_data_service.h | 284 // Takes the path of the profile directory as its argument. 454 // Schedules a task to add an Autofill profile to the web database. 455 void AddAutofillProfile(const AutofillProfile& profile); 457 // Schedules a task to update an Autofill profile in the web database. 458 void UpdateAutofillProfile(const AutofillProfile& profile); 460 // Schedules a task to remove an Autofill profile from the web database. 461 // |guid| is the identifer of the profile to remove. 470 // Remove "trashed" profile guids from the web database and optionally send
|
/external/chromium/chrome/common/ |
autofill_messages.h | 97 // profile data. 102 int /* profile unique ID */)
|
/external/clang/lib/Analysis/ |
AnalysisDeclContext.cpp | 233 void StackFrameContext::Profile(llvm::FoldingSetNodeID &ID) { 234 Profile(ID, getAnalysisDeclContext(), getParent(), CallSite, Block, Index); 237 void ScopeContext::Profile(llvm::FoldingSetNodeID &ID) { 238 Profile(ID, getAnalysisDeclContext(), getParent(), Enter); 241 void BlockInvocationContext::Profile(llvm::FoldingSetNodeID &ID) { 242 Profile(ID, getAnalysisDeclContext(), getParent(), BD); 255 LOC::Profile(ID, ctx, parent, d); 273 StackFrameContext::Profile(ID, ctx, parent, s, blk, idx);
|
/external/libxslt/libxslt/ |
transform.h | 47 FILE * profile, 82 FILE * profile,
|
/external/oprofile/libpp/ |
diff_container.cpp | 60 /// add a symbol not present in the new profile 71 /// add a symbol not present in the old profile
|
/external/v8/test/cctest/ |
test-cpu-profiler.cc | 117 // Check the state of profile generator. 166 CpuProfile* profile = local 168 CHECK_NE(NULL, profile); 172 profile->top_down()->root()->children(); 188 profile->bottom_up()->root()->children(); 253 CpuProfile* profile = local 255 CHECK_NE(NULL, profile); 258 const ProfileNode* node = profile->top_down()->root();
|
/external/valgrind/main/docs/internals/ |
performance.txt | 19 Also, on x86, amd64, ppc32 and ppc64, --profile-flags style profiling was 20 removed from the despatch loop unless --profile-flags is being used.
|