/frameworks/base/core/java/android/webkit/ |
WebCoreThreadWatchdog.java | 128 // This can happen during the initialisation of the WebView. 169 // Check each WebView we are aware of and find one that is capable of 172 WebView activeView = it.next().getWebView(); 181 // WebView so we've made our best attempt to display the 193 // There's no active webview we can use to show the dialog, so
|
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...] |
AccessibilityInjector.java | 63 private final WebView mWebView; 401 Log.d(TAG, "[" + mWebView.hashCode() + "] Loading screen reader into WebView"); 449 // Respect the WebView's JavaScript setting. 576 * @return {@code true} if JavaScript is enabled in the {@link WebView} 683 context, mInitListener, null, pkgName + ".**webview**", true); 826 * @param webView The WebView to perform the action on. 830 private boolean performAction(WebView webView, String code) { 834 webView.loadUrl(url) [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/WebView/ |
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...] |
WebHTMLView.mm | 701 - (WebView *)_webView 894 WebView *webView = [[self _webView] retain]; 895 [webView _setInsertionPasteboard:pasteboard]; [all...] |
/frameworks/base/docs/html/sdk/api_diff/12/changes/ |
methods_index_all.html | 130 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.debugDump_changed()" class="hiddenlink" target="rightframe">debugDump 134 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.disablePlatformNotifications_changed()" class="hiddenlink" target="rightframe">disablePlatformNotifications 166 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.emulateShiftHeld_changed()" class="hiddenlink" target="rightframe">emulateShiftHeld 168 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.enablePlatformNotifications_changed()" class="hiddenlink" target="rightframe">enablePlatformNotifications 265 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.getPluginList_removed()" class="hiddenlink" target="rightframe"><strike>getPluginList</strike [all...] |
pkg_android.webkit.html | 162 <A NAME="WebView"></A> 163 <nobr><A HREF="android.webkit.WebView.html">WebView</A></nobr> 169 <A NAME="WebView.PictureListener"></A> 170 <nobr><A HREF="android.webkit.WebView.PictureListener.html"><I>WebView.PictureListener</I></A></nobr>
|
/external/webkit/Source/WebKit/mac/Plugins/ |
WebBaseNetscapePluginView.mm | 41 #import "WebView.h" 430 ASSERT([self webView]); 432 if (![[[self webView] preferences] arePlugInsEnabled]) 459 [[self webView] addPluginInstanceView:self]; 494 [[self webView] removePluginInstanceView:self]; 615 if ([[self webView] hostWindow]) { 633 // the WebView might still has a hostWindow at that point, which prevents the plug-in from being destroyed. 655 _isPrivateBrowsingEnabled = [[[self webView] preferences] privateBrowsingEnabled]; 666 } else if ([[self webView] hostWindow]) { 687 if ([[self webView] hostWindow]) [all...] |
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];
|
/external/webkit/Source/WebKit/chromium/public/ |
WebViewClient.h | 69 class WebView; 77 // Since a WebView is a WebWidget, a WebViewClient is a WebWidgetClient. 84 // Create a new related WebView. This method must clone its session storage 89 virtual WebView* createView(WebFrame* creator, 103 // Create a session storage namespace object associated with this WebView. 134 // These notifications bracket any loading that occurs in the WebView. 168 // This method is called in response to WebView's handleInputEvent() 244 // Take focus away from the WebView by focusing an adjacent UI element 278 // changed and should be saved. See WebView::inspectorSettings.
|
WebPageSerializer.h | 42 class WebView; 77 WEBKIT_API static bool retrieveAllResources(WebView*,
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
EditorClientGtk.cpp | 65 Frame* frame = core(client->webView())->focusController()->focusedOrMainFrame(); 88 Frame* frame = core(client->webView())->focusController()->focusedOrMainFrame(); 398 static void collapseSelection(GtkClipboard* clipboard, WebKitWebView* webView) 400 if (viewSettingClipboard && viewSettingClipboard == webView) 403 WebCore::Page* corePage = core(webView); 415 static void setSelectionPrimaryClipboardIfNeeded(WebKitWebView* webView) 417 if (!gtk_widget_has_screen(GTK_WIDGET(webView))) 420 GtkClipboard* clipboard = gtk_widget_get_clipboard(GTK_WIDGET(webView), GDK_SELECTION_PRIMARY); 422 WebCore::Page* corePage = core(webView); 431 viewSettingClipboard = webView; [all...] |
DumpRenderTreeSupportGtk.h | 58 static void dumpConfigurationForViewport(WebKitWebView* webView, gint deviceDPI, gint deviceWidth, gint deviceHeight, gint availableWidth, gint availableHeight); 99 static double defaultMinimumTimerInterval(); // Not really tied to WebView
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
TestShell.cpp | 51 #include "WebView.h" 134 m_webView = m_webViewHost->webView(); 143 // Destroy the WebView before its WebViewHost. 149 m_drtDevToolsClient.set(new DRTDevToolsClient(agent, m_devTools->webView())); 177 void TestShell::resetWebSettings(WebView& webView) 183 m_prefs.applyTo(&webView); 238 resetWebSettings(*webView()); 247 webView()->mainFrame()->clearOpener(); 283 webView()->setIsActive(enable) [all...] |
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
LookupActivity.java | 41 import android.webkit.WebView; 58 private WebView mWebView; 101 mWebView = (WebView) findViewById(R.id.webview); 251 * {@link WebView} to show the requested content. 319 * {@link WebView} and hide the {@link ProgressBar}.
|
/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:);
|
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/Source/WebKit/chromium/src/ |
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...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
RemoteViewsActivityTest.java | 119 assertTrue("WebView allowed to be inflated", exceptionThrown); 120 assertNull("WebView allowed to be inflated", result);
|
/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/android/WebCoreSupport/ |
EditorClientAndroid.h | 82 // virtual NSUndoManager* undoManager:(WebView *)webView;
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebFullScreenManagerProxy.cpp | 57 void WebFullScreenManagerProxy::setWebView(PlatformWebView* webView) 59 m_webView = webView;
|
WebInspectorProxy.h | 52 class WebView; 150 RefPtr<WebView> m_inspectorView;
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
ChunkedUpdateDrawingAreaProxyWin.cpp | 31 #include "WebView.h" 102 // Invalidate the WebView's HWND.
|