HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 1001 - 1025 of 3371) sorted by null

<<41424344454647484950>>

  /external/chromium/chrome/browser/
browser_about_handler_unittest.cc 106 TestingProfile profile; local
113 WillHandleBrowserAboutURL(&url, &profile));
content_setting_image_model_unittest.cc 8 #include "chrome/browser/profiles/profile.h"
82 tab_contents.profile()->GetPrerenderManager()->MarkTabContentsAsPrerendered(
  /external/chromium/chrome/browser/chromeos/frame/
browser_view.h 16 class Profile;
70 virtual Profile* GetProfile() const OVERRIDE;
  /external/chromium/chrome/browser/chromeos/login/
user_image_downloader.h 20 // Gets user image URL from user's Google Profile, downloads the image,
70 // Fetcher for user's profile page.
  /external/chromium/chrome/browser/extensions/
convert_web_app_browsertest.cc 8 #include "chrome/browser/profiles/profile.h"
50 browser()->profile()->GetExtensionService()->set_show_extensions_prompts(
extension_webnavigation_apitest.cc 9 #include "chrome/browser/profiles/profile.h"
98 ExtensionService* service = browser()->profile()->GetExtensionService();
window_open_apitest.cc 30 if (BrowserList::GetBrowserCount(browser->profile()) < num_browsers ||
36 ASSERT_EQ(num_browsers, BrowserList::GetBrowserCount(browser->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/importer/
profile_import_process_client.h 31 // An interface that must be implemented by consumers of the profile import
50 // These methods pass back data to be written to the user's profile from
  /external/chromium/chrome/browser/metrics/
metrics_response_unittest.cc 24 "<collector type=\"profile\"/>"
35 "<collector type=\"profile\"/>"
  /external/chromium/chrome/browser/net/
sdch_dictionary_fetcher.cc 8 #include "chrome/browser/profiles/profile.h"
56 net::URLRequestContextGetter* context = Profile::GetDefaultRequestContext();
  /external/chromium/chrome/browser/policy/
policy_path_parser_unittest.cc 83 CheckForSubstitution(FILE_PATH_LITERAL("//$C/${profile}"),
84 FILE_PATH_LITERAL("${profile}"));
  /external/chromium/chrome/browser/sync/glue/
password_change_processor.h 58 virtual void StartImpl(Profile* profile) OVERRIDE;
  /external/chromium/chrome/browser/translate/
options_menu_model.cc 10 #include "chrome/browser/profiles/profile.h"
39 if (!translate_delegate->tab_contents()->profile()->IsOffTheRecord()) {
  /external/chromium/chrome/browser/ui/cocoa/
html_dialog_window_controller_unittest.mm 88 profile:profile()];
  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_controller_unittest.mm 50 profile:helper_.profile()
  /external/chromium/chrome/browser/ui/views/
html_dialog_view.h 41 HtmlDialogView(Profile* profile, HtmlDialogUIDelegate* delegate);
page_info_bubble_view.h 27 Profile* profile,
  /external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 11 #include "chrome/browser/profiles/profile.h"
274 model_->profile());
278 model_->profile());
287 Profile* other_profile =
288 static_cast<BrowserTabStripController*>(other->controller())->profile();
289 return other_profile == profile();
294 model_->profile());
405 data->incognito = contents->profile()->IsOffTheRecord();
  /external/chromium/chrome/browser/ui/webui/
mediaplayer_browsertest.cc 64 // Doing this so we have a valid profile.
79 // Doing this so we have a valid profile.
sync_internals_ui.cc 14 #include "chrome/browser/profiles/profile.h"
34 contents->profile()->GetChromeURLDataManager()->AddDataSource(
  /external/chromium/chrome/browser/web_applications/
web_app.h 17 class Profile;
50 // Returns data dir for web apps for given profile path.
  /external/chromium/chrome/common/
profiling.cc 16 static const char kDefaultProfileName[] = "chrome-profile-{pid}";
80 // Schedule profile data flushing for single process because it doesn't
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 143 // Profile the node to see if we already have something matching it
144 llvm::FoldingSetNodeID profile; local
145 D->Profile(profile);
148 if (PathDiagnostic *orig = Diags.FindNodeOrInsertPos(profile, InsertPos)) {
606 void PathDiagnosticLocation::Profile(llvm::FoldingSetNodeID &ID) const {
613 void PathDiagnosticPiece::Profile(llvm::FoldingSetNodeID &ID) const {
624 void PathDiagnosticCallPiece::Profile(llvm::FoldingSetNodeID &ID) const {
625 PathDiagnosticPiece::Profile(ID);
632 void PathDiagnosticSpotPiece::Profile(llvm::FoldingSetNodeID &ID) const
    [all...]
  /external/compiler-rt/make/platform/
darwin_fat.mk 26 Configs := Debug Release Profile
45 CFLAGS.Profile := $(CFLAGS) -pg -g

Completed in 558 milliseconds

<<41424344454647484950>>