/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 | 145 const gfx::Rect& selection_rect, 158 gfx::Rect selection = selection_rect; 161 else if (selection_rect.IsEmpty()) 162 selection = last_search_result_.selection_rect();
|
find_tab_helper.h | 82 const gfx::Rect& selection_rect,
|
/external/chromium_org/chrome/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; 226 const gfx::Rect& selection_rect, 229 find_results_.AggregateResults(number_of_matches, selection_rect, 257 const gfx::Rect& selection_rect, 261 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 | 111 const gfx::Rect& selection_rect,
|
web_view_guest.cc | 499 const gfx::Rect& selection_rect, 502 find_helper_.FindReply(request_id, number_of_matches, 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 | 350 gfx::Rect* selection_rect) { 357 if (selection_rect) 358 *selection_rect = observer.selection_rect();
|
ui_test_utils.h | 138 // of the current match. |selection_rect| is an optional parameter which is set 145 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 | 158 gfx::Rect selection_rect = gfx::UnionRects(anchor, focus); local 159 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 | 392 const gfx::Rect& selection_rect,
|
/external/chromium_org/content/browser/frame_host/ |
interstitial_page_impl.cc | 100 const gfx::Rect& selection_rect, [all...] |
/external/chromium_org/content/renderer/ |
render_view_impl.cc | 2392 WebRect selection_rect; local 2524 WebRect selection_rect; local [all...] |
/external/chromium_org/chrome/browser/ui/ |
browser.h | 626 const gfx::Rect& selection_rect, [all...] |