OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AwBrowserContext
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwBrowserContext.java
16
* being able to use a single browser context, currently there can only be one
AwBrowserContext
21
public class
AwBrowserContext
{
32
public
AwBrowserContext
(SharedPreferences sharedPreferences) {
/external/chromium_org/android_webview/browser/
aw_browser_context.cc
36
AwBrowserContext
* g_browser_context = NULL;
40
AwBrowserContext
::
AwBrowserContext
(
53
AwBrowserContext
::~
AwBrowserContext
() {
59
AwBrowserContext
*
AwBrowserContext
::GetDefault() {
66
AwBrowserContext
*
AwBrowserContext
::FromWebContents(
69
return static_cast<
AwBrowserContext
*>(web_contents->GetBrowserContext())
[
all
...]
aw_browser_context.h
45
class
AwBrowserContext
: public content::BrowserContext,
49
AwBrowserContext
(const base::FilePath path,
51
virtual ~
AwBrowserContext
();
54
static
AwBrowserContext
* GetDefault();
56
// Convenience method to returns the
AwBrowserContext
corresponding to the
58
static
AwBrowserContext
* FromWebContents(
132
DISALLOW_COPY_AND_ASSIGN(
AwBrowserContext
);
Completed in 132 milliseconds