Searched refs:web_contents (Results 1 - 25 of 1244) sorted by path

1234567891011>>

/external/chromium_org/android_webview/browser/
H A Daw_browser_context.cc29 #include "content/public/browser/web_contents.h"
91 content::WebContents* web_contents) {
93 return static_cast<AwBrowserContext*>(web_contents->GetBrowserContext());
90 FromWebContents( content::WebContents* web_contents) argument
H A Daw_browser_context.h66 content::WebContents* web_contents);
H A Daw_content_browser_client.cc31 #include "content/public/browser/web_contents.h"
213 content::WebContents* web_contents) {
214 return native_factory_->CreateViewDelegate(web_contents);
418 content::WebContents* web_contents,
424 int render_process_id = web_contents->GetRenderProcessHost()->GetID();
425 int render_view_id = web_contents->GetRenderViewHost()->GetRoutingID();
445 content::WebContents* web_contents,
457 content::WebContents* web_contents,
461 int render_process_id = web_contents->GetRenderProcessHost()->GetID();
462 int render_view_id = web_contents
212 GetWebContentsViewDelegate( content::WebContents* web_contents) argument
417 RequestGeolocationPermission( content::WebContents* web_contents, int bridge_id, const GURL& requesting_frame, bool user_gesture, base::Callback<void(bool)> result_callback, base::Closure* cancel_callback) argument
444 RequestMidiSysExPermission( content::WebContents* web_contents, int bridge_id, const GURL& requesting_frame, bool user_gesture, base::Callback<void(bool)> result_callback, base::Closure* cancel_callback) argument
456 RequestProtectedMediaIdentifierPermission( content::WebContents* web_contents, const GURL& origin, base::Callback<void(bool)> result_callback, base::Closure* cancel_callback) argument
578 OverrideCreateExternalVideoSurfaceContainer( content::WebContents* web_contents) argument
[all...]
H A Daw_content_browser_client.h39 content::WebContents* web_contents) OVERRIDE;
123 content::WebContents* web_contents,
130 content::WebContents* web_contents,
137 content::WebContents* web_contents,
176 content::WebContents* web_contents) OVERRIDE;
H A Daw_contents_client_bridge_base.cc9 #include "content/public/browser/web_contents.h"
25 content::WebContents* web_contents) {
26 if (!web_contents)
29 web_contents->GetUserData(kAwContentsClientBridgeBase));
44 WebContents* web_contents,
46 web_contents->SetUserData(kAwContentsClientBridgeBase,
51 WebContents* web_contents) {
52 web_contents->RemoveUserData(kAwContentsClientBridgeBase);
57 WebContents* web_contents) {
58 return UserData::GetContents(web_contents);
24 GetContents( content::WebContents* web_contents) argument
43 Associate( WebContents* web_contents, AwContentsClientBridgeBase* handler) argument
50 Disassociate( WebContents* web_contents) argument
56 FromWebContents( WebContents* web_contents) argument
68 content::WebContents* web_contents = local
[all...]
H A Daw_contents_client_bridge_base.h35 static void Associate(content::WebContents* web_contents,
37 static void Disassociate(content::WebContents* web_contents);
39 content::WebContents* web_contents);
H A Daw_dev_tools_manager_delegate.cc15 #include "content/public/browser/web_contents.h"
27 std::string GetViewDescription(WebContents* web_contents);
72 if (WebContents* web_contents = agent_host->GetWebContents()) {
73 description_ = GetViewDescription(web_contents);
74 last_activity_time_ = web_contents->GetLastActiveTime();
78 std::string GetViewDescription(WebContents* web_contents) { argument
80 android_webview::AwContents::FromWebContents(web_contents)
H A Daw_javascript_dialog_manager.cc9 #include "content/public/browser/web_contents.h"
18 content::WebContents* web_contents,
27 AwContentsClientBridgeBase::FromWebContents(web_contents);
41 content::WebContents* web_contents,
46 AwContentsClientBridgeBase::FromWebContents(web_contents);
52 bridge->RunBeforeUnloadDialog(web_contents->GetURL(),
58 content::WebContents* web_contents) {
62 content::WebContents* web_contents) {
17 RunJavaScriptDialog( content::WebContents* web_contents, const GURL& origin_url, const std::string& accept_lang, content::JavaScriptMessageType message_type, const base::string16& message_text, const base::string16& default_prompt_text, const DialogClosedCallback& callback, bool* did_suppress_message) argument
40 RunBeforeUnloadDialog( content::WebContents* web_contents, const base::string16& message_text, bool is_reload, const DialogClosedCallback& callback) argument
57 CancelActiveAndPendingDialogs( content::WebContents* web_contents) argument
61 WebContentsDestroyed( content::WebContents* web_contents) argument
H A Daw_javascript_dialog_manager.h19 content::WebContents* web_contents,
28 content::WebContents* web_contents,
33 content::WebContents* web_contents) OVERRIDE;
35 content::WebContents* web_contents) OVERRIDE;
H A Daw_login_delegate.cc15 #include "content/public/browser/web_contents.h"
93 WebContents* web_contents = WebContents::FromRenderFrameHost( local
95 if (!aw_http_auth_handler_->HandleOnUIThread(web_contents)) {
H A Daw_web_preferences_populater.h20 virtual void PopulateFor(content::WebContents* web_contents,
H A Dbrowser_view_renderer.cc21 #include "content/public/browser/web_contents.h"
121 content::WebContents* web_contents,
125 web_contents_(web_contents),
118 BrowserViewRenderer( BrowserViewRendererClient* client, SharedRendererState* shared_renderer_state, content::WebContents* web_contents, const scoped_refptr<base::SingleThreadTaskRunner>& ui_task_runner) argument
H A Dbrowser_view_renderer.h68 content::WebContents* web_contents,
H A Dfind_helper.cc10 #include "content/public/browser/web_contents.h"
19 FindHelper::FindHelper(WebContents* web_contents) argument
20 : WebContentsObserver(web_contents),
40 web_contents()->StopFinding(content::STOP_FIND_ACTION_KEEP_SELECTION);
51 web_contents()->Find(current_request_id_, search_string, options);
75 web_contents()->Find(current_request_id_, last_search_string_, options);
79 web_contents()->StopFinding(content::STOP_FIND_ACTION_CLEAR_SELECTION);
H A Dfind_helper.h27 explicit FindHelper(content::WebContents* web_contents);
H A Dicon_helper.cc12 #include "content/public/browser/web_contents.h"
22 IconHelper::IconHelper(WebContents* web_contents) argument
23 : WebContentsObserver(web_contents),
74 web_contents()->DownloadImage(i->icon_url,
H A Dicon_helper.h39 explicit IconHelper(content::WebContents* web_contents);
H A Djni_dependency_factory.h30 content::WebContents* web_contents) = 0;
/external/chromium_org/android_webview/browser/renderer_host/
H A Daw_render_view_host_ext.cc18 #include "content/public/browser/web_contents.h"
36 if (!web_contents()->GetRenderViewHost()) {
43 Send(new AwViewMsg_DocumentHasImages(web_contents()->GetRoutingID(),
62 Send(new AwViewMsg_DoHitTest(web_contents()->GetRoutingID(),
74 Send(new AwViewMsg_SetTextZoomFactor(web_contents()->GetRoutingID(), factor));
79 Send(new AwViewMsg_ResetScrollAndScaleState(web_contents()->GetRoutingID()));
84 Send(new AwViewMsg_SetInitialPageScale(web_contents()->GetRoutingID(),
92 if (web_contents()->GetRenderViewHost()) {
93 Send(new AwViewMsg_SetBackgroundColor(web_contents()->GetRoutingID(),
104 Send(new AwViewMsg_SetBackgroundColor(web_contents()
[all...]
/external/chromium_org/android_webview/lib/main/
H A Daw_main_delegate.cc158 content::WebContents* web_contents) {
159 return AwWebContentsViewDelegate::Create(web_contents);
169 content::WebContents* web_contents) {
170 return new ExternalVideoSurfaceContainerImpl(web_contents);
157 CreateViewDelegate( content::WebContents* web_contents) argument
168 CreateExternalVideoSurfaceContainer( content::WebContents* web_contents) argument
H A Daw_main_delegate.h49 content::WebContents* web_contents) OVERRIDE;
54 content::WebContents* web_contents) OVERRIDE;
/external/chromium_org/android_webview/native/
H A Daw_autofill_client.h93 AwAutofillClient(content::WebContents* web_contents);
102 // The web_contents associated with this delegate.
H A Daw_contents.cc59 #include "content/public/browser/web_contents.h"
114 static AwContents* GetContents(WebContents* web_contents) { argument
115 if (!web_contents)
118 web_contents->GetUserData(kAwContentsUserDataKey));
138 AwContents* AwContents::FromWebContents(WebContents* web_contents) { argument
140 return AwContentsUserData::GetContents(web_contents);
148 content::WebContents* web_contents =
150 if (!web_contents) return NULL;
151 return FromWebContents(web_contents);
162 AwContents::AwContents(scoped_ptr<WebContents> web_contents) argument
[all...]
H A Daw_contents.h64 // Returns the AwContents instance associated with |web_contents|, or NULL.
65 static AwContents* FromWebContents(content::WebContents* web_contents);
71 AwContents(scoped_ptr<content::WebContents> web_contents);
H A Daw_contents_io_thread_client_impl.cc24 #include "content/public/browser/web_contents.h"
116 ClientMapEntryUpdater(JNIEnv* env, WebContents* web_contents,
128 WebContents* web_contents,
130 : content::WebContentsObserver(web_contents),
132 DCHECK(web_contents);
135 if (web_contents->GetMainFrame())
136 RenderFrameCreated(web_contents->GetMainFrame());
193 WebContents* web_contents) {
197 GetRenderFrameHostIdPair(web_contents->GetMainFrame()), client_data);
202 WebContents* web_contents,
127 ClientMapEntryUpdater(JNIEnv* env, WebContents* web_contents, jobject jdelegate) argument
192 RegisterPendingContents( WebContents* web_contents) argument
201 Associate( WebContents* web_contents, const JavaRef<jobject>& jclient) argument
[all...]

Completed in 1171 milliseconds

1234567891011>>