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 24 AwRenderViewHostExt::AwRenderViewHostExt(
33 AwRenderViewHostExt::~AwRenderViewHostExt() {}
35 void AwRenderViewHostExt::DocumentHasImages(DocumentHasImagesResult result) {
48 void AwRenderViewHostExt::ClearCache() {
53 bool AwRenderViewHostExt::HasNewHitTestData() const {
57 void AwRenderViewHostExt::MarkHitTestDataRead() {
61 void AwRenderViewHostExt::RequestNewHitTestDataAt(int view_x, int view_y) {
68 const AwHitTestData& AwRenderViewHostExt::GetLastHitTestData() const
    [all...]
aw_render_view_host_ext.h 38 class AwRenderViewHostExt : public content::WebContentsObserver,
44 AwRenderViewHostExt(
46 virtual ~AwRenderViewHostExt();
111 DISALLOW_COPY_AND_ASSIGN(AwRenderViewHostExt);

Completed in 54 milliseconds