HomeSort by relevance Sort by last modified time
    Searched refs:webView (Results 226 - 250 of 328) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/webkit/
HTML5VideoFullScreen.java 271 HTML5VideoViewProxy proxy, WebViewClassic webView) {
294 WebChromeClient client = webView.getWebChromeClient();
299 if (webView.getViewManager() != null)
300 webView.getViewManager().hideAll();
FindActionModeCallback.java 40 View.OnClickListener, WebView.FindListener {
44 private WebView mWebView;
90 * Set the WebView to search. Must be non null.
92 public void setWebView(WebView webView) {
93 if (null == webView) {
94 throw new AssertionError("WebView supplied to "
97 mWebView = webView;
117 "No WebView for FindActionModeCallback::findNext");
138 "No WebView for FindActionModeCallback::findAll")
    [all...]
HTML5VideoViewProxy.java 105 // Every time webView setBaseLayer, this will be called.
133 // When a WebView is paused, we also want to pause the video in it.
141 HTML5VideoViewProxy proxy, WebViewClassic webView) {
175 mHTML5VideoView.enterFullScreenVideoState(layerId, proxy, webView);
179 WebViewClassic webView) {
181 WebChromeClient client = webView.getWebChromeClient();
226 // either inside a WebView or across WebViews
227 // For switching videos within a WebView or across the WebView,
322 // the video view and to return to the WebView
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
DebuggerAgentManager.cpp 90 s_pageDeferrers.set(agent->webView(), new WebCore::PageGroupLoadDeferrer(agent->page(), true));
91 views.append(agent->webView());
92 agent->webView()->setIgnoreInputEvents(true);
261 void DebuggerAgentManager::onWebViewClosed(WebViewImpl* webview)
263 if (s_pageDeferrers.contains(webview)) {
264 delete s_pageDeferrers.get(webview);
265 s_pageDeferrers.remove(webview);
FrameLoaderClientImpl.cpp 124 WebViewImpl* webview = m_webFrame->viewImpl(); local
125 if (webview->devToolsAgentPrivate())
126 webview->devToolsAgentPrivate()->didClearWindowObject(m_webFrame);
590 WebViewImpl* webView = m_webFrame->viewImpl();
597 !webView->page()->mainFrame()->loader()->activeDocumentLoader()->isLoadingInAPISense();
600 if (webView->client() && loaderCompleted)
601 webView->client()->didStartLoading();
649 webView->didCommitLoad(&isNewNavigation);
654 if (webView->client() && loaderCompleted)
655 webView->client()->didStopLoading()
759 WebViewImpl* webview = m_webFrame->viewImpl(); local
1015 WebViewImpl* webview = m_webFrame->viewImpl(); local
1022 WebViewImpl* webview = m_webFrame->viewImpl(); local
1033 WebViewImpl* webview = m_webFrame->viewImpl(); local
1137 WebViewImpl* webview = m_webFrame->viewImpl(); local
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
InspectorClientGtk.cpp 39 static void notifyWebViewDestroyed(WebKitWebView* webView, InspectorFrontendClient* inspectorFrontendClient)
102 InspectorClient::InspectorClient(WebKitWebView* webView)
103 : m_inspectedWebView(webView)
125 // be alive even after the inspected WebView is destroyed - the
ChromeClientGtk.cpp 72 ChromeClient::ChromeClient(WebKitWebView* webView)
73 : m_webView(webView)
157 WebKitWebView* webView = 0;
159 g_signal_emit_by_name(m_webView, "create-web-view", kit(frame), &webView);
161 if (!webView)
165 g_object_set(webView, "window-features", webWindowFeatures.get(), NULL);
167 return core(webView);
264 // We may not have a WebView as create-web-view can return NULL.
270 // We need to remove the parent WebView from WebViewSets here, before it actually
272 // can't find it. Otherwise, window.open will select a closed WebView instead of
    [all...]
EditorClientGtk.h 67 WebKitWebView* webView() { return m_webView; }
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginController.mm 244 BOOL oldDefersCallbacks = [[self webView] defersCallbacks];
246 [[self webView] setDefersCallbacks:YES];
261 [[self webView] setDefersCallbacks:NO];
411 WebView *v = [_dataSource _webView];
412 [[v _UIDelegateForwarder] webView:v setStatusText:message];
440 - (WebView *)webView
442 return [[self webFrame] webView];
WebBaseNetscapePluginView.h 43 @class WebView;
111 - (WebView *)webView;
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebDragClient.cpp 30 #include "WebView.h"
59 WebDragClient::WebDragClient(WebView* webView)
60 : m_webView(webView)
62 ASSERT(webView);
119 COMPtr<WebView> viewProtector = m_webView;
  /external/webkit/Tools/DumpRenderTree/mac/
TextInputController.m 41 #import <WebKit/WebView.h>
202 - (id)initWithWebView:(WebView *)wv
205 webView = wv;
221 NSView <NSTextInput> *view = inputMethodView ? inputMethodView : (id)[[[webView mainFrame] frameView] documentView];
331 rect.origin = [[webView window] convertScreenToBase:rect.origin];
332 rect = [webView convertRect:rect fromView:nil];
351 point = [webView convertPoint:point toView:nil];
352 point = [[webView window] convertBaseToScreen:point];
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 187 WebEditorClient::WebEditorClient(WebView *webView)
188 : m_webView(webView)
234 return [[m_webView _editingDelegateForwarder] webView:m_webView
240 return [[m_webView _editingDelegateForwarder] webView:m_webView
256 return [[m_webView _editingDelegateForwarder] webView:m_webView
262 return [[m_webView _editingDelegateForwarder] webView:m_webView
268 return [[m_webView _editingDelegateForwarder] webView:m_webView
276 return [[m_webView _editingDelegateForwarder] webView:m_webView
282 WebView* webView = m_webView
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp 59 #include "WebView.h"
232 WebView* WebViewHost::createView(WebFrame*, const WebURLRequest&, const WebWindowFeatures&, const WebString&)
236 return m_shell->createNewWindow(WebURL())->webView();
401 WebFrame* frame = webView()->focusedFrame();
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
WKFullScreenWindowController.mm 129 - (WKView*)webView
134 - (void)setWebView:(WKView *)webView
136 [webView retain];
138 _webView = webView;
190 // In the case of a multi-monitor setup where the webView straddles two
239 // Swap the webView placeholder into place.
244 // Then insert the WebView into the full screen window
281 // the collectionBehavior of the webView's window:
282 NSWindow* webWindow = [[self webView] window];
288 // Swap the webView back into its original position
    [all...]
WebContextMenuProxyMac.mm 107 WebContextMenuProxyMac::WebContextMenuProxyMac(WKView* webView, WebPageProxy* page)
108 : m_webView(webView)
WebPopupMenuProxyMac.mm 40 WebPopupMenuProxyMac::WebPopupMenuProxyMac(WKView *webView, WebPopupMenuProxy::Client* client)
42 , m_webView(webView)
  /external/webkit/Source/WebKit/mac/WebView/
WebDelegateImplementationCaching.mm 33 #import "WebView.h"
37 @implementation WebView (WebDelegateImplementationCaching)
39 WebResourceDelegateImplementationCache* WebViewGetResourceLoadDelegateImplementations(WebView *webView)
42 if (!webView)
44 return &webView->_private->resourceLoadDelegateImplementations;
47 WebFrameLoadDelegateImplementationCache* WebViewGetFrameLoadDelegateImplementations(WebView *webView)
50 if (!webView)
52 return &webView->_private->frameLoadDelegateImplementations
    [all...]
WebFrame.mm 242 Page* core(WebView *webView)
244 return [webView page];
247 WebView *kit(Page* page)
249 return page ? static_cast<WebView*>(page->chrome()->client()->webView()) : nil;
252 WebView *getWebView(WebFrame *webFrame)
262 WebView *webView = kit(page);
264 WebFrame *frame = [[self alloc] _initWithWebFrameView:frameView webView:webView]
    [all...]
WebView.mm 361 static const char webViewIsOpen[] = "At least one WebView is still open.";
377 @interface WebView (WebFileInternal)
462 @implementation WebView (AllWebViews)
499 @implementation WebView (WebPrivate)
529 NSString *fullVersion = [[NSBundle bundleForClass:[WebView class]] objectForInfoDictionaryKey:(NSString *)kCFBundleVersionKey];
561 // Make sure the context has a DOMWindow global object, otherwise this context didn't originate from a WebView.
641 NSString *scriptPath = [[NSBundle bundleForClass:[WebView class]] pathForResource:@"MailQuirksUserScript" ofType:@"js"];
662 NSString *scriptPath = [[NSBundle bundleForClass:[WebView class]] pathForResource:@"OutlookQuirksUserScript" ofType:@"js"];
814 // Unsetting it when a WebView is first created is as good a place as any.
862 [[self _UIDelegateForwarder] webView:self didDrawRect:rect]
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebbackforwardlist.cpp 109 WebKitWebBackForwardList* webkit_web_back_forward_list_new_with_web_view(WebKitWebView* webView)
111 g_return_val_if_fail(WEBKIT_IS_WEB_VIEW(webView), NULL);
118 priv->backForwardList = static_cast<WebCore::BackForwardListImpl*>(core(webView)->backForwardList());
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.h 49 class WebView : public APIObject, public PageClient, WebCore::WindowMessageListener, public IDropTarget {
51 static PassRefPtr<WebView> create(RECT rect, WebContext* context, WebPageGroup* pageGroup, HWND parentWindow)
53 RefPtr<WebView> webView = adoptRef(new WebView(rect, context, pageGroup, parentWindow));
54 webView->initialize();
55 return webView;
57 ~WebView();
89 WebView(RECT, WebContext*, WebPageGroup*, HWND parentWindow);
  /external/chromium/webkit/glue/
dom_operations_unittest.cc 11 #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
63 test_shell_->webView(), file_url, &result, savable_schemes));
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultContextMenuDelegate.mm 138 - (NSArray *)webView:(WebView *)wv contextMenuItemsForElement:(NSDictionary *)element defaultMenuItems:(NSArray *)defaultMenuItems
147 // The Spotlight and Google items are implemented in WebView, and require that the
176 WebView *wv = [webFrame webView];
  /external/webkit/Tools/MiniBrowser/win/
BrowserView.cpp 47 return WKViewGetPage(browserWindow->view().webView());

Completed in 695 milliseconds

1 2 3 4 5 6 7 8 91011>>