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

1 2

  /external/chromium/chrome/browser/ui/find_bar/
find_notification_details.h 16 const gfx::Rect& selection_rect,
21 selection_rect_(selection_rect),
37 gfx::Rect selection_rect() const { return selection_rect_; } function in class:FindNotificationDetails
find_tab_helper.cc 110 const gfx::Rect& selection_rect,
123 gfx::Rect selection = selection_rect;
125 selection = last_search_result_.selection_rect();
find_bar.h 50 // |selection_rect| is expected to have coordinates relative to the top of
53 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
find_tab_helper.h 67 const gfx::Rect& selection_rect,
  /external/chromium_org/chrome/browser/ui/find_bar/
find_notification_details.h 15 const gfx::Rect& selection_rect,
20 selection_rect_(selection_rect),
36 gfx::Rect selection_rect() const { return selection_rect_; } function in class:FindNotificationDetails
find_bar.h 49 // |selection_rect| is expected to have coordinates relative to the top of
52 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
find_tab_helper.cc 146 const gfx::Rect& selection_rect,
159 gfx::Rect selection = selection_rect;
162 else if (selection_rect.IsEmpty())
163 selection = last_search_result_.selection_rect();
find_tab_helper.h 76 const gfx::Rect& selection_rect,
  /external/chromium_org/chrome/test/base/
find_in_page_observer.h 37 gfx::Rect selection_rect() const { return selection_rect_; } function in class:ui_test_utils::FindInPageNotificationObserver
find_in_page_observer.cc 48 selection_rect_ = find_details->selection_rect();
ui_test_utils.cc 336 gfx::Rect* selection_rect) {
343 if (selection_rect)
344 *selection_rect = observer.selection_rect();
  /external/chromium_org/chrome/browser/android/
chrome_web_contents_delegate_android.cc 115 const gfx::Rect& selection_rect,
129 selection_rect,
142 ScopedJavaLocalRef<jobject> selection_rect = CreateJavaRect(
143 env, find_result->selection_rect());
150 selection_rect.obj(),
chrome_web_contents_delegate_android.h 47 const gfx::Rect& selection_rect,
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_bridge.h 65 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
  /external/chromium/chrome/browser/ui/views/
find_bar_host.cc 110 void FindBarHost::MoveWindowIfNecessary(const gfx::Rect& selection_rect,
121 gfx::Rect new_pos = GetDialogPosition(selection_rect);
142 if (!result.selection_rect().IsEmpty())
143 MoveWindowIfNecessary(result.selection_rect(), false);
find_bar_host.h 57 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
  /external/chromium_org/android_webview/native/
aw_web_contents_delegate.h 27 const gfx::Rect& selection_rect,
  /external/chromium_org/chrome/browser/ui/cocoa/find_bar/
find_bar_bridge.h 69 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
  /external/chromium_org/chrome/browser/ui/views/
find_bar_host.h 57 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
find_bar_host.cc 112 void FindBarHost::MoveWindowIfNecessary(const gfx::Rect& selection_rect,
125 gfx::Rect new_pos = GetDialogPosition(selection_rect);
147 MoveWindowIfNecessary(result.selection_rect(), false);
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc 152 const gfx::Rect selection_rect() const { return selection_rect_; } function in class:views::TouchSelectionControllerImpl::EditingHandleView
393 gfx::Point p2 = fixed_handle->selection_rect().origin();
450 end_rect_1_in_screen = cursor_handle_->selection_rect();
453 end_rect_1_in_screen = selection_handle_1_->selection_rect();
454 end_rect_2_in_screen = selection_handle_2_->selection_rect();
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 150 gfx::Rect selection_rect = gfx::UnionRects(anchor, focus); local
151 if (selection_rect.Contains(gesture_event->location())) {
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.h 51 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
find_bar_gtk.cc 358 void FindBarGtk::MoveWindowIfNecessary(const gfx::Rect& selection_rect,
375 if (!result.selection_rect().IsEmpty()) {
376 selection_rect_ = result.selection_rect();
377 int xposition = GetDialogPosition(result.selection_rect()).x();
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
find_bar_gtk.h 51 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,

Completed in 426 milliseconds

1 2