Searched defs:AwRenderViewHostExt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/android_webview/browser/renderer_host/
H A Daw_render_view_host_ext.h38 class AwRenderViewHostExt : public content::WebContentsObserver, class in namespace:android_webview
44 AwRenderViewHostExt(
46 virtual ~AwRenderViewHostExt();
109 DISALLOW_COPY_AND_ASSIGN(AwRenderViewHostExt);
H A Daw_render_view_host_ext.cc23 AwRenderViewHostExt::AwRenderViewHostExt( function in class:android_webview::AwRenderViewHostExt
32 AwRenderViewHostExt::~AwRenderViewHostExt() {}
34 void AwRenderViewHostExt::DocumentHasImages(DocumentHasImagesResult result) {
47 void AwRenderViewHostExt::ClearCache() {
52 bool AwRenderViewHostExt::HasNewHitTestData() const {
56 void AwRenderViewHostExt::MarkHitTestDataRead() {
60 void AwRenderViewHostExt::RequestNewHitTestDataAt(int view_x, int view_y) {
67 const AwHitTestData& AwRenderViewHostExt
[all...]

Completed in 933 milliseconds