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

  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar.h 106 bool* fully_visible) = 0;
find_bar_host_browsertest.cc 90 Browser* browser, gfx::Point* position, bool* fully_visible) {
93 return find_bar->GetFindBarWindowInfo(position, fully_visible);
96 bool GetFindBarWindowInfo(gfx::Point* position, bool* fully_visible) {
97 return GetFindBarWindowInfoForBrowser(browser(), position, fully_visible);
128 bool fully_visible = false; local
130 browser, &position, &fully_visible));
131 EXPECT_TRUE(fully_visible);
167 bool fully_visible; local
169 EXPECT_TRUE(GetFindBarWindowInfo(&position, &fully_visible));
170 EXPECT_TRUE(fully_visible);
858 bool fully_visible = false; local
891 bool fully_visible = false; local
926 bool fully_visible = false; local
966 bool fully_visible = false; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
find_bar_host.cc 222 bool* fully_visible) {
234 if (fully_visible)
235 *fully_visible = false;
242 if (fully_visible)
243 *fully_visible = IsVisible() && !IsAnimating();
find_bar_host.h 78 bool* fully_visible) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/find_bar/
find_bar_bridge.h 78 bool* fully_visible) OVERRIDE;

Completed in 98 milliseconds