Searched
full:webview (Results
426 -
450 of
1190) sorted by null
<<11121314151617181920>>
/external/chromium_org/base/debug/ |
trace_event_android.cc | 80 // These functions support Android systrace.py when 'webview' category is 82 // - before WebView is ready for combined tracing, we can use adb_profile_chrome 83 // to trace android categories other than 'webview' and chromium categories. 86 // - TODO(wangxianzhu): after WebView is ready for combined tracing, remove
|
/external/chromium_org/build/android/ |
adb_android_webview_command_line | 16 CMD_LINE_FILE=/data/local/tmp/android-webview-command-line
|
cpufeatures.gypi | 5 # Depend on the Android NDK's cpu feature detection. The WebView build is part
|
/external/chromium_org/chrome/browser/guestview/webview/ |
webview_guest.h | 19 // <webview> tag. It provides the browser-side implementation of the <webview> 20 // API and manages the lifetime of <webview> extension events. WebViewGuest is 24 // a particular <webview>.
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
share_client.js | 8 * @param {WebView} webView Web View tag. 13 function ShareClient(webView, url, observer) { 14 this.webView_ = webView;
|
/external/chromium_org/chrome/browser/signin/ |
signin_header_helper.h | 22 // with the exception of requests from gaia webview. Must be called on IO
|
/external/chromium_org/chrome/browser/ui/android/tab_contents/ |
chrome_web_contents_view_delegate_android.cc | 44 // TODO(dtrainor, kouhei): Give WebView a Populator/delegate so it can use the
|
/external/chromium_org/chrome/browser/ui/views/ |
chrome_web_dialog_view.cc | 7 #include "ui/views/controls/webview/web_dialog_view.h"
|
/external/chromium_org/chrome/renderer/extensions/ |
tab_finder.cc | 10 #include "third_party/WebKit/public/web/WebView.h"
|
/external/chromium_org/chrome/renderer/ |
webview_color_overlay.cc | 12 #include "third_party/WebKit/public/web/WebView.h"
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
stub_chrome.cc | 33 Status StubChrome::GetWebViewById(const std::string& id, WebView** web_view) {
|
/external/chromium_org/components/plugins/renderer/ |
webview_plugin.cc | 21 #include "third_party/WebKit/public/web/WebView.h" 42 using blink::WebView; 46 web_view_ = WebView::create(this); 56 WebView* web_view = plugin->web_view();
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
ContentViewStatics.java | 16 * @see {@link android.webkit.WebView#findAddress(String)}
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
JavaBridgeChildFrameTest.java | 12 * Part of the test suite for the WebView's Java Bridge.
|
/external/chromium_org/content/renderer/android/ |
synchronous_compositor_factory.h | 27 // process mode (namely, for Android WebView) hence the implementation of
|
/external/chromium_org/content/renderer/browser_plugin/ |
browser_plugin_browsertest.h | 18 #include "third_party/WebKit/public/web/WebView.h"
|
/external/chromium_org/content/renderer/media/android/ |
media_info_loader_unittest.cc | 14 #include "third_party/WebKit/public/web/WebView.h" 23 using blink::WebView; 38 : view_(WebView::create(NULL)) { 110 WebView* view_;
|
stream_texture_factory_android_synchronous_impl.h | 22 // Factory for when using synchronous compositor in Android WebView.
|
/external/chromium_org/content/renderer/ |
shared_worker_repository.cc | 11 #include "third_party/WebKit/public/web/WebView.h"
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
subview-click-assertion.html | 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=9984">Bugzilla bug 9984</a> ASSERTION FAILURE: _private->mouseDownEvent != nil (WebKit/WebView/WebHTMLView.m:4863 -[WebHTMLView(WebInternal) _delegateDragSourceActionMask])</p>
|
/external/chromium_org/third_party/WebKit/Source/web/ |
ValidationMessageClientImpl.cpp | 45 ValidationMessageClientImpl::ValidationMessageClientImpl(WebViewImpl& webView, WebValidationMessageClient* client) 46 : m_webView(webView) 55 PassOwnPtr<ValidationMessageClientImpl> ValidationMessageClientImpl::create(WebViewImpl& webView, WebValidationMessageClient* client) 57 return adoptPtr(new ValidationMessageClientImpl(webView, client));
|
/external/chromium_org/tools/deep_memory_profiler/ |
templates.json | 39 "android.webview": ["vm", "base", {
|
/frameworks/base/core/java/android/webkit/ |
DebugFlags.java | 27 * @hide Only used by WebView implementations.
|
JavascriptInterface.java | 28 * {@link android.webkit.WebView#addJavascriptInterface} for more information about it.
|
/frameworks/base/core/tests/coretests/res/layout/ |
mail_message.xml | 28 <WebView android:id="@+id/body"
|
Completed in 422 milliseconds
<<11121314151617181920>>