Searched defs:browser_context (Results 1 - 25 of 340) sorted by last modified time

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dbrowser.c16 struct browser_context { struct
24 static void win_cb_destroy(GtkWidget *win, struct browser_context *ctx)
31 static void browser_update_title(struct browser_context *ctx)
54 struct browser_context *ctx)
64 struct browser_context *ctx)
77 struct browser_context *ctx)
101 struct browser_context *ctx)
116 struct browser_context *ctx)
126 gchar *uri, struct browser_context *ctx)
142 struct browser_context *ct
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dbrowser.c16 struct browser_context { struct
24 static void win_cb_destroy(GtkWidget *win, struct browser_context *ctx)
31 static void browser_update_title(struct browser_context *ctx)
54 struct browser_context *ctx)
64 struct browser_context *ctx)
77 struct browser_context *ctx)
101 struct browser_context *ctx)
116 struct browser_context *ctx)
126 gchar *uri, struct browser_context *ctx)
142 struct browser_context *ct
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dbrowser.c16 struct browser_context { struct
24 static void win_cb_destroy(GtkWidget *win, struct browser_context *ctx)
31 static void browser_update_title(struct browser_context *ctx)
54 struct browser_context *ctx)
64 struct browser_context *ctx)
77 struct browser_context *ctx)
101 struct browser_context *ctx)
116 struct browser_context *ctx)
126 gchar *uri, struct browser_context *ctx)
142 struct browser_context *ct
[all...]
/external/chromium_org/ui/app_list/demo/
H A Dapp_list_demo_views.cc35 explicit DemoAppListViewDelegate(content::BrowserContext* browser_context) argument
36 : view_(NULL), browser_context_(browser_context) {}
109 void ShowAppList(content::BrowserContext* browser_context, argument
112 new DemoAppListViewDelegate(browser_context);
/external/chromium_org/ui/keyboard/webui/
H A Dvk_webui_controller.cc53 content::BrowserContext* browser_context = local
55 content::WebUIDataSource::Add(browser_context, CreateKeyboardUIDataSource());
56 content::WebUIDataSource::AddMojoDataSource(browser_context)->AddResourcePath(
79 content::BrowserContext* browser_context,
88 content::BrowserContext* browser_context,
90 return GetWebUIType(browser_context, url) != content::WebUI::kNoWebUI;
94 content::BrowserContext* browser_context,
96 return UseWebUIForURL(browser_context, url);
78 GetWebUIType( content::BrowserContext* browser_context, const GURL& url) const argument
87 UseWebUIForURL( content::BrowserContext* browser_context, const GURL& url) const argument
93 UseWebUIBindingsForURL( content::BrowserContext* browser_context, const GURL& url) const argument
/external/chromium_org/ui/views/controls/webview/
H A Dwebview.cc8 #include "content/public/browser/browser_context.h"
32 WebView::WebView(content::BrowserContext* browser_context) argument
36 browser_context_(browser_context),
371 content::BrowserContext* browser_context) {
375 browser_context, NULL);
380 browser_context, NULL);
370 CreateWebContents( content::BrowserContext* browser_context) argument
H A Dwebview.h40 explicit WebView(content::BrowserContext* browser_context);
57 content::BrowserContext* browser_context() { return browser_context_; } function in class:views::WebView
144 content::BrowserContext* browser_context);
H A Dwebview_interactive_uitest.cc31 content::BrowserContext* browser_context() { return &browser_context_; } function in class:__anon17081::WebViewInteractiveUiTest
49 views::WebView* webview = new views::WebView(browser_context());
69 content::WebContents::CreateParams params(browser_context());
H A Dwebview_unittest.cc28 content::BrowserContext* browser_context,
30 return content::WebContentsTester::CreateTestWebContents(browser_context,
68 content::BrowserContext* browser_context() { return browser_context_.get(); } function in class:__anon17082::WebViewUnitTest
141 views::WebView* webview = new views::WebView(browser_context());
147 content::WebContents::CreateParams params(browser_context());
163 content::WebContents::CreateParams params2(browser_context());
/external/chromium_org/ui/views/examples/
H A Dexamples_window_with_content.cc7 #include "content/public/browser/browser_context.h"
14 content::BrowserContext* browser_context,
18 extra_examples->push_back(new WebViewExample(browser_context));
13 ShowExamplesWindowWithContent(Operation operation, content::BrowserContext* browser_context, gfx::NativeWindow window_context) argument
H A Dexamples_with_content_main_exe.cc6 #include "content/public/browser/browser_context.h"
17 void ShowContentExampleWindow(content::BrowserContext* browser_context, argument
20 browser_context,
29 if (!browser_context) {
H A Dwebview_example.cc7 #include "content/public/browser/browser_context.h"
15 WebViewExample::WebViewExample(content::BrowserContext* browser_context) argument
18 browser_context_(browser_context) {
/external/chromium_org/ui/views/
H A Dviews_delegate.cc71 content::BrowserContext* browser_context,
70 CreateWebContents( content::BrowserContext* browser_context, content::SiteInstance* site_instance) argument
/external/chromium_org/ui/views_content_client/
H A Dviews_content_client_main_parts.h39 content::ShellBrowserContext* browser_context() { function in class:ui::ViewsContentClientMainParts
/external/chromium_org/ui/web_dialogs/
H A Dweb_dialog_web_contents_delegate.cc24 content::BrowserContext* browser_context,
26 : browser_context_(browser_context),
23 WebDialogWebContentsDelegate( content::BrowserContext* browser_context, WebContentsHandler* handler) argument
H A Dweb_dialog_web_contents_delegate.h46 content::BrowserContext* browser_context() const { function in class:ui::WebDialogWebContentsDelegate
52 // calls to browser_context() return NULL.
/external/chromium_org/content/test/
H A Dtest_web_contents.cc27 TestWebContents::TestWebContents(BrowserContext* browser_context) argument
28 : WebContentsImpl(browser_context, NULL),
36 TestWebContents* TestWebContents::Create(BrowserContext* browser_context, argument
38 TestWebContents* test_web_contents = new TestWebContents(browser_context);
39 test_web_contents->Init(WebContents::CreateParams(browser_context, instance));
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api_pairing_delegate.cc9 #include "content/public/browser/browser_context.h"
33 content::BrowserContext* browser_context)
34 : extension_id_(extension_id), browser_context_(browser_context) {}
31 BluetoothApiPairingDelegate( const std::string& extension_id, content::BrowserContext* browser_context) argument
H A Dbluetooth_event_router.cc361 content::BrowserContext* browser_context,
360 OnExtensionUnloaded( content::BrowserContext* browser_context, const Extension* extension, UnloadedExtensionInfo::Reason reason) argument
/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_socket_api.cc9 #include "content/public/browser/browser_context.h"
78 content::BrowserContext* browser_context) {
80 BluetoothSocketEventDispatcher::Get(browser_context);
137 manager_ = ApiResourceManager<BluetoothApiSocket>::Get(browser_context());
240 socket_event_dispatcher_ = GetSocketEventDispatcher(browser_context());
270 socket_event_dispatcher_ = GetSocketEventDispatcher(browser_context());
450 socket_event_dispatcher_ = GetSocketEventDispatcher(browser_context());
77 GetSocketEventDispatcher( content::BrowserContext* browser_context) argument
/external/chromium_org/extensions/browser/api/declarative/
H A Ddeclarative_rule.h154 content::BrowserContext* browser_context,
232 content::BrowserContext* browser_context,
368 content::BrowserContext* browser_context,
381 ActionT::Create(browser_context, extension, **i, error, bad_message);
457 content::BrowserContext* browser_context,
474 browser_context, extension, rule->actions, error, &bad_message);
367 Create( content::BrowserContext* browser_context, const Extension* extension, const AnyVector& actions, std::string* error, bool* bad_message) argument
455 Create( url_matcher::URLMatcherConditionFactory* url_matcher_condition_factory, content::BrowserContext* browser_context, const Extension* extension, base::Time extension_installation_time, linked_ptr<JsonRule> rule, ConsistencyChecker check_consistency, std::string* error) argument
H A Ddeclarative_rule_unittest.cc221 content::BrowserContext* browser_context,
220 Create( content::BrowserContext* browser_context, const Extension* extension, const base::Value& action, std::string* error, bool* bad_message) argument
H A Drules_registry.cc72 RulesRegistry::RulesRegistry(content::BrowserContext* browser_context, argument
77 : browser_context_(browser_context),
H A Drules_registry.h59 // In tests, |browser_context| and |ui_part| can be NULL (at the same time).
62 RulesRegistry(content::BrowserContext* browser_context,
139 content::BrowserContext* browser_context() { return browser_context_; } function in class:extensions::RulesRegistry
H A Drules_registry_service.cc32 content::BrowserContext* browser_context,
36 browser_context, webview_key, web_request_rules_registry);
203 content::BrowserContext* browser_context,
209 content::BrowserContext* browser_context,
216 content::BrowserContext* browser_context,
31 RegisterToExtensionWebRequestEventRouterOnIO( content::BrowserContext* browser_context, const RulesRegistryService::WebViewKey& webview_key, scoped_refptr<WebRequestRulesRegistry> web_request_rules_registry) argument
202 OnExtensionLoaded( content::BrowserContext* browser_context, const Extension* extension) argument
208 OnExtensionUnloaded( content::BrowserContext* browser_context, const Extension* extension, UnloadedExtensionInfo::Reason reason) argument
215 OnExtensionUninstalled( content::BrowserContext* browser_context, const Extension* extension, extensions::UninstallReason reason) argument

Completed in 2650 milliseconds

1234567891011>>