OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:incognito_profile
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/chrome/browser/extensions/
process_manager_unittest.cc
73
scoped_ptr<TestingProfile>
incognito_profile
= builder.Build();
local
74
incognito_profile
->SetOriginalProfile(original_profile.get());
76
ProcessManager::Create(
incognito_profile
.get()));
78
EXPECT_EQ(
incognito_profile
.get(), manager2->GetBrowserContext());
89
incognito_profile
.get()));
97
incognito_profile
.get()));
107
incognito_profile
.get()));
extension_tab_util.cc
241
Profile*
incognito_profile
=
local
247
target_browser->profile() ==
incognito_profile
) {
/external/chromium/chrome/browser/extensions/
extension_install_ui_browsertest.cc
105
Profile*
incognito_profile
= browser()->profile()->GetOffTheRecordProfile();
local
107
incognito_profile
);
114
incognito_profile
));
browser_action_apitest.cc
289
Profile*
incognito_profile
= browser()->profile()->GetOffTheRecordProfile();
local
290
Browser* incognito_browser = Browser::Create(
incognito_profile
);
302
incognito_browser = Browser::Create(
incognito_profile
);
338
Profile*
incognito_profile
= browser()->profile()->GetOffTheRecordProfile();
local
339
Browser* incognito_browser = Browser::Create(
incognito_profile
);
extension_cookies_api.cc
472
Profile*
incognito_profile
= NULL;
local
475
incognito_profile
= profile()->GetOffTheRecordProfile();
476
if (
incognito_profile
)
479
DCHECK(original_profile !=
incognito_profile
);
491
browser->profile() ==
incognito_profile
) {
506
incognito_profile
, incognito_tab_ids.release()));
extension_tabs_module.cc
224
Profile*
incognito_profile
=
local
231
target_browser->profile() ==
incognito_profile
) {
305
Profile*
incognito_profile
=
local
312
(*browser)->profile() ==
incognito_profile
) &&
1314
Profile*
incognito_profile
=
local
[
all
...]
/external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_bubble_sign_in_delegate_unittest.cc
69
scoped_ptr<TestingProfile>
incognito_profile
=
local
71
incognito_profile
->SetOriginalProfile(profile());
72
profile()->SetOffTheRecordProfile(
incognito_profile
.PassAs<Profile>());
/external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_api.cc
519
Profile*
incognito_profile
= NULL;
local
522
incognito_profile
= GetProfile()->GetOffTheRecordProfile();
523
if (
incognito_profile
)
526
DCHECK(original_profile !=
incognito_profile
);
536
browser->profile() ==
incognito_profile
) {
548
incognito_profile
) {
551
incognito_profile
, incognito_tab_ids.release()).release()));
/external/chromium_org/chrome/browser/extensions/api/extension_action/
browser_action_apitest.cc
476
Profile*
incognito_profile
= browser()->profile()->GetOffTheRecordProfile();
local
478
new Browser(Browser::CreateParams(
incognito_profile
,
492
new Browser(Browser::CreateParams(
incognito_profile
,
531
Profile*
incognito_profile
= browser()->profile()->GetOffTheRecordProfile();
local
533
new Browser(Browser::CreateParams(
incognito_profile
,
586
Profile*
incognito_profile
= browser()->profile()->GetOffTheRecordProfile();
local
588
new Browser(Browser::CreateParams(
incognito_profile
,
/external/chromium_org/chrome/browser/apps/
app_browsertest.cc
1196
Profile*
incognito_profile
= profile()->GetOffTheRecordProfile();
local
[
all
...]
/external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc
423
scoped_ptr<TestingProfile>
incognito_profile
= builder.Build();
local
424
EXPECT_TRUE(
incognito_profile
->IsOffTheRecord());
426
testing_profile->SetOffTheRecordProfile(
incognito_profile
.PassAs<Profile>());
[
all
...]
/external/chromium/chrome/browser/ui/find_bar/
find_bar_host_browsertest.cc
1039
Profile*
incognito_profile
= browser()->profile()->GetOffTheRecordProfile();
local
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc
122
Profile*
incognito_profile
=
local
128
browser->profile() ==
incognito_profile
) &&
[
all
...]
/external/chromium_org/chrome/browser/ui/find_bar/
find_bar_host_browsertest.cc
1370
Profile*
incognito_profile
= browser()->profile()->GetOffTheRecordProfile();
local
[
all
...]
Completed in 364 milliseconds