OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateProfile
(Results
1 - 25
of
41
) sorted by null
1
2
/external/chromium/chrome/browser/tabs/
pinned_tab_service_unittest.cc
22
virtual TestingProfile*
CreateProfile
() OVERRIDE {
23
TestingProfile* profile = BrowserWithTestWindowTest::
CreateProfile
();
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_unittest.cc
26
virtual TestingProfile*
CreateProfile
() OVERRIDE {
27
TestingProfile* profile = BrowserWithTestWindowTest::
CreateProfile
();
/external/chromium/android/content/browser/tab_contents/
tab_contents.h
25
: profile_(ProfileImplAndroid::
CreateProfile
(FilePath()))
/external/chromium_org/chrome/browser/ui/views/frame/
test_with_browser_view.h
33
virtual TestingProfile*
CreateProfile
() OVERRIDE;
test_with_browser_view.cc
80
TestingProfile* TestWithBrowserView::
CreateProfile
() {
81
TestingProfile* profile = BrowserWithTestWindowTest::
CreateProfile
();
/external/chromium_org/chrome/browser/notifications/
message_center_settings_controller_unittest.cc
39
virtual void
CreateProfile
(const std::string& name) {
87
virtual void
CreateProfile
(const std::string& name) OVERRIDE {
88
MessageCenterSettingsControllerTest::
CreateProfile
(name);
113
CreateProfile
("Profile-1");
114
CreateProfile
("Profile-2");
140
CreateProfile
("Profile-1");
141
CreateProfile
("Profile-2");
multi_user_notification_blocker_chromeos_unittest.cc
70
void
CreateProfile
(const std::string& name) {
145
CreateProfile
("test@example.com");
158
CreateProfile
("test2@example.com");
243
CreateProfile
("test@example.com");
/external/chromium/android/autofill/
profile_android.cc
74
Profile* Profile::
CreateProfile
(const FilePath& path) {
/external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_unittest.cc
47
virtual TestingProfile*
CreateProfile
() OVERRIDE {
48
TestingProfile* profile = BrowserWithTestWindowTest::
CreateProfile
();
/external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_service_unittest.cc
37
virtual TestingProfile*
CreateProfile
() OVERRIDE {
38
TestingProfile* profile = BrowserWithTestWindowTest::
CreateProfile
();
/external/chromium_org/chrome/browser/profiles/
profile_browsertest.cc
74
scoped_ptr<Profile> profile(Profile::
CreateProfile
(
94
scoped_ptr<Profile> profile(Profile::
CreateProfile
(
113
scoped_ptr<Profile> profile(Profile::
CreateProfile
(
138
scoped_ptr<Profile> profile(Profile::
CreateProfile
(
164
scoped_ptr<Profile> profile(Profile::
CreateProfile
(
194
scoped_ptr<Profile> profile(Profile::
CreateProfile
(
222
scoped_ptr<Profile> profile(Profile::
CreateProfile
(
profile.h
155
static Profile*
CreateProfile
(const base::FilePath& path,
profile_destroyer_unittest.cc
65
virtual TestingProfile*
CreateProfile
() OVERRIDE {
/external/chromium_org/chrome/browser/chromeos/login/
fake_login_utils.h
45
Profile*
CreateProfile
(const std::string& username_hash);
fake_login_utils.cc
66
profile =
CreateProfile
(user_context.username);
122
Profile* FakeLoginUtils::
CreateProfile
(const std::string& username_hash) {
/external/chromium_org/chrome/browser/ui/app_list/test/
app_list_shower_unittest.cc
87
profile1_ =
CreateProfile
("p1").Pass();
88
profile2_ =
CreateProfile
("p2").Pass();
94
scoped_ptr<FakeProfile>
CreateProfile
(const std::string& name) {
/external/chromium_org/chrome/browser/signin/
ubertoken_fetcher_unittest.cc
54
profile_ =
CreateProfile
();
58
scoped_ptr<TestingProfile>
CreateProfile
() {
/external/chromium_org/chrome/test/base/
browser_with_test_window_test.cc
62
profile_ =
CreateProfile
();
185
TestingProfile* BrowserWithTestWindowTest::
CreateProfile
() {
browser_with_test_window_test.h
135
virtual TestingProfile*
CreateProfile
();
137
// Destroys the profile which was created through |
CreateProfile
|.
/external/chromium_org/chrome/browser/ui/views/
avatar_menu_button_browsertest.cc
52
Profile::
CreateProfile
(path, NULL, Profile::CREATE_MODE_SYNCHRONOUS);
new_avatar_menu_button_browsertest.cc
71
Profile::
CreateProfile
(path, NULL, Profile::CREATE_MODE_SYNCHRONOUS);
/external/chromium_org/chrome/browser/ui/webui/options/
create_profile_handler.h
74
void
CreateProfile
(const base::ListValue* args);
create_profile_handler.cc
52
"
createProfile
",
53
base::Bind(&CreateProfileHandler::
CreateProfile
,
57
void CreateProfileHandler::
CreateProfile
(const ListValue* args) {
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserlauncher.py
106
def
CreateProfile
(self):
211
self.profile = self.
CreateProfile
()
254
def
CreateProfile
(self):
/external/chromium_org/chrome/browser/sync/
sync_global_error_unittest.cc
82
set_profile(
CreateProfile
());
Completed in 3393 milliseconds
1
2