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

1 2

  /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 53 // |selection_rect| is expected to have coordinates relative to the top of
56 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
find_tab_helper.cc 149 const gfx::Rect& selection_rect,
162 gfx::Rect selection = selection_rect;
165 else if (selection_rect.IsEmpty())
166 selection = last_search_result_.selection_rect();
find_tab_helper.h 82 const gfx::Rect& selection_rect,
  /external/chromium_org/extensions/browser/guest_view/web_view/
web_view_find_helper.cc 138 const gfx::Rect& selection_rect,
166 find_info->AggregateResults(number_of_matches, selection_rect,
168 find_update_event_->AggregateResults(number_of_matches, selection_rect,
188 const gfx::Rect& selection_rect,
200 } else if (!selection_rect.IsEmpty()) {
201 selection_rect_ = selection_rect;
227 const gfx::Rect& selection_rect,
230 find_results_.AggregateResults(number_of_matches, selection_rect,
258 const gfx::Rect& selection_rect,
262 find_results_.AggregateResults(number_of_matches, selection_rect,
    [all...]
web_view_find_helper.h 47 const gfx::Rect& selection_rect,
60 const gfx::Rect& selection_rect,
86 const gfx::Rect& selection_rect,
116 const gfx::Rect& selection_rect,
web_view_guest.h 115 const gfx::Rect& selection_rect,
web_view_guest.cc 417 const gfx::Rect& selection_rect,
422 selection_rect,
    [all...]
  /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 341 gfx::Rect* selection_rect) {
348 if (selection_rect)
349 *selection_rect = observer.selection_rect();
ui_test_utils.h 134 // of the current match. |selection_rect| is an optional parameter which is set
141 gfx::Rect* selection_rect);
  /external/chromium_org/android_webview/native/
aw_web_contents_delegate.h 27 const gfx::Rect& selection_rect,
aw_web_contents_delegate.cc 65 const gfx::Rect& selection_rect,
  /external/chromium_org/chrome/browser/ui/cocoa/find_bar/
find_bar_bridge.h 73 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
  /external/chromium_org/chrome/browser/android/
chrome_web_contents_delegate_android.cc 138 const gfx::Rect& selection_rect,
152 selection_rect,
165 ScopedJavaLocalRef<jobject> selection_rect = CreateJavaRect(
166 env, find_result->selection_rect());
173 selection_rect.obj(),
chrome_web_contents_delegate_android.h 49 const gfx::Rect& selection_rect,
  /external/chromium_org/chrome/browser/ui/views/
find_bar_host.h 56 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
find_bar_host.cc 111 void FindBarHost::MoveWindowIfNecessary(const gfx::Rect& selection_rect,
124 gfx::Rect new_pos = GetDialogPosition(selection_rect);
156 MoveWindowIfNecessary(result.selection_rect(), false);
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 141 gfx::Rect selection_rect = gfx::UnionRects(anchor, focus); local
142 if (selection_rect.Contains(gesture_event->location())) {
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc 279 const gfx::Rect& selection_rect() const { return selection_rect_; } function in class:views::TouchSelectionControllerImpl::EditingHandleView
309 const gfx::Rect& selection_rect = handle_view_->selection_rect(); local
311 mask->addRect(SkIntToScalar(0), SkIntToScalar(selection_rect.height()),
313 SkIntToScalar(selection_rect.height() + image_size.height() +
  /external/chromium_org/content/public/browser/
web_contents_delegate.h 401 const gfx::Rect& selection_rect,
  /external/chromium_org/content/browser/frame_host/
interstitial_page_impl.cc 101 const gfx::Rect& selection_rect,
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc 2643 WebRect selection_rect; local
2775 WebRect selection_rect; local
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser.h 639 const gfx::Rect& selection_rect,
    [all...]

Completed in 478 milliseconds

1 2