Searched
full:webview (Results
551 -
575 of
1115) sorted by null
<<21222324252627282930>>
/external/chromium_org/android_webview/browser/ |
browser_view_renderer.h | 24 // Interface for all the WebView-specific content rendering operations. 54 // Is a WebView-managed fling in progress?
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwQuotaManagerBridge.java | 17 * Bridge between android.webview.WebStorage and native QuotaManager. This object is owned by Java 38 * This class represent the callback value of android.webview.WebStorage.getOrigins. The values
|
AwScrollOffsetManager.java | 217 // the embedder overrides WebView#onScrollChanged without calling super.onScrollChanged. If 269 // public WebView#flingScroll(int, int) API. 336 * See {@link WebView#pageUp(boolean)} 356 * See {@link WebView#pageDown(boolean)} 375 * See {@link WebView#requestChildRectangleOnScreen(View, Rect, boolean)}
|
/external/chromium_org/android_webview/native/ |
state_serializer.cc | 20 // * Android WebView has different requirements for fields to store since 23 // WebView case, is undesired since save/restore is called in Android
|
/external/chromium_org/cc/output/ |
output_surface.h | 69 // This doesn't handle the <webview> case, but once BeginFrame is 91 // (namely Android WebView), this is called to determine whether the software
|
/external/chromium_org/chrome/renderer/extensions/ |
console.cc | 19 #include "third_party/WebKit/public/web/WebView.h" 115 WebKit::WebView* web_view = render_view->GetWebView();
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
console_logger_unittest.cc | 62 const std::string id_; // WebView id. 129 FakeDevToolsClient client("webview");
|
device_manager.cc | 73 return Status(kUnknownError, "WebView apps require activity name"); 90 // Assume this is a WebView app.
|
/external/chromium_org/components/autofill/content/renderer/ |
page_click_tracker.cc | 16 #include "third_party/WebKit/public/web/WebView.h" 28 using WebKit::WebView;
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_mac_editcommand_helper.mm | 19 // WebKit/mac/WebView/WebHTMLView.mm . 156 // WebKit/mac/WebView/WebHTMLView.mm .
|
/external/chromium_org/content/renderer/ |
image_loading_helper.cc | 19 #include "third_party/WebKit/public/web/WebView.h" 128 // Make sure webview was not shut down.
|
/external/chromium_org/content/renderer/pepper/ |
pepper_url_request_unittest.cc | 17 #include "third_party/WebKit/public/web/WebView.h" 30 using WebKit::WebView;
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
crash-and-no-repaint-after-wake-from-sleep.html | 172 href="https://bugs.webkit.org/show_bug.cgi?id=39297">Bug 39297: WebView doesn't repaint until page reloads when page 175 below should still be running without any periods of non-painting of the WebView.</p>
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
PageScaleConstraintsSet.cpp | 166 // In the following cases, a bug in the Classic WebView would mean that the viewport meta tag would take 168 // WebView for legacy apps (the supportTargetDensityDPI case). New apps will see that setInitialScale()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
ChromeClientImplTest.cpp | 35 #include "WebView.h" 89 m_webView = static_cast<WebViewImpl*>(WebView::create(&m_webViewClient));
|
ListenerLeakTest.cpp | 35 #include "WebView.h" 109 WebView* m_webView;
|
PageSerializerTest.cpp | 76 // Create and initialize the WebView. 77 m_webViewImpl = static_cast<WebViewImpl*>(WebView::create(0));
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebDocument.h | 133 // WebView::addUserStyleSheet which inserts styles for the lifetime of the 134 // WebView.
|
/frameworks/base/tests/TileBenchmark/res/values/ |
strings.xml | 24 <string name="profile_activity">Webview Profiler</string> 26 <string name="playback_activity">Webview Tile Playback</string>
|
/frameworks/webview/chromium/tools/ |
memreport.py | 17 """WebView postprocessor for the go/memdump tool. 20 information for WebView analysis (both classic and chromium).
|
/packages/apps/Browser/src/com/android/browser/ |
DownloadTouchIcon.java | 39 import android.webkit.WebView; 61 public DownloadTouchIcon(Tab tab, Context ctx, ContentResolver cr, WebView view) {
|
NavigationBarBase.java | 31 import android.webkit.WebView; 129 WebView currentTopWebView = mUiController.getCurrentTopWebView();
|
Preloader.java | 22 import android.webkit.WebView; 171 public WebView getWebView() {
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
SecureConversationViewFragment.java | 27 import android.webkit.WebView; 60 public void onPageFinished(WebView view, String url) {
|
/frameworks/base/docs/html/training/articles/ |
security-tips.jd | 14 <li><a href="#WebView">Using WebView</a></li> 291 validation of input in {@link android.webkit.WebView} and 415 <h2 id="WebView">Using WebView</h2> 417 <p>Because {@link android.webkit.WebView} consumes web content that can include HTML and JavaScript, 421 the scope of these potential issues by limiting the capability of {@link android.webkit.WebView} to 424 <p>If your application does not directly use JavaScript within a {@link android.webkit.WebView}, do 428 {@link android.webkit.WebView} does 431 <p>Use {@link android.webkit.WebView#addJavascriptInterfac [all...] |
Completed in 1015 milliseconds
<<21222324252627282930>>