HomeSort by relevance Sort by last modified time
    Searched full:hittest (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /external/chromium/chrome/browser/ui/views/
native_constrained_window_win.cc 10 bool IsNonClientHitTestCode(UINT hittest) {
11 return hittest != HTCLIENT && hittest != HTNOWHERE && hittest != HTCLOSE;
  /external/chromium_org/third_party/skia/src/animator/
SkHitTest.h 17 DECLARE_MEMBER_INFO(HitTest);
  /external/skia/src/animator/
SkHitTest.h 17 DECLARE_MEMBER_INFO(HitTest);
  /external/chromium/chrome/browser/ui/cocoa/
profile_menu_button_unittest.mm 76 TEST_F(ProfileMenuButtonTest, HitTest) {
83 EXPECT_NSEQ([button_ hitTest:topRight], button_);
84 EXPECT_NSEQ([button_ hitTest:bottomRight], NULL);
85 EXPECT_NSEQ([button_ hitTest:outsidePoint], NULL);
90 EXPECT_NSEQ([button_ hitTest:topRight], button_);
91 EXPECT_NSEQ([button_ hitTest:bottomRight], NULL);
92 EXPECT_NSEQ([button_ hitTest:outsidePoint], NULL);
new_tab_button.mm 36 - (NSView*)hitTest:(NSPoint)aPoint {
38 return [super hitTest:aPoint];
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_view_unittest.mm 66 EXPECT_TRUE([view_ hitTest:bottomLeftCorner]);
69 EXPECT_FALSE([view_ hitTest:topLeftCorner]);
72 EXPECT_TRUE([view_ hitTest:middle]);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowItemizedOverlay.java 15 * {@link #hitTest(com.google.android.maps.OverlayItem, android.graphics.drawable.Drawable, int, int)} to be set up by
44 public boolean hitTest(OverlayItem item, android.graphics.drawable.Drawable drawable, int i, int i1) {
79 * {@link #hitTest(com.google.android.maps.OverlayItem, android.graphics.drawable.Drawable, int, int)}
82 * {@link #hitTest(com.google.android.maps.OverlayItem, android.graphics.drawable.Drawable, int, int)}
  /external/chromium_org/ash/wm/caption_buttons/
alternate_frame_size_button_delegate.h 43 // |pressed_button_hittest_insets| indicates how much the hittest insets for
45 // |position_in_screen| using the normal button hittest insets.
  /external/chromium_org/ash/wm/
frame_border_hit_test_controller.h 26 // Class which manages the hittest override bounds for |frame|. The override
52 // The window whose hittest override bounds are being managed.
custom_frame_view_ash.h 82 // Updates the hittest bounds overrides based on the window show type.
  /external/chromium/chrome/browser/chromeos/frame/
browser_frame_view_chromeos.cc 25 // to the NonClientView. We do this by overriding HitTest(), NonClientHitTest()
41 bool BrowserFrameViewChromeos::HitTest(const gfx::Point& l) const {
44 return OpaqueBrowserFrameView::HitTest(l);
browser_frame_view_chromeos.h 20 virtual bool HitTest(const gfx::Point& l) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/
new_tab_button.mm 52 - (NSView*)hitTest:(NSPoint)aPoint {
54 return [super hitTest:aPoint];
nsview_additions.mm 30 return [self hitTest:mouseLoc] == self;
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_view.mm 82 // drawn. We override hitTest to return nil for points in this transparent
84 - (NSView*)hitTest:(NSPoint)point {
85 NSView* hitView = [super hitTest:point];
  /external/chromium_org/chrome/browser/ui/cocoa/find_bar/
find_bar_view.mm 87 // drawn. We override hitTest to return nil for points in this transparent
89 - (NSView*)hitTest:(NSPoint)point {
90 NSView* hitView = [super hitTest:point];
  /external/chromium/chrome/browser/ui/views/location_bar/
click_handler.cc 20 if (!owner_->HitTest(event.location()))
star_view.cc 55 if (HitTest(event.location()))
  /external/chromium_org/chrome/browser/ui/views/toolbar/
back_button.h 18 // A subclass of ToolbarButton to allow the back button's hittest region to
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeOverlay.cpp 125 ScrollbarPart ScrollbarThemeOverlay::hitTest(ScrollbarThemeClient* scrollbar, const IntPoint& position)
130 return ScrollbarTheme::hitTest(scrollbar, position);
  /external/chromium_org/ui/aura/
window_delegate.h 89 // Called from Window::HitTest to check if the window has a custom hit test
95 // Called from Window::HitTest to retrieve hit test mask when HasHitTestMask
  /external/chromium/chrome/browser/ui/touch/frame/
touch_browser_frame_view.h 60 virtual bool HitTest(const gfx::Point& point) const OVERRIDE;
  /external/chromium_org/ash/wm/panels/
panel_frame_view.h 72 // Updates the hittest bounds overrides based on the window show type.
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_window_event_filter.h 48 bool DispatchHostWindowDragMovement(int hittest,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.h 67 bool hitTest(RenderBoxModelObject*, const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) const;

Completed in 844 milliseconds

1 2 3 4 5 6