HomeSort by relevance Sort by last modified time
    Searched full:bounds (Results 726 - 750 of 5192) sorted by null

<<21222324252627282930>>

  /external/chromium_org/ash/wm/overview/
transparent_activate_window_button.cc 61 void TransparentActivateWindowButton::SetBounds(const gfx::Rect& bounds) {
62 event_handler_widget_->SetBounds(bounds);
  /external/chromium_org/ash/wm/
root_window_layout_manager.cc 31 gfx::Rect(owner_->bounds().width(), owner_->bounds().height());
screen_dimmer.cc 45 dimming_layer_->SetBounds(root_layer->bounds());
63 dimming_layer_->SetBounds(gfx::Rect(root->bounds().size()));
status_area_layout_manager.cc 58 // If the bounds match, no need to do anything. Check for target bounds to
  /external/chromium_org/cc/layers/
picture_image_layer.cc 52 SkFloatToScalar(static_cast<float>(bounds().width()) / bitmap_.width());
54 SkFloatToScalar(static_cast<float>(bounds().height()) / bitmap_.height());
  /external/chromium_org/chrome/browser/chromeos/input_method/
mode_indicator_controller.h 34 // Set cursor bounds, which is the base point to display this indicator.
58 // Cursor bounds representing the anchor rect of the mode indicator.
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
browsercrapplication+applescript.h 27 // Called by applescript which takes care of bounds checking, make sure of it
33 // Called by applescript which takes care of bounds checking, make sure of it
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_custom_window.mm 75 bezierPathWithRoundedRect:[self bounds]
78 NSBezierPath* path = [NSBezierPath bezierPathWithRect:[self bounds]];
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_utils_cocoa.h 18 NSRect ConvertRectToCocoaCoordinates(const gfx::Rect& bounds);
23 gfx::Rect ConvertRectFromCocoaCoordinates(NSRect bounds);
  /external/chromium_org/chrome/browser/ui/views/frame/
contents_layout_manager.cc 48 gfx::Rect old_devtools_bounds(devtools_view_->bounds());
49 gfx::Rect old_contents_bounds(contents_view_->bounds());
  /external/chromium_org/content/browser/web_contents/aura/
shadow_layer_delegate.cc 28 shadow_for->bounds().height()));
48 layer_->bounds().height());
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_android.h 45 virtual void Init(const gfx::Rect& bounds) OVERRIDE;
50 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
BoxShape.h 40 BoxShape(const FloatRoundedRect& bounds)
42 , m_bounds(bounds)
  /external/chromium_org/third_party/skia/tests/
RecorderTest.cpp 58 SkRect bounds = SkRect::MakeWH(320, 240); local
66 recorder.saveLayer(&bounds, &paint);
  /external/chromium_org/tools/telemetry/telemetry/timeline/
model.py 15 from telemetry.timeline import bounds namespace
47 self._bounds = bounds.Bounds()
60 def bounds(self): member in class:TimelineModel
109 if not self.bounds.is_empty:
111 process.AutoCloseOpenSlices(self.bounds.max,
144 self._thread_time_bounds[thread] = bounds.Bounds()
  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_interaction_record.py 8 import telemetry.timeline.bounds as timeline_bounds
121 bounds = timeline_bounds.Bounds()
122 bounds.AddValue(self.start)
123 bounds.AddValue(self.end)
124 return bounds
194 return timeline_bounds.Bounds.GetOverlap(
204 overlapped_walltime_duration = timeline_bounds.Bounds.GetOverlap(
  /external/chromium_org/ui/aura/client/
screen_position_client.h 39 // Sets the bounds of the window. The implementation is responsible
42 const gfx::Rect& bounds,
window_tree_client.h 32 // |bounds|.
36 const gfx::Rect& bounds) = 0;
  /external/chromium_org/ui/aura/
window_tree_host_ozone.h 23 explicit WindowTreeHostOzone(const gfx::Rect& bounds);
37 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
  /external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.cc 30 const gfx::Rect& bounds) {
31 bounds_ = bounds;
  /external/chromium_org/ui/compositor/
transform_animation_curve_adapter.h 32 gfx::BoxF* bounds) const OVERRIDE;
61 gfx::BoxF* bounds) const OVERRIDE;
  /external/chromium_org/ui/snapshot/
snapshot_mac_unittest.mm 33 gfx::Rect bounds = gfx::Rect(0, 0, frame.size.width, frame.size.height);
35 bounds));
  /external/chromium_org/ui/v2/public/
view.h 57 void SetBounds(const gfx::Rect& bounds);
58 gfx::Rect bounds() const { return bounds_; } function in class:v2::View
  /external/chromium_org/ui/views/
debug_utils.cc 26 *out << view->bounds().right() << L"," << view->bounds().bottom();
views_delegate.cc 22 const gfx::Rect& bounds,
29 gfx::Rect* bounds,

Completed in 624 milliseconds

<<21222324252627282930>>