| /external/webkit/Tools/DumpRenderTree/win/ |
| LayoutTestControllerWin.cpp | 61 COMPtr<IWebView> webView; 62 if (FAILED(frame->webView(&webView))) 65 // reset webview-related states back to default values in preparation for next test 68 if (SUCCEEDED(webView->QueryInterface(&viewPrivate))) 72 if (FAILED(webView->QueryInterface(&viewEditing))) 89 COMPtr<IWebView> webView; 90 if (FAILED(frame->webView(&webView))) 94 if (FAILED(webView->backForwardList(&backForwardList)) [all...] |
| /external/chromium/webkit/glue/ |
| dom_serializer_unittest.cc | 26 #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" 45 using WebKit::WebView; 51 WebFrame* FindSubFrameByURL(WebView* web_view, const GURL& url) { 148 test_shell_->webView()->mainFrame()->loadHTMLString(contents, base_url); 156 test_shell_->webView()->mainFrame(); 172 WebFrame* web_frame = FindSubFrameByURL(test_shell_->webView(), 294 WebFrame* web_frame = FindSubFrameByURL(test_shell_->webView(), file_url); 307 web_frame = test_shell_->webView()->mainFrame(); 323 WebFrame* web_frame = FindSubFrameByURL(test_shell_->webView(), file_url); 336 web_frame = test_shell_->webView()->mainFrame() [all...] |
| webkit_glue.cc | 41 #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" 59 using WebKit::WebView;
|
| /external/webkit/Source/WebKit/chromium/public/ |
| WebGraphicsContext3D.h | 63 class WebView; 110 virtual bool initialize(Attributes, WebView*, bool renderDirectlyToWebView) = 0;
|
| /external/webkit/Source/WebKit/mac/WebCoreSupport/ |
| WebContextMenuClient.mm | 41 #import "WebView.h" 58 WebContextMenuClient::WebContextMenuClient(WebView *webView) 59 : m_webView(webView) 279 SEL selector = @selector(webView:contextMenuItemsForElement:defaultMenuItems:); 311 SEL selector = @selector(webView:contextMenuItemSelected:forElement:);
|
| WebChromeClient.mm | 48 #import "WebView.h" 148 WebChromeClient::WebChromeClient(WebView *webView) 149 : m_webView(webView) 158 // These functions scale between window and WebView coordinates because JavaScript/DOM operations 159 // assume that the WebView and the window share the same coordinate system. 164 [[m_webView _UIDelegateForwarder] webView:m_webView setFrame:windowRect]; 218 // avoid triggering assertions if the WebView is the only thing in the key loop 223 // avoid triggering assertions if the WebView is the only thing in the key loop 241 WebView *newWebView [all...] |
| 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/mac/ |
| PixelDumpSupportMac.mm | 139 WebView* view = [mainFrame webView]; 175 // (displayWebView() painted gray over the webview, but we'll be making everything repaint again).
|
| /packages/apps/Browser/src/com/android/browser/ |
| PhoneUi.java | 38 import android.webkit.WebView; 145 // so the tab is guaranteed to have a webview 147 Log.e(LOGTAG, "active tab with no webview detected"); 479 public void set(TitleBar tbar, WebView web) {
|
| /external/webkit/Source/WebKit/chromium/src/ |
| WebWorkerBase.cpp | 46 #include "WebView.h" 173 m_webView = WebView::create(0);
|
| /external/webkit/Source/WebKit/wince/WebCoreSupport/ |
| EditorClientWinCE.cpp | 38 EditorClientWinCE::EditorClientWinCE(WebView* webView) 39 : m_webView(webView)
|
| FrameLoaderClientWinCE.cpp | 41 #include "WebView.h" 48 FrameLoaderClientWinCE::FrameLoaderClientWinCE(WebView* view)
|
| /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/WebKit/mac/WebView/ |
| WebPDFView.mm | 48 #import "WebView.h" 373 WebView *webView = [[dataSource webFrame] webView]; 374 ASSERT(webView); 375 NSMenu *menu = [webView _menuForElement:[self elementAtPoint:[self convertPoint:[theEvent locationInWindow] fromView:nil]] defaultItems:items]; 506 // assumes the WebVIew is non-nil. 510 return CallUIDelegateReturningBoolean(result, [self _webView], @selector(webView:validateUserInterfaceItem:defaultValidation:), item, result); [all...] |
| WebFrameView.mm | 127 - (WebView *)_webView 129 return [_private->webFrame webView]; 189 // Not retained because the WebView owns the WebFrame, which owns the WebFrameView. 256 return [WebView _viewClass:&viewClass andRepresentationClass:nil forMIMEType:MIMEType allowingPlugins:allowPlugins] ? viewClass : nil; 409 // WebView has similar code. 414 // If we couldn't find a previous valid key view, ask the WebView. This handles frameset 418 previousValidKeyView = [[[self webFrame] webView] previousValidKeyView]; 435 // WebView has very similar code. 501 if ([[[self webFrame] webView] drawsBackground]) 520 // Need to check _private for nil because this can be called inside -[WebView initWithCoder:] [all...] |
| WebHTMLRepresentation.mm | 43 #import "WebView.h" 222 WebView *webView = [webFrame webView]; 223 if ([webView isEditable])
|
| WebTextCompletionController.mm | 36 #import "WebView.h" 55 - (id)initWithWebView:(WebView *)view HTMLView:(WebHTMLView *)htmlView
|
| WebHTMLView.mm | 701 - (WebView *)_webView 894 WebView *webView = [[self _webView] retain]; 895 [webView _setInsertionPasteboard:pasteboard]; [all...] |
| /external/chromium/webkit/glue/media/ |
| buffered_resource_loader_unittest.cc | 15 #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" 39 using WebKit::WebView;
|
| /frameworks/base/core/java/android/webkit/ |
| AccessibilityInjectorFallback.java | 80 // WebView navigation axes from WebViewCore.h, plus an additional axis for 94 // WebView navigation directions from WebViewCore.h. 104 private final WebView mWebViewInternal; 118 // getting two empty selection strings in a row we let the WebView handle the event 136 * @param webView The associated WebViewClassic. 138 public AccessibilityInjectorFallback(WebViewClassic webView) { 139 mWebView = webView; 186 // on second null selection string in same direction - WebView handles the event 198 // on second null selection string in same direction => WebView handle the event 217 // This is a special case since we treat the default WebView navigatio [all...] |
| WebViewClassic.java | 96 import android.webkit.WebView.HitTestResult; 97 import android.webkit.WebView.PictureListener; 139 * Implements a backend provider for the {@link WebView} public API. 142 // TODO: Check if any WebView published API methods are called from within here, and if so 528 * Send a single character to the WebView as a key down and up event. 689 static final String LOGTAG = "webview"; 735 Log.d("WebView", "onTrimMemory: " + level); 757 // Native WebView pointer that is 0 until the native object has been 760 // This would be final but it needs to be set to null when the WebView is [all...] |
| /packages/apps/Email/src/com/android/email/activity/ |
| MessageViewFragmentBase.java | 50 import android.webkit.WebView; 120 private WebView mMessageContentView; 152 // contains the HTML content as set in WebView. 292 mMessageContentView = (WebView) UiUtilities.getView(view, R.id.message_content); 395 // We should clean up the Webview here, but it can't release resources until it is 402 // WebView cleanup must be done after it leaves the rendering tree, according to 491 // TODO: clean this up - most of this is not needed since the WebView and Fragment is not 501 // Dynamic configuration of WebView [all...] |
| /cts/tests/tests/webkit/src/android/webkit/cts/ |
| WebSettingsTest.java | 29 import android.webkit.WebView; 581 // some internal limitations of webview. For this reason, we only provide a [all...] |
| /external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
| FrameLoaderClientHaiku.cpp | 46 #include "WebView.h" 66 void FrameLoaderClientHaiku::setWebView(WebView* webview) 68 m_webView = webview; 849 // We lock the looper in order to get the bounds of the WebView.
|
| /external/webkit/Source/WebKit/win/ |
| AccessibleBase.cpp | 31 #include "WebView.h" 139 return WebView::AccessibleObjectFromWindow(m_object->topDocumentFrameView()->hostWindow()->platformPageClient(),
|