HomeSort by relevance Sort by last modified time
    Searched defs:AwRenderViewHostExt (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/android_webview/browser/renderer_host/
aw_render_view_host_ext.cc 23 AwRenderViewHostExt::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::GetLastHitTestData() const
    [all...]
aw_render_view_host_ext.h 38 class AwRenderViewHostExt : public content::WebContentsObserver,
44 AwRenderViewHostExt(
46 virtual ~AwRenderViewHostExt();
109 DISALLOW_COPY_AND_ASSIGN(AwRenderViewHostExt);

Completed in 52 milliseconds