Searched refs:web_frame (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/content/renderer/media/crypto/
H A Dcontent_decryption_module_factory.cc32 WebKit::WebFrame* web_frame) {
34 DCHECK(web_frame);
37 WebKit::WebString::fromUTF8(plugin_type), web_frame);
55 WebKit::WebFrame* web_frame) {
57 DCHECK(web_frame);
62 CreateHelperPlugin(plugin_type, web_media_player_client, web_frame);
95 WebKit::WebFrame* web_frame,
117 destroy_plugin_cb, web_media_player_client, web_frame);
29 CreateHelperPlugin( const std::string& plugin_type, WebKit::WebMediaPlayerClient* web_media_player_client, WebKit::WebFrame* web_frame) argument
48 CreatePpapiDecryptor( const std::string& key_system, const media::KeyAddedCB& key_added_cb, const media::KeyErrorCB& key_error_cb, const media::KeyMessageCB& key_message_cb, const base::Closure& destroy_plugin_cb, WebKit::WebMediaPlayerClient* web_media_player_client, WebKit::WebFrame* web_frame) argument
91 Create( const std::string& key_system, WebKit::WebMediaPlayerClient* web_media_player_client, WebKit::WebFrame* web_frame, const base::Closure& destroy_plugin_cb, const media::KeyAddedCB& key_added_cb, const media::KeyErrorCB& key_error_cb, const media::KeyMessageCB& key_message_cb) argument
H A Dcontent_decryption_module_factory.h31 WebKit::WebFrame* web_frame,
H A Dproxy_decryptor.cc24 WebKit::WebFrame* web_frame,
35 web_frame_(web_frame),
21 ProxyDecryptor( WebKit::WebMediaPlayerClient* web_media_player_client, WebKit::WebFrame* web_frame, const media::KeyAddedCB& key_added_cb, const media::KeyErrorCB& key_error_cb, const media::KeyMessageCB& key_message_cb) argument
H A Dproxy_decryptor.h40 WebKit::WebFrame* web_frame,
/external/chromium/webkit/glue/
H A Ddom_serializer_unittest.cc155 WebFrame* web_frame = local
158 ASSERT_TRUE(web_frame != NULL);
160 web_frame->loadData(data, "text/html", encoding_info, base_url);
172 WebFrame* web_frame = FindSubFrameByURL(test_shell_->webView(), local
174 ASSERT_TRUE(web_frame != NULL);
182 bool result = WebPageSerializer::serialize(web_frame,
294 WebFrame* web_frame = FindSubFrameByURL(test_shell_->webView(), file_url); local
295 ASSERT_TRUE(web_frame != NULL);
296 WebDocument doc = web_frame->document();
305 web_frame
323 WebFrame* web_frame = FindSubFrameByURL(test_shell_->webView(), file_url); local
411 WebFrame* web_frame = FindSubFrameByURL(test_shell_->webView(), file_url); local
475 WebFrame* web_frame = FindSubFrameByURL(test_shell_->webView(), file_url); local
542 WebFrame* web_frame = FindSubFrameByURL(test_shell_->webView(), file_url); local
601 WebFrame* web_frame = FindSubFrameByURL(test_shell_->webView(), file_url); local
646 WebFrame* web_frame = FindSubFrameByURL(test_shell_->webView(), file_url); local
695 WebFrame* web_frame = FindSubFrameByURL(test_shell_->webView(), file_url); local
795 WebFrame* web_frame = test_shell_->webView()->mainFrame(); local
[all...]
H A Dwebkit_glue.cc93 string16 DumpDocumentText(WebFrame* web_frame) { argument
96 WebElement document_element = web_frame->document().documentElement();
103 string16 DumpFramesAsText(WebFrame* web_frame, bool recursive) { argument
107 if (web_frame->parent() &&
108 !web_frame->document().documentElement().isNull()) {
110 result.append(web_frame->name());
114 result.append(DumpDocumentText(web_frame));
118 WebFrame* child = web_frame->firstChild();
126 string16 DumpRenderer(WebFrame* web_frame) { argument
127 return web_frame
130 CounterValueForElementById(WebFrame* web_frame, const std::string& id, string16* counter_value) argument
141 PageNumberForElementById(WebFrame* web_frame, const std::string& id, float page_width_in_pixels, float page_height_in_pixels) argument
150 NumberOfPages(WebFrame* web_frame, float page_width_in_pixels, float page_height_in_pixels) argument
160 DumpFrameScrollPosition(WebFrame* web_frame, bool recursive) argument
[all...]
H A Ddom_operations.cc245 WebFrame* web_frame = view->mainFrame(); local
246 if (!web_frame)
249 WebAnimationController* controller = web_frame->animationController();
254 web_frame->document().getElementById(WebString::fromUTF8(element_id));
266 WebFrame* web_frame = view->mainFrame(); local
267 if (!web_frame)
270 WebAnimationController* controller = web_frame->animationController();
275 web_frame->document().getElementById(WebString::fromUTF8(element_id));
285 WebFrame* web_frame = view->mainFrame(); local
286 if (!web_frame)
299 WebFrame* web_frame = view->mainFrame(); local
[all...]
H A Dwebkit_glue.h58 string16 DumpDocumentText(WebKit::WebFrame* web_frame);
63 string16 DumpFramesAsText(WebKit::WebFrame* web_frame, bool recursive);
66 string16 DumpRenderer(WebKit::WebFrame* web_frame);
70 bool CounterValueForElementById(WebKit::WebFrame* web_frame,
75 int PageNumberForElementById(WebKit::WebFrame* web_frame,
81 int NumberOfPages(WebKit::WebFrame* web_frame,
86 string16 DumpFrameScrollPosition(WebKit::WebFrame* web_frame, bool recursive);
/external/chromium_org/content/renderer/
H A Ddom_serializer_browsertest.cc254 WebFrame* web_frame = GetMainFrame(); local
256 ASSERT_TRUE(web_frame != NULL);
258 web_frame->loadData(data, "text/html", encoding_info, base_url);
270 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), page_url); local
271 ASSERT_TRUE(web_frame != NULL);
279 bool result = WebPageSerializer::serialize(web_frame,
291 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); local
292 ASSERT_TRUE(web_frame != NULL);
293 WebDocument doc = web_frame->document();
302 web_frame
311 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); local
363 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); local
415 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); local
481 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); local
536 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); local
572 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); local
605 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); local
701 WebFrame* web_frame = GetMainFrame(); local
754 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); local
[all...]
H A Dstats_collection_controller.cc26 WebKit::WebFrame* web_frame = WebKit::WebFrame::frameForCurrentContext(); local
27 if (!web_frame)
30 WebKit::WebView* web_view = web_frame->view();
/external/chromium_org/content/renderer/gpu/
H A Dgpu_benchmarking_extension.cc248 WebFrame* web_frame = WebFrame::frameForCurrentContext(); local
249 if (!web_frame)
252 WebView* web_view = web_frame->view();
269 WebFrame* web_frame = WebFrame::frameForCurrentContext(); local
270 if (!web_frame)
273 WebView* web_view = web_frame->view();
291 WebFrame* web_frame = WebFrame::frameForCurrentContext(); local
292 if (!web_frame)
295 WebView* web_view = web_frame->view();
329 WebFrame* web_frame
381 WebFrame* web_frame = WebFrame::frameForCurrentContext(); local
489 WebFrame* web_frame = WebFrame::frameForCurrentContext(); local
[all...]
/external/chromium_org/chrome/renderer/autofill/
H A Dform_autofill_browsertest.cc97 WebFrame* web_frame = GetMainFrame(); local
98 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
102 form_cache.ExtractForms(*web_frame, &forms);
107 EXPECT_EQ(GURL(web_frame->document().url()), form.origin);
157 WebFrame* web_frame = GetMainFrame(); local
158 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
162 form_cache.ExtractForms(*web_frame, &forms);
166 WebElement element = web_frame->document().getElementById("firstname");
178 EXPECT_EQ(GURL(web_frame->document().url()), form_data.origin);
672 WebFrame* web_frame local
673 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
735 WebFrame* web_frame = GetMainFrame(); local
736 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
751 WebFrame* web_frame = GetMainFrame(); local
752 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
769 WebFrame* web_frame = GetMainFrame(); local
770 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
793 WebFrame* web_frame = GetMainFrame(); local
794 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
813 WebFrame* web_frame = GetMainFrame(); local
814 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
842 WebFrame* web_frame = GetMainFrame(); local
843 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
890 WebFrame* web_frame = GetMainFrame(); local
891 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
1948 WebFrame* web_frame = GetMainFrame(); local
1949 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
2041 WebFrame* web_frame = GetMainFrame(); local
2042 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
2118 WebFrame* web_frame = GetMainFrame(); local
2119 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
2204 WebFrame* web_frame = GetMainFrame(); local
2205 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
2420 WebFrame* web_frame = GetMainFrame(); local
2421 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
2520 WebFrame* web_frame = GetMainFrame(); local
2521 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
2597 WebFrame* web_frame = GetMainFrame(); local
2598 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
2668 WebFrame* web_frame = GetMainFrame(); local
2669 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
2736 WebFrame* web_frame = GetMainFrame(); local
2737 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
2804 WebFrame* web_frame = GetMainFrame(); local
2805 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
2871 WebFrame* web_frame = GetMainFrame(); local
2872 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
[all...]
H A Dautofill_renderer_browsertest.cc86 WebFrame* web_frame = GetMainFrame(); local
87 WebDocument document = web_frame->document();
227 WebFrame* web_frame = GetMainFrame(); local
228 WebDocument document = web_frame->document();
/external/chromium_org/content/renderer/media/
H A Drenderer_webaudiodevice_impl.cc50 WebFrame* const web_frame = WebFrame::frameForCurrentContext(); local
51 WebView* const web_view = web_frame ? web_frame->view() : NULL;
H A Dmedia_stream_dependency_factory.cc96 WebKit::WebFrame* web_frame)
100 web_frame_(web_frame) {
529 WebKit::WebFrame* web_frame,
531 CHECK(web_frame);
539 std::string url = web_frame->document().url().spec();
552 web_frame);
556 GURL(web_frame->document().url().spec()).GetOrigin());
92 P2PPortAllocatorFactory( P2PSocketDispatcher* socket_dispatcher, talk_base::NetworkManager* network_manager, talk_base::PacketSocketFactory* socket_factory, WebKit::WebFrame* web_frame) argument
526 CreatePeerConnection( const webrtc::PeerConnectionInterface::IceServers& ice_servers, const webrtc::MediaConstraintsInterface* constraints, WebKit::WebFrame* web_frame, webrtc::PeerConnectionObserver* observer) argument
H A Dmedia_stream_dependency_factory.h121 WebKit::WebFrame* web_frame,
/external/chromium_org/chrome/renderer/extensions/
H A Dapp_bindings.cc86 CHECK(context()->web_frame());
87 args.GetReturnValue().Set(GetDetailsForFrameImpl(context()->web_frame()));
92 CHECK(context()->web_frame());
93 if (!CheckAccessToAppDetails(context()->web_frame()))
156 render_view->GetRoutingID(), context()->web_frame()->document().url(),
164 const WebFrame* parent_frame = context()->web_frame();
176 context()->web_frame()->document().url());
H A Dchrome_v8_context_set_unittest.cc53 EXPECT_FALSE(context->web_frame());
H A Dchrome_v8_context.cc30 WebKit::WebFrame* web_frame,
34 web_frame_(web_frame),
29 ChromeV8Context(v8::Handle<v8::Context> v8_context, WebKit::WebFrame* web_frame, const Extension* extension, Feature::Context context_type) argument
H A Dchrome_v8_context.h57 WebKit::WebFrame* web_frame() const { function in class:extensions::ChromeV8Context
H A Drequest_sender.cc83 if (WebKit::WebFrame* webframe = context->web_frame())
/external/chromium_org/content/renderer/java/
H A Djava_bridge_dispatcher.cc54 void JavaBridgeDispatcher::DidClearWindowObject(WebKit::WebFrame* web_frame) { argument
62 web_frame->bindToWindowObject(iter->first,
/external/chromium_org/content/renderer/p2p/
H A Dport_allocator.h57 P2PPortAllocator(WebKit::WebFrame* web_frame,
H A Dport_allocator.cc72 WebKit::WebFrame* web_frame,
78 web_frame_(web_frame),
71 P2PPortAllocator( WebKit::WebFrame* web_frame, P2PSocketDispatcher* socket_dispatcher, talk_base::NetworkManager* network_manager, talk_base::PacketSocketFactory* socket_factory, const Config& config) argument
/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.h382 // the |web_frame| / |web_node| to generate the print preview for.
383 void InitWithFrame(WebKit::WebFrame* web_frame);

Completed in 1474 milliseconds

12