Searched refs:bounds (Results 226 - 250 of 1705) sorted by relevance

1234567891011>>

/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.cc79 void SetBoundsProperties(const gfx::Rect& bounds, argument
87 bounds_properties->SetInteger("left", bounds.x());
88 bounds_properties->SetInteger("top", bounds.y());
89 bounds_properties->SetInteger("width", bounds.width());
90 bounds_properties->SetInteger("height", bounds.height());
143 : bounds(kUnspecifiedPosition, kUnspecifiedPosition, 0, 0) {}
148 bounds.SetRect(kUnspecifiedPosition, kUnspecifiedPosition, 0, 0);
173 // Combine into a single window bounds.
174 gfx::Rect combined_bounds(window_spec.bounds);
175 if (content_spec.bounds
499 gfx::Rect bounds = native_app_window_->GetBounds(); local
648 gfx::Rect bounds = GetClientBounds(); local
990 gfx::Rect bounds = native_app_window_->GetRestoredBounds(); local
995 extension_id(), window_key_, bounds, screen_bounds, window_state); local
[all...]
/external/chromium-trace/trace-viewer/src/tracing/
H A Dselection_test.js26 assertEquals(1, sel.bounds.min);
27 assertEquals(4, sel.bounds.max);
31 assertEquals(1, sel.bounds.min);
32 assertEquals(6, sel.bounds.max);
/external/chromium_org/ash/shelf/
H A Dshelf.cc84 gfx::Rect bounds(shelf_view_->GetIdealBoundsOfItemIcon(id));
87 return gfx::Rect(screen_origin.x() + bounds.x(),
88 screen_origin.y() + bounds.y(),
89 bounds.width(),
90 bounds.height());
179 void Shelf::SetShelfViewBounds(gfx::Rect bounds) { argument
180 shelf_view_->SetBoundsRect(bounds);
184 return shelf_view_->bounds();
/external/chromium_org/ash/shell/
H A Dtoplevel_window.h24 // Clears saved show state and bounds used to position
38 const gfx::Rect& bounds,
42 gfx::Rect* bounds,
/external/chromium_org/ash/wm/
H A Dsystem_background_controller.cc22 layer_->SetBounds(gfx::Rect(root_layer->bounds().size()));
40 layer_->SetBounds(gfx::Rect(root_window_->layer()->bounds().size()));
/external/chromium_org/athena/util/
H A Dfill_layout_manager.cc21 gfx::Rect full_bounds = gfx::Rect(container_->bounds().size());
31 SetChildBoundsDirect(child, (gfx::Rect(container_->bounds().size())));
/external/chromium_org/cc/layers/
H A Dcontents_scaling_layer.cc13 return gfx::ToCeiledSize(gfx::ScaleSize(bounds(), scale_x, scale_y));
46 SetNeedsDisplayRect(gfx::Rect(paint_properties().bounds));
/external/chromium_org/chrome/browser/ui/autofill/
H A Dpassword_generation_popup_controller_impl.cc38 const gfx::RectF& bounds,
46 previous->element_bounds() == bounds &&
57 bounds,
68 const gfx::RectF& bounds,
80 controller_common_(bounds, container_view, web_contents),
167 gfx::Size bounds = view_->GetPreferredSizeOfPasswordView(); local
169 popup_bounds_ = controller_common_.GetPopupBounds(bounds.width(),
170 bounds.height());
36 GetOrCreate( base::WeakPtr<PasswordGenerationPopupControllerImpl> previous, const gfx::RectF& bounds, const PasswordForm& form, int max_length, password_manager::PasswordManager* password_manager, PasswordGenerationPopupObserver* observer, content::WebContents* web_contents, gfx::NativeView container_view) argument
67 PasswordGenerationPopupControllerImpl( const gfx::RectF& bounds, const PasswordForm& form, int max_length, password_manager::PasswordManager* password_manager, PasswordGenerationPopupObserver* observer, content::WebContents* web_contents, gfx::NativeView container_view) argument
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_window_state.h45 const gfx::Rect& bounds,
48 // Return the |bounds| for the browser window to be used upon creation.
52 gfx::Rect* bounds,
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dframed_browser_window.h59 bounds:(NSRect)bounds
/external/chromium_org/chrome/browser/ui/panels/
H A Dbase_panel_browser_test.h53 gfx::Rect bounds; member in struct:BasePanelBrowserTest::CreatePanelParams
62 const gfx::Rect& bounds,
68 const gfx::Rect& bounds);
71 Panel* CreateDockedPanel(const std::string& name, const gfx::Rect& bounds);
72 Panel* CreateDetachedPanel(const std::string& name, const gfx::Rect& bounds);
74 const gfx::Rect& bounds,
79 const gfx::Rect& bounds);
81 const gfx::Rect& bounds);
/external/chromium_org/chrome/common/
H A Dicon_with_badge_image_source.cc33 gfx::Rect bounds(size_.width() + spacing_.width(),
37 badge_util::PaintBadge(canvas, bounds, text_, text_color_,
/external/chromium_org/extensions/shell/browser/
H A Dshell_native_app_window.cc21 return DesktopController::instance()->GetHost()->window()->bounds().size();
30 gfx::Rect bounds = params.GetInitialWindowBounds(GetFrameInsets()); local
32 bounds.x() != AppWindow::BoundsSpecification::kUnspecifiedPosition &&
33 bounds.y() != AppWindow::BoundsSpecification::kUnspecifiedPosition;
35 bounds.set_origin(GetBounds().origin());
36 SetBounds(bounds);
69 // app_shell windows cannot be maximized, so the current bounds are the
70 // restored bounds.
122 void ShellNativeAppWindow::SetBounds(const gfx::Rect& bounds) { argument
123 GetWindow()->SetBounds(bounds);
[all...]
/external/chromium_org/mojo/examples/window_manager/
H A Dwindow_manager.cc59 virtual void ShowKeyboard(Id view_id, RectPtr bounds) OVERRIDE;
99 const gfx::Rect& bounds) {
102 view_->SetBounds(bounds);
110 void Show(Id view_id, const gfx::Rect& bounds) { argument
157 gfx::Rect keyboard_bounds(view_->bounds());
210 gfx::Rect launcher_ui_bounds(launcher_ui_view->bounds());
216 gfx::Rect control_panel_bounds(control_panel_view->bounds());
227 gfx::Rect view_bounds(view->bounds());
305 void ShowKeyboard(Id view_id, const gfx::Rect& bounds) { argument
309 // TODO: honor |bounds|
96 Init(ApplicationImpl* application, ViewManager* view_manager, View* parent, const gfx::Rect& bounds) argument
449 gfx::Rect bounds = view->bounds(); local
473 CreateWindow(const gfx::Rect& bounds) argument
539 ShowKeyboard(Id view_id, RectPtr bounds) argument
[all...]
/external/chromium_org/mojo/services/native_viewport/
H A Dplatform_viewport.h38 virtual void Init(const gfx::Rect& bounds) = 0;
43 virtual void SetBounds(const gfx::Rect& bounds) = 0;
H A Dplatform_viewport_headless.h20 virtual void Init(const gfx::Rect& bounds) OVERRIDE;
25 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DLayerFragment.h41 void setRects(const LayoutRect& bounds, const ClipRect& background, const ClipRect& foreground, const ClipRect& outline) argument
43 layerBounds = bounds;
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DRectangleShape.h43 RectangleShape(const FloatRect& bounds, const FloatSize& radii) argument
45 , m_bounds(bounds)
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dcarbonvideorenderer.cc137 Rect bounds; local
138 InvalWindowRect(window_ref_, GetWindowPortBounds(window_ref_, &bounds));
150 struct Rect bounds; local
151 bounds.top = y_;
152 bounds.bottom = 480;
153 bounds.left = x_;
154 bounds.right = 640;
156 &bounds, &window_ref_);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dbezier.h69 float *bounds/*x/y/width/height*/);
71 float *bounds/*x/y/width/height*/);
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkNulCanvas.h62 virtual bool getClipBounds(SkRect* bounds) const SK_OVERRIDE {
63 if (NULL != bounds) {
64 bounds->setXYWH(0, 0,
70 virtual bool getClipDeviceBounds(SkIRect* bounds) const SK_OVERRIDE {
71 if (NULL != bounds) {
72 bounds->setLargest();
81 virtual SaveLayerStrategy willSaveLayer(const SkRect* bounds, const SkPaint* paint,
83 this->INHERITED::willSaveLayer(bounds, paint, flags);
/external/chromium_org/third_party/skia/src/effects/
H A DSkColorFilterImageFilter.cpp118 SkIRect bounds; local
119 if (!this->applyCropRect(ctx, src, srcOffset, &bounds)) {
123 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height()));
132 canvas.drawSprite(src, srcOffset.fX - bounds.fLeft, srcOffset.fY - bounds.fTop, &paint);
135 offset->fX = bounds.fLeft;
136 offset->fY = bounds.fTop;
H A DSkMergeImageFilter.cpp66 SkIRect bounds; local
67 if (!this->applyCropRect(ctx, src, SkIPoint::Make(0, 0), &bounds)) {
71 const int x0 = bounds.left();
72 const int y0 = bounds.top();
74 SkAutoTUnref<SkBaseDevice> dst(proxy->createDevice(bounds.width(), bounds.height()));
104 offset->fX = bounds.left();
105 offset->fY = bounds.top();
/external/chromium_org/third_party/skia/src/image/
H A DSkImage.cpp58 SkIRect bounds = SkIRect::MakeWH(this->width(), this->height()); local
62 bounds.fRight = SkMin32(bounds.fRight, bitmap->width());
63 bounds.fBottom = SkMin32(bounds.fBottom, bitmap->height());
64 if (bounds.isEmpty()) {
69 if (subset && !bounds.intersect(*subset)) {
73 return as_IB(this)->onReadPixels(bitmap, bounds);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersectionHelper.h63 return bounds().fBottom;
66 const SkPathOpsBounds& bounds() const { function in class:SkIntersectionHelper
67 return fContour->segments()[fIndex].bounds();
94 return bounds().fLeft;
102 return bounds().fRight;
126 return bounds().fTop;
134 return bounds().fLeft;
142 return bounds().fTop;

Completed in 1795 milliseconds

1234567891011>>