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

<<11121314

  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 33 #include "WebView.h"
128 WebEditorClient::WebEditorClient(WebView* webView)
129 : m_webView(webView)
WebChromeClient.cpp 39 #include "WebView.h"
72 WebChromeClient::WebChromeClient(WebView* webView)
73 : m_webView(webView)
75 , m_notificationsDelegate(new WebDesktopNotificationsDelegate(webView))
374 // We need to remove the parent WebView from WebViewSets here, before it actually
376 // can't find it. Otherwise, window.open will select a closed WebView instead of
383 // message by actually closing the WebView. Safari guarantees this behavior, but other apps might not.
  /external/webkit/Source/WebKit/wx/
WebView.h 213 Returns whether or not the WebView runs JavaScript code.
227 This method allows cross site-scripting (XSS) in the WebView.
366 void SetWebView(wxWebView* webView) { m_webView = webView; }
  /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).
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 737 QGraphicsWebView webView;
739 QSignalSpy loadSpy(&webView, SIGNAL(loadFinished(bool)));
741 PluginPage* newPage = new PluginPage(&webView);
742 webView.setPage(newPage);
745 webView.setHtml(QString("<html><body><object type='application/x-foobarbaz' classid='graphicswidget' id='mygraphicswidget'/></body></html>"));
749 webView.setHtml(QString("<html><body><object type='application/x-qt-plugin' classid='graphicswidget' id='mygraphicswidget'/></body></html>"));
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 54 import android.webkit.WebView;
55 import android.webkit.WebView.HitTestResult;
56 import android.webkit.WebView.PictureListener;
88 private WebView mWebView;
148 new WebView(getActivity());
149 new WebView(getActivity(), null);
150 new WebView(getActivity(), null, 0);
162 WebView.findAddress("455 LARKSPUR DRIVE CALIFORNIA SPRINGS CALIFORNIA 92826"));
164 assertNull(WebView.findAddress("This is not an address: no town, no state, no zip."));
319 // By default, WebView sends an intent to ask the system t
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 542 WebView *wv = [m_pluginView webView];
543 [[wv _UIDelegateForwarder] webView:wv setStatusText:(NSString *)status.get()];
638 WebView *currentWebView = [m_pluginView webView];
640 WebView *newWebView = [[currentWebView _UIDelegateForwarder] webView:currentWebView
762 if (![[[m_pluginView webView] preferences] isJavaScriptEnabled]) {
    [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 92 virtual void* webView() const { return 0; }
466 // virtual NSUndoManager* undoManagerForWebView:(WebView *)webView { return 0; }
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.h 72 WebKit::WebView* webView() const;
113 virtual WebKit::WebView* createView(WebKit::WebFrame*, const WebKit::WebURLRequest&, const WebKit::WebWindowFeatures&, const WebKit::WebString&);
249 void updateAddressBar(WebKit::WebView*);
EventSender.cpp 36 // callbacks into the webview. This won't work for layout tests, so instead,
53 #include "WebView.h"
328 WebView* EventSender::webview() function in class:EventSender
330 return m_shell->webView();
341 currentDragEffect = webview()->dragTargetDragEnter(dragData, clientPoint, screenPoint, currentDragEffectsAllowed);
385 webview()->layout();
399 webview()->handleInputEvent(event);
407 webview()->layout();
431 webview()->handleInputEvent(e)
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebsettings.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebDataSource.mm 149 return [WebView _viewClass:nil andRepresentationClass:&repClass forMIMEType:MIMEType allowingPlugins:allowPlugins] ? repClass : nil;
295 if ([WebView canShowMIMETypeAsHTML:MIMEType]) {
347 - (WebView *)_webView
349 return [[self webFrame] webView];
355 return [WebView canShowMIMETypeAsHTML:MIMEType];
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp 33 #include "WebView.h"
84 // Associate the WebView with the window.
163 WebPopupMenuProxyWin::WebPopupMenuProxyWin(WebView* webView, WebPopupMenuProxy::Client* client)
165 , m_webView(webView)
587 // Send the keydown to the WebView so it can be used for type-to-select.
WebView.cpp 27 #include "WebView.h"
106 LRESULT CALLBACK WebView::WebViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
110 if (WebView* webView = reinterpret_cast<WebView*>(longPtr))
111 return webView->wndProc(hWnd, message, wParam, lParam);
116 // Associate the WebView with the window.
124 LRESULT WebView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
237 bool WebView::registerWebViewWindowClass()
248 wcex.lpfnWndProc = WebView::WebViewWndProc
    [all...]
  /frameworks/base/core/java/android/webkit/
ZoomManager.java 32 * The ZoomManager is responsible for maintaining the WebView's current zoom
34 * as well as any animation of the WebView due to zooming.
36 * Currently, there are two methods for animating the zoom of a WebView.
46 * effect is achieved by scaling the VIEWS (both WebView and ViewManager.ChildView)
56 // Widgets responsible for the on-screen zoom functions of the WebView.
80 * When loading a new page the WebView does not initially know the final
140 * zoom in by double tapping on the WebView. The value is initially set
171 * The initial scale for the WebView. 0 means default. If initial scale is
172 * greater than 0, the WebView starts with this value as its initial scale.
214 public ZoomManager(WebViewClassic webView, CallbackProxy callbackProxy)
    [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/Browser/src/com/android/browser/
BaseUi.java 48 import android.webkit.WebView;
274 WebView web = mActiveTab.getWebView();
305 WebView web = mActiveTab != null ? mActiveTab.getWebView() : null;
344 WebView mainView = tab.getWebView();
345 // Attach the WebView to the container and then attach the
368 // Remove the container that contains the main WebView.
369 WebView mainView = tab.getWebView();
375 // WebView from the container. This will trigger a focus change
376 // needed by WebView.
390 public void onSetWebView(Tab tab, WebView webView)
    [all...]
Tab.java 63 import android.webkit.WebView;
64 import android.webkit.WebView.PictureListener;
88 * Class for maintaining Tabs with a main WebView and a subwindow.
136 // Main WebView wrapper
138 // Main WebView
139 private WebView mMainView;
142 // Subwindow WebView
143 private WebView mSubView;
145 // information needed to restore the WebView if the user goes back to the
169 // Keep the original url around to avoid killing the old WebView if the ur
    [all...]
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 66 #define GET_NATIVE_VIEW(env, obj) ((WebView*)env->GetIntField(obj, gWebViewField))
101 // of the multi-threaded WebView.
102 class WebView
111 enum DrawExtras { // keep this in sync with WebView.java
140 WebView(JNIEnv* env, jobject javaWebView, int viewImpl, WTF::String drawableDir,
188 ~WebView()
286 ALOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!");
332 ALOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!");
344 ALOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!");
430 getDrawExtra(WebView::DrawExtrasSelection))
1225 WebView* webview = reinterpret_cast<WebView*>(nativeView); local
1240 WebView* webview = reinterpret_cast<WebView*>(nativeView); local
1298 WebView* webview = reinterpret_cast<WebView*>(nativeView); local
1313 WebView* webview = reinterpret_cast<WebView*>(nativeView); local
1323 WebView* webview = reinterpret_cast<WebView*>(nativeView); local
1330 WebView* webview = reinterpret_cast<WebView*>(nativeView); local
1340 WebView* webview = reinterpret_cast<WebView*>(nativeView); local
1347 WebView* webview = reinterpret_cast<WebView*>(nativeView); local
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 36 // WebView (for the toplevel frame only)
599 WebView* WebFrameImpl::view() const
    [all...]
GraphicsContext3DChromium.cpp 117 m_webViewImpl = static_cast<WebKit::WebViewImpl*>(chrome->client()->webView());
    [all...]
WebViewImpl.cpp 175 // those in Apple's port in WebKit/WebKit/WebView/WebView.mm
176 const double WebView::textSizeMultiplierRatio = 1.2;
177 const double WebView::minTextSizeMultiplier = 0.5;
178 const double WebView::maxTextSizeMultiplier = 3.0;
214 // WebView ----------------------------------------------------------------
216 WebView* WebView::create(WebViewClient* client)
225 void WebView::setUseExternalPopupMenus(bool useExternalPopupMenus)
230 void WebView::updateVisitedLinkState(unsigned long long linkHash
    [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 820 milliseconds

<<11121314