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

1 2

  /external/chromium_org/ui/aura/
window_delegate.h 97 virtual bool HasHitTestMask() const = 0;
99 // Called from Window::HitTest to retrieve hit test mask when HasHitTestMask
window.cc 876 if (!delegate_ || !delegate_->HasHitTestMask())
    [all...]
  /external/chromium_org/ui/aura/test/
test_window_delegate.h 61 virtual bool HasHitTestMask() const OVERRIDE;
101 virtual bool HasHitTestMask() const OVERRIDE;
test_window_delegate.cc 92 bool TestWindowDelegate::HasHitTestMask() const {
130 bool MaskedWindowDelegate::HasHitTestMask() const {
  /external/chromium_org/content/browser/web_contents/aura/
image_window_delegate.cc 90 bool ImageWindowDelegate::HasHitTestMask() const {
image_window_delegate.h 44 virtual bool HasHitTestMask() const OVERRIDE;
window_slider_unittest.cc 79 virtual bool HasHitTestMask() const OVERRIDE { return true; }
  /external/chromium_org/ui/views/widget/
native_widget_delegate.h 141 virtual bool HasHitTestMask() const = 0;
143 // Provides the hit-test mask if HasHitTestMask above returns true.
native_widget_aura.h 161 virtual bool HasHitTestMask() const OVERRIDE;
widget.h 778 virtual bool HasHitTestMask() const OVERRIDE;
    [all...]
native_widget_aura.cc 828 bool NativeWidgetAura::HasHitTestMask() const {
829 return delegate_->HasHitTestMask();
    [all...]
widget.cc     [all...]
  /external/chromium_org/ui/aura/demo/
demo_main.cc 72 virtual bool HasHitTestMask() const OVERRIDE { return false; }
  /external/chromium_org/ash/display/
cursor_window_controller.cc 58 virtual bool HasHitTestMask() const OVERRIDE { return false; }
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.h 173 virtual bool HasHitTestMask() const OVERRIDE;
web_contents_view_aura.cc     [all...]
  /external/chromium_org/mojo/examples/aura_demo/
aura_demo.cc 71 virtual bool HasHitTestMask() const OVERRIDE { return false; }
  /external/chromium_org/ui/views/controls/native/
native_view_host_aura.cc 56 virtual bool HasHitTestMask() const OVERRIDE { return false; }
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h 202 virtual bool HasHitTestMask() const OVERRIDE;
desktop_native_widget_aura.cc     [all...]
  /external/chromium_org/mojo/services/window_manager/
window_manager_app.cc 61 virtual bool HasHitTestMask() const OVERRIDE { return false; }
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 116 virtual bool HasHitTestMask() const OVERRIDE {
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h 301 virtual bool HasHitTestMask() const OVERRIDE;
  /external/chromium_org/ui/keyboard/
keyboard_controller.cc 114 virtual bool HasHitTestMask() const OVERRIDE {
  /external/chromium_org/ash/
root_window_controller.cc 256 virtual bool HasHitTestMask() const OVERRIDE {
    [all...]

Completed in 652 milliseconds

1 2