OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShellBrowserContext
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/shell/
shell_browser_context.cc
32
class
ShellBrowserContext
::ShellResourceContext : public ResourceContext {
63
ShellBrowserContext
::
ShellBrowserContext
(bool off_the_record,
72
ShellBrowserContext
::~
ShellBrowserContext
() {
79
void
ShellBrowserContext
::InitWhileIOAllowed() {
113
base::FilePath
ShellBrowserContext
::GetPath() const {
117
bool
ShellBrowserContext
::IsOffTheRecord() const {
121
DownloadManagerDelegate*
ShellBrowserContext
::GetDownloadManagerDelegate() {
137
net::URLRequestContextGetter*
ShellBrowserContext
::GetRequestContext()
[
all
...]
shell_browser_context.h
27
class
ShellBrowserContext
: public BrowserContext {
29
ShellBrowserContext
(bool off_the_record, net::NetLog* net_log);
30
virtual ~
ShellBrowserContext
();
66
// Performs initialization of the
ShellBrowserContext
while IO is still
78
DISALLOW_COPY_AND_ASSIGN(
ShellBrowserContext
);
Completed in 79 milliseconds