Searched refs:bounds (Results 251 - 275 of 592) sorted by relevance

<<11121314151617181920>>

/external/chromium/chrome/browser/instant/
H A Dinstant_loader.h54 // Sets the bounds of the omnibox (in screen coordinates). The bounds are
57 void SetOmniboxBounds(const gfx::Rect& bounds);
132 // Returns the bounds of the omnibox in terms of the preview tab contents.
148 // Notifes the page of the omnibox bounds. If |force_if_loading| is true the
149 // bounds are sent down even if we're waiting on the load, otherwise if we're
190 // Last bounds passed to the page.
198 // Timer used to update the bounds of the omnibox.
/external/chromium/chrome/browser/notifications/
H A Dballoon_collection_impl.cc170 gfx::Rect bounds = gfx::Rect(layout_.GetLayoutOrigin(), gfx::Size(0, 0)); local
179 bounds = bounds.Union(balloon_box);
182 return bounds;
/external/chromium/chrome/browser/sessions/
H A Dsession_types.h157 gfx::Rect bounds; member in struct:SessionWindow
/external/chromium/chrome/browser/ui/cocoa/translate/
H A Dtranslate_infobar_base.h37 // labels within |bounds|.
38 NSTextField* CreateLabel(NSRect bounds);
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bubble_view.cc61 const gfx::Rect& bounds,
66 BookmarkBubbleView::Show(parent, bounds, delegate, profile, url,
86 const gfx::Rect& bounds,
98 parent->client_view()->GetWidget(), bounds, BubbleBorder::TOP_RIGHT,
60 ShowBookmarkBubbleView(views::Window* parent, const gfx::Rect& bounds, BubbleDelegate* delegate, Profile* profile, const GURL& url, bool newly_bookmarked) argument
85 Show(views::Window* parent, const gfx::Rect& bounds, BubbleDelegate* delegate, Profile* profile, const GURL& url, bool newly_bookmarked) argument
H A Dbookmark_bubble_view.h40 const gfx::Rect& bounds,
/external/chromium/chrome/browser/ui/views/
H A Dbrowser_bubble.h46 // would be the bounds of the toolbar button in screen coordiates,
81 // Set the bounds of the bubble relative to the browser window.
86 const gfx::Rect& bounds() const { return bounds_; } function in class:BrowserBubble
105 // Set bounds using screen coordinates.
127 // The bounds relative to the frame.
H A Dfind_bar_host.h83 // there is enough room for the dialog to draw within the bounds. If not, the
104 // the Chrome window borders. |bounds| is relative to the browser
107 // then |bounds| will be an empty rectangle.
108 virtual void GetWidgetBounds(gfx::Rect* bounds);
H A Dfind_bar_host.cc284 void FindBarHost::GetWidgetBounds(gfx::Rect* bounds) { argument
285 DCHECK(bounds);
288 *bounds = browser_view()->GetFindBarBoundingBox();
/external/chromium/chrome/browser/
H A Dunload_uitest.cc233 gfx::Rect bounds; local
234 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_0, &bounds, false));
235 ASSERT_TRUE(browser->SimulateDrag(bounds.CenterPoint(), bounds.CenterPoint(),
/external/skia/include/gpu/
H A DSkGr.h97 virtual bool getPackedGlyphBounds(GrGlyph::PackedID, GrIRect* bounds);
/external/skia/src/gpu/
H A DGrClipMaskManager.h158 const GrIRect& bounds);
/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
H A Dscrollbar_render.cpp90 trackInfo.bounds = hiRect;
/external/chromium/chrome/browser/chromeos/notifications/
H A Dnotification_panel.cc112 gfx::Rect bounds = GetWindowScreenBounds(); local
113 if (!bounds.Contains(p)) {
166 // Returns the bounds that covers new notifications.
174 rect = view->bounds();
176 rect = rect.Union(view->bounds());
228 if (view->bounds().Contains(copy))
265 0, sticky_container_->bounds().bottom() + margin,
275 gfx::Rect sticky = sticky_container_->bounds();
344 // Updates the bounds so that all notifications are visible.
427 gfx::Rect bounds local
[all...]
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.h60 // Sets the bounds of the tabs.
66 // Sets the bounds of the tabstrip.
67 void SetBounds(const gfx::Rect& bounds);
69 // Returns the bounds of the tabstrip.
70 const gfx::Rect& bounds() const { return bounds_; } function in class:TabStripGtk
89 // Retrieve the ideal bounds for the Tab at the specified index.
232 // size-allocate handler that gets the new bounds of the tabstrip.
236 // tabstrip bounds.
257 // Sets the bounds of the tab and moves the tab widget to those bounds
[all...]
/external/chromium/chrome/browser/ui/panels/
H A Dpanel.cc12 Panel::Panel(Browser* browser, const gfx::Rect& bounds) argument
13 : bounds_(bounds),
42 void Panel::SetBounds(const gfx::Rect& bounds) { argument
/external/chromium/chrome/browser/ui/touch/tabs/
H A Dtouch_tab_strip.cc68 // ideal bounds and we need to know ideal bounds is in a good state.
114 tab->SetBounds(last_tab->bounds().right(),
135 gfx::Rect bounds; local
165 std::vector<gfx::Rect>* bounds) {
163 CalculateBoundsForDraggedTabs( const std::vector<BaseTab*>& tabs, std::vector<gfx::Rect>* bounds) argument
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_touch.cc70 SetBoundsRect(gfx::Rect(bounds().origin(), initial_size));
119 *out = bounds();
293 void TabContentsViewTouch::ShowPopupMenu(const gfx::Rect& bounds, argument
/external/chromium/chrome/browser/ui/views/tabs/
H A Dbase_tab_strip.h42 // Retrieves the ideal bounds for the Tab at the specified index.
141 // The Tabs we contain, and their last generated "good" bounds.
172 // Animates all the views to their ideal bounds.
173 // NOTE: this does *not* invoke GenerateIdealBounds, it uses the bounds
181 // Resets the bounds of all non-closing tabs.
192 // Calculates the bounds needed for each of the tabs, placing the result in
193 // |bounds|.
196 std::vector<gfx::Rect>* bounds) = 0;
198 void set_ideal_bounds(int index, const gfx::Rect& bounds) { argument
199 tab_data_[index].ideal_bounds = bounds;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DLineGraph.java69 Rectangle bounds= im.getBounds();
91 int bottom= bounds.height - titleHeight - PADDING;
95 int right= bounds.width - lastItem.getSize(g).x - PADDING/2;
98 //g.drawString(fTitle, (bounds.width - titleWidth) / 2, titleHeight, true);
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_sysevents.cc54 BRect bounds;
72 bounds = view->Bounds();
106 if ( ! bounds.Contains(point) ) {
/external/skia/bench/
H A DAAClipBench.cpp239 SkIRect bounds; local
240 path.getBounds().roundOut(&bounds);
241 fRegion.setPath(path, SkRegion(bounds));
/external/skia/legacy/src/effects/
H A DSkLayerRasterizer.cpp48 const SkIRect* clipBounds, SkIRect* bounds) {
52 bounds->set(SK_MaxS32, SK_MaxS32, SK_MinS32, SK_MinS32);
81 bounds->join(mask.fBounds);
46 compute_bounds(const SkDeque& layers, const SkPath& path, const SkMatrix& matrix, const SkIRect* clipBounds, SkIRect* bounds) argument
/external/skia/legacy/src/views/
H A DSkWidgetViews.cpp316 SkRect bounds; local
317 fAnim.getInvalBounds(&bounds);
318 this->inval(&bounds);
/external/skia/src/effects/
H A DSkLayerRasterizer.cpp49 const SkIRect* clipBounds, SkIRect* bounds) {
53 bounds->set(SK_MaxS32, SK_MaxS32, SK_MinS32, SK_MinS32);
83 bounds->join(mask.fBounds);
47 compute_bounds(const SkDeque& layers, const SkPath& path, const SkMatrix& matrix, const SkIRect* clipBounds, SkIRect* bounds) argument

Completed in 1507 milliseconds

<<11121314151617181920>>