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

  /external/chromium_org/ash/wm/
event_client_impl.h 22 virtual bool CanProcessEventsWithinSubtree(
event_client_impl.cc 21 bool EventClientImpl::CanProcessEventsWithinSubtree(
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_event_client.cc 17 bool DesktopEventClient::CanProcessEventsWithinSubtree(
desktop_event_client.h 21 virtual bool CanProcessEventsWithinSubtree(
  /external/chromium_org/ui/aura/client/
event_client.h 22 virtual bool CanProcessEventsWithinSubtree(const Window* window) const = 0;
  /external/chromium_org/ui/message_center/views/
bounded_label.h 58 virtual bool CanProcessEventsWithinSubtree() const OVERRIDE;
bounded_label.cc 331 bool BoundedLabel::CanProcessEventsWithinSubtree() const {
332 return label_->CanProcessEventsWithinSubtree();
  /external/chromium_org/ui/views/controls/
image_view.h 90 virtual bool CanProcessEventsWithinSubtree() const OVERRIDE;
link.h 39 virtual bool CanProcessEventsWithinSubtree() const OVERRIDE;
link.cc 54 bool Link::CanProcessEventsWithinSubtree() const {
57 return View::CanProcessEventsWithinSubtree();
label.h 124 virtual bool CanProcessEventsWithinSubtree() const OVERRIDE;
image_view.cc 208 bool ImageView::CanProcessEventsWithinSubtree() const {
label.cc 289 bool Label::CanProcessEventsWithinSubtree() const {
  /external/chromium_org/ui/aura/
window_targeter.cc 68 if (client && !client->CanProcessEventsWithinSubtree(window))
117 !event_client->CanProcessEventsWithinSubtree(focused_window)) {
window.cc 730 if (client && !client->CanProcessEventsWithinSubtree(this))
743 if (client && !client->CanProcessEventsWithinSubtree(this))
1004 if (client && !client->CanProcessEventsWithinSubtree(child))
    [all...]
window_event_dispatcher_unittest.cc 270 virtual bool CanProcessEventsWithinSubtree(
289 TEST_F(WindowEventDispatcherTest, CanProcessEventsWithinSubtree) {
    [all...]
  /external/chromium_org/athena/input/
input_manager_impl.cc 38 virtual bool CanProcessEventsWithinSubtree(
  /external/chromium_org/ui/views/
view_targeter_delegate.cc 46 if (!child->CanProcessEventsWithinSubtree())
view.h 589 virtual bool CanProcessEventsWithinSubtree() const;
    [all...]
view_targeter_unittest.cc 37 virtual bool CanProcessEventsWithinSubtree() const OVERRIDE {
42 // Value to return from CanProcessEventsWithinSubtree().
view.cc 857 bool View::CanProcessEventsWithinSubtree() const {
863 if (!HitTestPoint(point) || !CanProcessEventsWithinSubtree())
    [all...]
view_unittest.cc 222 virtual bool CanProcessEventsWithinSubtree() const OVERRIDE {
263 // Value to return from CanProcessEventsWithinSubtree().
850 // when CanProcessEventsWithinSubtree() is called.
851 TEST_F(ViewTest, CanProcessEventsWithinSubtree) {
889 // When all three views return true when CanProcessEventsWithinSubtree()
913 // When |v_grandchild| returns false when CanProcessEventsWithinSubtree()
938 // When |v_grandchild| returns false when CanProcessEventsWithinSubtree()
949 // When |v_child| returns false when CanProcessEventsWithinSubtree()
977 // When |v| returns false when CanProcessEventsWithinSubtree()
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
password_generation_popup_view_views.cc 64 virtual bool CanProcessEventsWithinSubtree() const OVERRIDE {
109 virtual bool CanProcessEventsWithinSubtree() const OVERRIDE {
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h 175 virtual bool CanProcessEventsWithinSubtree() const OVERRIDE;
bookmark_bar_view.cc 188 return HitTestPoint(point) && CanProcessEventsWithinSubtree() ? this : NULL;
732 bool BookmarkBarView::CanProcessEventsWithinSubtree() const {
    [all...]

Completed in 222 milliseconds