/external/chromium_org/chrome/browser/ui/cocoa/applescript/ |
bookmark_folder_applescript.h | 28 // 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 46 // Called by applescript which takes care of bounds checking, make sure of it 52 // Called by applescript which takes care of bounds checking, make sure of it
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
media_gallery_list_entry_view.mm | 160 NSRect bounds = [self bounds]; 162 // bounds and then set it to the real size of the contents later. 164 bounds.size = NSMakeSize(10000, 10000); 175 viewFrame.size.height = std::min(NSHeight(bounds), NSHeight(viewFrame)); 184 if (xPos > NSWidth(bounds)) { 185 CGFloat maxRHSContent = NSWidth(bounds) / 2 - kCheckboxMargin; 192 NSWidth(bounds) - kCheckboxMargin - NSMinX(detailsFrame)); 196 CGFloat overflow = xPos - NSWidth(bounds);
|
/external/chromium_org/chrome/browser/ui/panels/ |
display_settings_provider.cc | 69 return gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().bounds(); 80 gfx::Rect display_area = display.bounds(); 95 const gfx::Rect& bounds) const { 97 return gfx::Screen::GetNativeScreen()->GetDisplayMatching(bounds).bounds(); 101 const gfx::Rect& bounds) const { 104 gfx::Display display = screen->GetDisplayMatching(bounds); 105 if (display.bounds() == screen->GetPrimaryDisplay().bounds())
|
/external/chromium_org/chrome/browser/ui/tabs/ |
dock_info.h | 94 // Returns the bounds for the new window in |new_window_bounds|. If the new 101 // Adjust the bounds of the other window during docking. Does nothing if type 118 // Bounds of the monitor. 124 // Returns the bounds of the window to show the indicator for. 156 // Returns the bounds of the window. 157 bool GetWindowBounds(gfx::Rect* bounds) const; 159 // Sets the bounds of |window_| to |bounds|. 160 void SizeOtherWindowTo(const gfx::Rect& bounds) const;
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
panel_stack_view.h | 65 // The map value is old bounds of the panel. 77 // Updates the bounds of panels as specified in batch update data. 80 // Notifies the delegate that the updates of the panel bounds are completed. 83 // Computes/updates the minimum bounds that could fit all panels. 87 views::Widget* CreateWindowWithBounds(const gfx::Rect& bounds); 111 // Updates the bounds of the widget window in a deferred way. 114 const gfx::Rect& bounds); 135 // For batch bounds update. 140 // Used to animate the bounds changes at a synchronized pace.
|
/external/chromium_org/chrome/test/base/ |
interactive_test_utils_mac.mm | 82 NSRect bounds = [view bounds]; 83 NSPoint center = NSMakePoint(NSMidX(bounds), NSMidY(bounds));
|
/external/chromium_org/content/renderer/ |
sad_plugin.h | 18 // Paints the sad plugin to the given canvas for the given plugin bounds. This
|
/external/chromium_org/mojo/services/view_manager/ |
view.cc | 22 gfx::Rect(node_->window()->bounds().size()));
|
/external/chromium_org/third_party/android_opengl/ |
README.chromium | 15 - Handle cases of out-of-bounds blocks along the image boundary.
|
/external/chromium_org/third_party/skia/gm/ |
bitmapsource.cpp | 57 SkRect bounds; variable 58 fBitmap.getBounds(&bounds); 62 SkAutoTUnref<SkImageFilter> bitmapSourceDstRectOnly(SkBitmapSource::Create(fBitmap, bounds, dstRect)); 76 // Draw the entire bitmap scaled to a destination rect (bounds -> dstRect).
|
dashing.cpp | 101 static void make_path_line(SkPath* path, const SkRect& bounds) { 102 path->moveTo(bounds.left(), bounds.top()); 103 path->lineTo(bounds.right(), bounds.bottom()); 106 static void make_path_rect(SkPath* path, const SkRect& bounds) { 107 path->addRect(bounds); 110 static void make_path_oval(SkPath* path, const SkRect& bounds) { 111 path->addOval(bounds); 114 static void make_path_star(SkPath* path, const SkRect& bounds) { 153 SkRect bounds = SkRect::MakeWH(SkIntToScalar(120), SkIntToScalar(120)); local [all...] |
/external/chromium_org/third_party/skia/src/animator/ |
SkDrawSaveLayer.h | 30 SkDrawRect* bounds; member in class:SkSaveLayer
|
/external/chromium_org/third_party/skia/src/core/ |
SkRegionPriv.h | 141 * value is already known to be contained within the bounds of the region, 149 // if the top-check fails, we didn't do a quick check on the bounds 155 // If we hit this, we've walked off the region, and our bounds check 166 // Copy src runs into us, computing interval counts and bounds along the way 167 void computeRunBounds(SkIRect* bounds) { 169 bounds->fTop = *runs++; 223 bounds->fLeft = left; 224 bounds->fRight = rite; 225 bounds->fBottom = bot;
|
/external/chromium_org/third_party/skia/src/effects/ |
SkBitmapSource.cpp | 49 SkRect bounds, dstRect; local 50 fBitmap.getBounds(&bounds); 52 if (fSrcRect == bounds && dstRect == bounds) {
|
/external/chromium_org/third_party/skia/src/views/ |
SkBGViewArtist.cpp | 23 // only works for views that are clipped their bounds.
|
/external/chromium_org/third_party/skia/src/views/animated/ |
SkImageView.cpp | 180 SkRect bounds; local 181 fData.fAnim->getInvalBounds(&bounds); 182 matrix.mapRect(&bounds); // get the bounds into view coordinates 183 this->inval(&bounds); 229 bool SkImageView::getDataBounds(SkRect* bounds) 231 SkASSERT(bounds); 242 // cons up fake bounds 252 bounds->set(0, 0, width, height);
|
/external/chromium_org/third_party/skia/tools/ |
skhello.cpp | 25 SkRect bounds; local 26 canvas->getClipBounds(&bounds); 30 bounds.centerX(), bounds.centerY(),
|
/external/chromium_org/ui/aura/test/ |
test_window_tree_client.cc | 23 const gfx::Rect& bounds) {
|
/external/chromium_org/ui/compositor/test/ |
test_compositor_host.h | 22 static TestCompositorHost* Create(const gfx::Rect& bounds,
|
/external/chromium_org/ui/views/controls/menu/ |
menu_runner_handler.h | 23 const gfx::Rect& bounds,
|
/external/chromium_org/ui/views/widget/ |
monitor_win.h | 16 // Returns the bounds for the monitor that contains the largest area of
|
/external/chromium_org/ui/wm/core/ |
shadow.h | 22 // Simple class that draws a drop shadow around content at given bounds. 65 // Updates the |image_grid_| bounds based on its image sizes and the 74 // Bounds of the content that the shadow encloses. 77 // The interior inset of the shadow images. The content bounds of the image
|
/external/clang/test/Analysis/ |
out-of-bounds.c | 1 // RUN: %clang_cc1 -Wno-array-bounds -analyze -analyzer-checker=core,alpha.security.ArrayBoundV2 -verify %s 3 // Tests doing an out-of-bounds access after the end of an array using: 31 // Tests doing an out-of-bounds access after the end of an array using: 47 // Tests doing an out-of-bounds access before the start of an array using: 79 // Tests doing an out-of-bounds access before the start of an array using: 87 // Tests doing an out-of-bounds access before the start of an array using: 97 // Tests doing an out-of-bounds access before the start of an array using: 108 // Tests doing an out-of-bounds access before the start of a multi-dimensional 117 // Tests doing an out-of-bounds access before the start of a multi-dimensional
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
p9-0x.cpp | 42 template<typename ...ElementTypes, unsigned ...Bounds> 43 struct split_arrays<ElementTypes[Bounds]...> { 46 // FIXME: Would like to have unsigned_tuple<Bounds...> here. 47 typedef tuple<unsigned_c<Bounds>...> bounds_types;
|
/external/clang/test/CodeGenCXX/ |
catch-undef-behavior2.cpp | 1 // RUN: %clang_cc1 -std=c++11 -fsanitize=signed-integer-overflow,integer-divide-by-zero,float-divide-by-zero,shift,unreachable,return,vla-bound,alignment,null,vptr,object-size,float-cast-overflow,bool,enum,array-bounds,function -emit-llvm %s -o - -triple x86_64-linux-gnu | FileCheck %s
|