OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShellBrowserContext
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/apps/shell/
shell_browser_context.h
15
class
ShellBrowserContext
: public content::
ShellBrowserContext
{
17
ShellBrowserContext
();
18
virtual ~
ShellBrowserContext
();
33
DISALLOW_COPY_AND_ASSIGN(
ShellBrowserContext
);
shell_browser_context.cc
23
ShellBrowserContext
::
ShellBrowserContext
()
24
: content::
ShellBrowserContext
(false, NULL) {
28
ShellBrowserContext
::~
ShellBrowserContext
() {
31
void
ShellBrowserContext
::ProfileFunctionCallOnNonProfileBrowserContext1() {
34
void
ShellBrowserContext
::ProfileFunctionCallOnNonProfileBrowserContext2() {
37
void
ShellBrowserContext
::ProfileFunctionCallOnNonProfileBrowserContext3() {
40
void
ShellBrowserContext
::ProfileFunctionCallOnNonProfileBrowserContext4() {
43
void
ShellBrowserContext
::ProfileFunctionCallOnNonProfileBrowserContext5()
[
all
...]
/external/chromium_org/content/shell/browser/
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
();
72
// Performs initialization of the
ShellBrowserContext
while IO is still
84
DISALLOW_COPY_AND_ASSIGN(
ShellBrowserContext
);
Completed in 46 milliseconds