HomeSort by relevance Sort by last modified time
    Searched refs:GetHitTestMask (Results 1 - 25 of 36) 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/ui/aura/
window_delegate.h 90 // returns true, GetHitTestMask below will be called to get the mask.
96 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;
103 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
test_window_delegate.cc 92 void TestWindowDelegate::GetHitTestMask(gfx::Path* mask) const {
134 void MaskedWindowDelegate::GetHitTestMask(gfx::Path* mask) const {
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.h 52 virtual void GetHitTestMask(gfx::Path* path) const;
touch_tab.cc 112 void TouchTab::GetHitTestMask(gfx::Path* path) const {
  /external/chromium_org/content/browser/web_contents/aura/
image_window_delegate.cc 93 void ImageWindowDelegate::GetHitTestMask(gfx::Path* mask) const {
image_window_delegate.h 44 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
  /external/chromium_org/ui/views/widget/
native_widget_delegate.h 135 virtual void GetHitTestMask(gfx::Path* mask) const = 0;
native_widget_aura.h 150 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
widget.h 702 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
    [all...]
native_widget_aura.cc 746 void NativeWidgetAura::GetHitTestMask(gfx::Path* mask) const {
748 delegate_->GetHitTestMask(mask);
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
tab.h 71 virtual void GetHitTestMask(gfx::Path* path) const OVERRIDE;
tab.cc 327 void Tab::GetHitTestMask(gfx::Path* path) const {
  /external/chromium_org/ui/aura/demo/
demo_main.cc 69 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {}
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_gtk.cc 281 TabResources::GetHitTestMask(bounds.width(), bounds.height(), false, &mask);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.h 181 virtual void GetHitTestMask(gfx::Path* path) const OVERRIDE;
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.h 174 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
  /external/chromium_org/ui/keyboard/
keyboard_controller.cc 67 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {
  /external/chromium_org/ash/display/
mirror_window_controller.cc 118 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {}
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h 174 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
desktop_native_widget_aura.cc 693 void DesktopNativeWidgetAura::GetHitTestMask(gfx::Path* mask) const {
694 native_widget_delegate_->GetHitTestMask(mask);
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 125 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {
  /external/chromium_org/ash/
root_window_controller.cc 193 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {}

Completed in 1095 milliseconds

1 2