HomeSort by relevance Sort by last modified time
    Searched defs:CreateProfile (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/core/
profile_creator.py 11 def CreateProfile(self):
  /external/chromium_org/tools/telemetry/unittest_data/discoverable_classes/
dummy_profile_creator.py 8 def CreateProfile(self):
  /external/chromium_org/tools/perf/profile_creators/
small_profile_creator.py 15 def CreateProfile(self):
  /external/chromium/android/autofill/
profile_android.cc 74 Profile* Profile::CreateProfile(const FilePath& path) {
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller_unittest.cc 37 void CreateProfile(const std::string& name) {
45 CreateProfile("Profile-1");
46 CreateProfile("Profile-2");
  /external/chromium_org/chrome/browser/chromeos/login/
fake_login_utils.cc 57 profile = CreateProfile(user_context.username);
98 Profile* FakeLoginUtils::CreateProfile(const std::string& username_hash) {
  /external/chromium_org/chrome/test/base/
browser_with_test_window_test.cc 62 profile_.reset(CreateProfile());
185 TestingProfile* BrowserWithTestWindowTest::CreateProfile() {
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_unittest.cc 77 virtual TestingProfile* CreateProfile() OVERRIDE;
119 TestingProfile* BrowserViewTest::CreateProfile() {
120 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserlauncher.py 105 def CreateProfile(self):
210 self.profile = self.CreateProfile()
253 def CreateProfile(self):
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 322 Profile* CreateProfile(const content::MainFunctionParams& parameters,
325 TRACE_EVENT0("startup", "ChromeBrowserMainParts::CreateProfile")
    [all...]
  /external/chromium/chrome/browser/
browser_main.cc     [all...]
  /external/chromium/chrome/browser/profiles/
profile_impl.cc 232 Profile* Profile::CreateProfile(const FilePath& path) {
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_impl.cc 256 Profile* Profile::CreateProfile(const base::FilePath& path,
259 TRACE_EVENT0("browser", "Profile::CreateProfile")
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.cc 580 "createProfile",
581 base::Bind(&BrowserOptionsHandler::CreateProfile,
    [all...]

Completed in 774 milliseconds