HomeSort by relevance Sort by last modified time
    Searched refs:GetHitTestMask (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/tabs/
tab_resources.h 20 static void GetHitTestMask(int width,
tab_resources.cc 29 void TabResources::GetHitTestMask(int width,
  /external/chromium_org/chrome/browser/ui/views/apps/
shaped_app_window_targeter.cc 18 bool ShapedAppWindowTargeter::GetHitTestMask(aura::Window* window,
shaped_app_window_targeter.h 20 virtual bool GetHitTestMask(aura::Window* window,
  /external/chromium_org/ui/views/bubble/
bubble_window_targeter.cc 23 bool BubbleWindowTargeter::GetHitTestMask(aura::Window* window,
bubble_window_targeter.h 25 virtual bool GetHitTestMask(aura::Window* window,
  /external/chromium_org/ui/views/
masked_view_targeter.h 28 virtual bool GetHitTestMask(const View* view, gfx::Path* mask) const = 0;
masked_view_targeter.cc 26 if (!GetHitTestMask(view, &mask))
  /external/chromium_org/ui/wm/core/
masked_window_targeter.h 25 virtual bool GetHitTestMask(aura::Window* window, gfx::Path* mask) const = 0;
masked_window_targeter.cc 24 if (!GetHitTestMask(window, &mask))
  /external/chromium_org/ui/aura/
window_delegate.h 95 // returns true, GetHitTestMask below will be called to get the mask.
101 virtual void GetHitTestMask(gfx::Path* mask) const = 0;
  /external/chromium_org/ui/aura/test/
test_window_delegate.h 62 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
102 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
test_window_delegate.cc 96 void TestWindowDelegate::GetHitTestMask(gfx::Path* mask) const {
134 void MaskedWindowDelegate::GetHitTestMask(gfx::Path* mask) const {
  /external/chromium_org/content/browser/web_contents/aura/
image_window_delegate.cc 94 void ImageWindowDelegate::GetHitTestMask(gfx::Path* mask) const {
image_window_delegate.h 45 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
  /external/chromium_org/ui/app_list/views/
speech_view.cc 82 virtual void GetHitTestMask(views::View::HitTestSource source,
99 void MicButton::GetHitTestMask(views::View::HitTestSource source,
104 ->GetHitTestMask(this, mask);
117 virtual bool GetHitTestMask(const views::View* view,
  /external/chromium_org/ui/views/widget/
native_widget_delegate.h 137 virtual void GetHitTestMask(gfx::Path* mask) const = 0;
  /external/chromium_org/mojo/services/view_manager/
node.h 90 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
node.cc 179 void Node::GetHitTestMask(gfx::Path* mask) const {
  /external/chromium_org/ui/aura/demo/
demo_main.cc 73 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {}
  /external/chromium_org/ui/keyboard/
keyboard_controller.cc 59 virtual bool GetHitTestMask(aura::Window* window,
113 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {
  /external/chromium_org/ash/display/
cursor_window_controller.cc 59 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {}
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.h 187 virtual void GetHitTestMask(HitTestSource source,
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.h 168 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
  /external/chromium_org/mojo/examples/aura_demo/
aura_demo.cc 70 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {}

Completed in 622 milliseconds

1 2