OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bounds
(Results
2126 - 2150
of
5192
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/external/chromium_org/ash/wm/gestures/
overview_gesture_handler.cc
89
point_in_screen).
bounds
().y() + kTopBezelExtraPixels >
/external/chromium_org/ash/wm/panels/
panel_frame_view.cc
120
gfx::Rect client_bounds =
bounds
();
/external/chromium_org/ash/wm/
workspace_controller.cc
91
((*i)->
bounds
().Intersects(shelf_bounds))) {
/external/chromium_org/athena/activity/
activity_view_manager_impl.cc
74
const gfx::Rect& content_bounds = host->
bounds
();
/external/chromium_org/cc/animation/
keyframed_animation_curve.h
185
gfx::BoxF*
bounds
) const OVERRIDE;
/external/chromium_org/cc/base/
region.h
56
gfx::Rect
bounds
() const {
function in class:cc::Region
/external/chromium_org/cc/debug/
debug_rect_history.h
25
// - Property-changed rects: enclosing
bounds
of layers that cause changes to
/external/chromium_org/cc/layers/
painted_scrollbar_layer_impl.cc
78
gfx::Rect bounds_rect(
bounds
());
/external/chromium_org/cc/resources/
layer_tiling_data.cc
122
// Any tiles completely outside our new
bounds
are invalid and should be
picture_pile_impl.cc
103
// Any non-painted areas in the content
bounds
will be left in this color.
125
// Any non-painted areas outside of the content
bounds
are left in
128
// after the content
bounds
grew.
246
// canvas. Each picture added to the set must subtract its own
bounds
/external/chromium_org/cc/test/
animation_test_common.h
45
gfx::BoxF*
bounds
) const OVERRIDE;
/external/chromium_org/cc/trees/
damage_tracker_unittest.cc
34
root, root->
bounds
(), render_surface_layer_list);
416
child->
bounds
().width() * 0.5f, child->
bounds
().height() * 0.5f, 0.f));
474
// Sanity check that the child layer's
bounds
would actually get clipped by
[
all
...]
/external/chromium_org/chrome/browser/apps/
app_browsertest_util.h
109
gfx::Rect*
bounds
);
/external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc
390
// Figure out window type before figuring out
bounds
so that default
391
//
bounds
can be set according to the window type.
425
// Initialize default window
bounds
according to window type.
430
// browser window. The call offsets the
bounds
by kWindowTilePixels
449
// Any part of the
bounds
can optionally be set by the caller.
476
create_params.window_spec.
bounds
= window_bounds;
632
gfx::Rect
bounds
;
local
634
bounds
= controller->window()->GetRestoredBounds();
636
bounds
= controller->window()->GetBounds();
639
// Any part of the
bounds
can optionally be set by the caller
[
all
...]
/external/chromium_org/chrome/browser/resources/net_internals/
events_tracker.js
99
* Set
bounds
on the maximum number of events that will be tracked. This
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view.mm
45
grippyRect_ = NSMakeRect(0.0, 0.0, kGrippyWidth, NSHeight([self
bounds
]));
/external/chromium_org/chrome/browser/ui/cocoa/
gradient_button_cell.h
86
// Gets the path which tightly
bounds
the outside of the button. This is needed
presentation_mode_controller.mm
268
NSRect contentBounds = [contentView_
bounds
];
281
// within the tracking area
bounds
.
410
// |trackingAreaBounds_| contains the correct tracking area
bounds
, including
412
// new tracking area with these
bounds
.
sprite_view.mm
129
CGFloat height = CGRectGetHeight([layer
bounds
]);
/external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2.h
67
// Last known caret
bounds
relative to the screen coordinates.
/external/chromium_org/chrome/browser/ui/panels/
docked_panel_drag_handler.cc
43
// Layout refresh will automatically recompute the
bounds
of all affected
/external/chromium_org/chrome/browser/ui/views/autofill/
info_bubble.cc
48
//
Bounds
that this frame should try to keep bubbles within (screen coords).
/external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host.cc
212
void DropdownBarHost::GetWidgetBounds(gfx::Rect*
bounds
) {
213
DCHECK(
bounds
);
214
*
bounds
= browser_view_->
bounds
();
find_bar_view.cc
247
find_next_button_->
bounds
().right() - find_text_x,
267
gfx::Rect match_count_background_bounds(match_count_text_->
bounds
());
279
// Stay within view
bounds
.
313
// We extend the label
bounds
a bit to give the background highlighting a bit
/external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash.h
123
// Updates the hittest
bounds
overrides based on the window show type.
Completed in 1031 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>