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

  /external/chromium/chrome/browser/ui/find_bar/
find_bar.h 89 bool* fully_visible) = 0;
find_bar_host_browsertest.cc 75 Browser* browser, gfx::Point* position, bool* fully_visible) {
78 return find_bar->GetFindBarWindowInfo(position, fully_visible);
81 bool GetFindBarWindowInfo(gfx::Point* position, bool* fully_visible) {
82 return GetFindBarWindowInfoForBrowser(browser(), position, fully_visible);
108 bool fully_visible = false; local
110 browser, &position, &fully_visible));
111 EXPECT_TRUE(fully_visible);
569 bool fully_visible = false; local
572 EXPECT_TRUE(GetFindBarWindowInfo(&position, &fully_visible));
573 EXPECT_TRUE(fully_visible);
608 bool fully_visible = false; local
650 bool fully_visible = false; local
    [all...]
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar.h 94 bool* fully_visible) = 0;
find_bar_host_browsertest.cc 83 Browser* browser, gfx::Point* position, bool* fully_visible) {
86 return find_bar->GetFindBarWindowInfo(position, fully_visible);
89 bool GetFindBarWindowInfo(gfx::Point* position, bool* fully_visible) {
90 return GetFindBarWindowInfoForBrowser(browser(), position, fully_visible);
122 bool fully_visible = false; local
124 browser, &position, &fully_visible));
125 EXPECT_TRUE(fully_visible);
160 bool fully_visible; local
162 EXPECT_TRUE(GetFindBarWindowInfo(&position, &fully_visible));
163 EXPECT_TRUE(fully_visible);
898 bool fully_visible = false; local
931 bool fully_visible = false; local
966 bool fully_visible = false; local
1006 bool fully_visible = false; local
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_bridge.h 70 bool* fully_visible);
  /external/chromium/chrome/browser/ui/views/
find_bar_host.cc 192 bool* fully_visible) {
204 if (fully_visible)
205 *fully_visible = false;
212 if (fully_visible)
213 *fully_visible = IsVisible() && !IsAnimating();
find_bar_host.h 72 bool* fully_visible);
  /external/chromium_org/chrome/browser/ui/views/
find_bar_host.cc 213 bool* fully_visible) {
225 if (fully_visible)
226 *fully_visible = false;
233 if (fully_visible)
234 *fully_visible = IsVisible() && !IsAnimating();
find_bar_host.h 75 bool* fully_visible) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/find_bar/
find_bar_bridge.h 74 bool* fully_visible) OVERRIDE;
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.h 63 bool* fully_visible);
find_bar_gtk.cc 547 bool* fully_visible) {
551 if (fully_visible) {
552 *fully_visible = !slide_widget_->IsAnimating() &&
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
find_bar_gtk.h 65 bool* fully_visible) OVERRIDE;
find_bar_gtk.cc 564 bool* fully_visible) {
568 if (fully_visible) {
569 *fully_visible = !slide_widget_->IsAnimating() &&
    [all...]

Completed in 170 milliseconds