/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
ev_bubble_decoration_unittest.mm | 23 // to fit, within bounds.
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_strip_view.h | 54 - (void)drawBottomBorder:(NSRect)bounds;
|
/external/chromium_org/chrome/browser/ui/views/app_list/ |
app_list_dialog_contents_view.h | 31 const gfx::Rect& bounds,
|
/external/chromium_org/chrome/browser/ui/views/message_center/ |
message_center_frame_view.cc | 45 gfx::Rect frame_bounds = bounds();
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
x11_panel_resizer.h | 20 // - The panel bounds should update in sync with the user's mouse movement
|
/external/chromium_org/components/autofill/content/browser/risk/ |
fingerprint.h | 48 // system. |window_bounds| should be the bounds of the containing Chrome window.
|
/external/chromium_org/content/child/ |
webthemeengine_impl_mac.cc | 40 trackInfo.bounds = CGRectMake(rect.x, rect.y, rect.width, rect.height);
|
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/ |
CHROMIUM_schedule_overlay_plane.txt | 67 buffer to be placed inside the bounds.
|
/external/chromium_org/media/cast/logging/ |
receiver_time_offset_estimator_impl.h | 21 // must happen in order. This class obtains the lower and upper bounds for
|
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/ |
view.cc | 69 gfx::Canvas canvas(node_->bounds().size(), 1.0f, true);
|
/external/chromium_org/mojo/services/public/interfaces/view_manager/ |
view_manager.mojom | 15 mojo.Rect bounds; 48 // Sets the specified bounds of the specified node. 49 SetNodeBounds(uint32 node_id, mojo.Rect bounds) => (bool success); 154 // Invoked when a node's bounds have changed.
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebDraggableRegion.h | 42 WebRect bounds; member in struct:blink::WebDraggableRegion
|
WebExternalPopupMenu.h | 40 virtual void show(const WebRect& bounds) = 0;
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
TranslatorGLSL.cpp | 41 // Write array bounds clamping emulation if needed.
|
/external/chromium_org/third_party/brotli/src/woff2/ |
store_bytes.h | 16 // No bounds checking is performed, that is the responsibility of the caller.
|
/external/chromium_org/third_party/lcov/contrib/galaxy/ |
posterize.pl | 42 my $Bounds = ""; 288 # Find the bounds for the image 290 $Bounds = `tail -1 $Image`; 291 ($Junk, $Junk, $minX, $minY, $maxX, $maxY) = split / /, $Bounds;
|
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/ios/ |
APPRTCAppDelegate.m | 42 _window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
|
/external/chromium_org/third_party/skia/include/core/ |
SkMaskFilter.h | 129 * The fast bounds function is used to enable the paint to be culled early 130 * in the drawing pipeline. This function accepts the current bounds of the 131 * paint as its src param and the filter adjust those bounds using its 183 * to be smaller than the mask's bounds. This would imply that the width
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrTextStrike.cpp | 256 SkIRect bounds; local 258 if (!scaler->getPackedGlyphDFBounds(packed, &bounds)) { 262 if (!scaler->getPackedGlyphBounds(packed, &bounds)) { 268 glyph->init(packed, bounds);
|
/external/chromium_org/third_party/skia/tests/ |
RecordOptsTest.cpp | 192 SkRect bounds = SkRect::MakeWH(100, 200); local 204 // No change: optimization can't handle bounds. 205 recorder.saveLayer(&bounds, NULL); 210 // SaveLayer/Restore removed: no bounds + no paint = no point.
|
/external/chromium_org/ui/app_list/ |
app_list_folder_item.cc | 144 // Get the top left icon bounds. 150 // Get the top right icon bounds. 155 // Get the bottom left icon bounds. 161 // Get the bottom right icon bounds.
|
/external/chromium_org/ui/base/ime/ |
input_method_observer.h | 31 // Called whenever the caret bounds is changed for the input client.
|
/external/chromium_org/ui/base/ime/linux/ |
linux_input_method_context.h | 39 // Notifies the context that the caret bounds have changed. |caret_bounds| is
|
/external/chromium_org/ui/compositor/ |
layer_animation_element.h | 33 BOUNDS = (1 << 1), 53 gfx::Rect bounds; member in struct:ui::LayerAnimationElement::TargetValue 99 // Creates an element that transitions to the given bounds. The caller owns 102 const gfx::Rect& bounds,
|
/external/chromium_org/ui/views/accessibility/ |
ax_window_obj_wrapper.cc | 51 out_node_data->location = window_->bounds();
|