HomeSort by relevance Sort by last modified time
    Searched full:webview (Results 626 - 650 of 1115) sorted by null

<<21222324252627282930>>

  /frameworks/webview/chromium/plat_support/
graphics_utils.cpp 127 const char kClassName[] = "com/android/webview/chromium/GraphicsUtils";
  /packages/apps/Browser/src/com/android/browser/
NavTabView.java 25 import android.webkit.WebView;
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) {
NavigationBarPhone.java 27 import android.webkit.WebView;
146 WebView web = mBaseUi.getWebView();
UploadHandler.java 32 * Handle the file upload callbacks from WebView here
37 * The Object used to inform the WebView of the file to upload.
BrowserSettings.java 42 import android.webkit.WebView;
285 // WebView inside Browser doesn't want initial focus to be set.
427 WebView current = mController.getCurrentWebView();
447 WebView currentTopView = mController.getCurrentTopWebView();
487 public boolean hasDesktopUseragent(WebView view) {
491 public void toggleDesktopUseragent(WebView view) {
  /packages/apps/UnifiedEmail/res/layout/
quoted_text.xml 89 <WebView android:id="@+id/quoted_text_web_view"
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageScrollView.java 109 // also give the event to this scroll view if the WebView got the event
  /sdk/apps/SdkController/res/layout/
main.xml 106 <WebView
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java 43 import android.webkit.WebView;
169 * Has loadData been called on the WebView yet?
208 ConversationViewFragment.class.getName() + "webview-y-percent";
352 mWebView = (ConversationWebView) mConversationContainer.findViewById(R.id.webview);
356 // Below JB, try to speed up initial render by having the webview do supplemental draws to
362 // content is loaded and ready to draw, since WebView delays firing this event until the
626 // the new spacers are positioned by WebView.
636 // N.B. the units of height for spacers are actually dp and not px because WebView assumes
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
webui_screen_locker.cc 33 #include "ui/views/controls/webview/webview.h"
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.h 25 class WebView;
205 views::WebView* web_view_;
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc 46 #include "third_party/WebKit/public/web/WebView.h"
74 using WebKit::WebView;
222 page_url_(render_view_->webview()->mainFrame()->document().url()) {
849 WebKit::WebView* webview = render_view_->webview(); local
851 webview && webview->isActive());
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebSettings.h 43 // WebSettings is owned by the WebView and allows code to modify the settings for
44 // the WebView's page without any knowledge of WebCore itself. For the most part,
  /frameworks/base/docs/html/sdk/api_diff/7/
missingSinces.txt 14 NO DOC BLOCK: android.webkit.WebView Method freeMemory()
42 NO DOC BLOCK: android.webkit.WebChromeClient Method onReceivedTouchIconUrl(android.webkit.WebView, java.lang.String, boolean)
  /frameworks/base/docs/html/tools/help/
systrace.jd 122 <li><code>webview</code> - WebView</li>
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwSettings.java 16 import android.webkit.WebView;
24 * Stores Android WebView specific settings that does not need to be synced to WebKit.
28 * the client of WebView.
111 // For compatibility with the legacy WebView, we can only enable AppCache when the path is
354 * See {@link android.webkit.WebView#setInitialScale}.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestRunner.h 56 class WebView;
73 void setWebView(WebKit::WebView*, WebTestProxyBase*);
141 virtual bool run(WebTestDelegate*, WebKit::WebView*) = 0;
520 explicit TestPageOverlay(WebKit::WebView*);
524 WebKit::WebView* m_webView;
695 WebKit::WebView* m_webView;
WebTestProxy.cpp 69 #include "public/web/WebView.h"
499 WebView* WebTestProxyBase::webView()
502 // TestRunner does not support popup widgets. So m_webWidget is always a WebView.
503 return static_cast<WebView*>(m_webWidget);
544 WebFrame* frame = webView()->mainFrame();
590 WebRect wr = webView()->mainFrame()->selectionBoundsRect();
617 float deviceScaleFactor = webView()->deviceScaleFactor();
665 WebFrame* webFrame = webView()->mainFrame();
690 float deviceScaleFactor = webView()->deviceScaleFactor()
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
methods_index_all.html 125 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.canZoomIn_changed()" class="hiddenlink" target="rightframe">canZoomIn
127 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.canZoomOut_changed()" class="hiddenlink" target="rightframe">canZoomOut
187 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.debugDump_removed()" class="hiddenlink" target="rightframe"><strike>debugDump</strike>
189 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.disablePlatformNotifications_removed()" class="hiddenlink" target="rightframe"><strike>disablePlatformNotifications</strike>
220 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.emulateShiftHeld_removed()" class="hiddenlink" target="rightframe"><strike>emulateShiftHeld</strik (…)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
methods_index_changes.html 78 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.clearView_changed()" class="hiddenlink" target="rightframe">clearView
202 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.savePassword_changed(java.lang.String, java.lang.String, java.lang.String)" class="hiddenlink" target="rightframe">savePassword
231 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.showFindDialog_changed(java.lang.String, boolean)" class="hiddenlink" target="rightframe">showFindDialog
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
methods_index_changes.html 244 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.onChildViewAdded_changed(android.view.View, android.view.View)" class="hiddenlink" target="rightframe">onChildViewAdded
246 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.onChildViewRemoved_changed(android.view.View, android.view.View)" class="hiddenlink" target="rightframe">onChildViewRemoved
252 <nobr><A HREF="android.webkit.WebViewClient.html#android.webkit.WebViewClient.onTooManyRedirects_changed(android.webkit.WebView, android.os.Message, android.os.Message)" class="hiddenlink" target="rightframe">onTooManyRedirects
253 (<code>WebView, Message, Message</code>)</A></nobr><br>
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 216 // those in Apple's port in WebKit/WebKit/WebView/WebView.mm
217 const double WebView::textSizeMultiplierRatio = 1.2;
218 const double WebView::minTextSizeMultiplier = 0.5;
219 const double WebView::maxTextSizeMultiplier = 3.0;
266 // WebView ----------------------------------------------------------------
268 WebView* WebView::create(WebViewClient* client)
274 void WebView::setUseExternalPopupMenus(bool useExternalPopupMenus)
279 void WebView::updateVisitedLinkState(unsigned long long linkHash
    [all...]
  /external/chromium_org/chrome/renderer/extensions/
dispatcher.cc 94 #include "third_party/WebKit/public/web/WebView.h"
106 using WebKit::WebView;
    [all...]
  /external/chromium_org/chrome/browser/extensions/
web_view_interactive_browsertest.cc 437 // webview object. main.js then removes the div containing the webview, which
449 // when we delete the webview container (since the mouse moves onto the
470 // Tests that setting focus on the <webview> sets focus on the guest.
599 // Drag and drop inside a webview is currently only enabled for linux and mac,

Completed in 886 milliseconds

<<21222324252627282930>>