OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:off_the_record_browser_context
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/shell/browser/
shell_browser_main_parts.h
51
ShellBrowserContext*
off_the_record_browser_context
() {
function in class:content::ShellBrowserMainParts
shell_content_browser_client.cc
322
ShellContentBrowserClient::
off_the_record_browser_context
() {
function in class:content::ShellContentBrowserClient
323
return shell_browser_main_parts_->
off_the_record_browser_context
();
335
DCHECK_EQ(content_browser_context,
off_the_record_browser_context
());
336
return
off_the_record_browser_context
();
shell_content_browser_client.h
74
ShellBrowserContext*
off_the_record_browser_context
();
/external/chromium_org/content/test/
content_browser_test.cc
158
ShellContentBrowserClient::Get()->
off_the_record_browser_context
(),
Completed in 150 milliseconds