/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view_mac.mm | 69 // The autocomplete field's visual border is slightly inset from the 71 // something like that. This is how much to inset vertically. 366 // Inset to account for the horizontal border drawn by the window.
|
/frameworks/base/core/java/android/view/ |
ViewConfiguration.java | 137 * Inset in pixels to look for touchable content when the user touches the edge of the screen 455 * @return Inset in pixels to look for touchable content when the user touches the edge of the 466 * @return Inset in pixels to look for touchable content when the user touches the edge of the
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
location_bar_view.cc | 380 screen_bounds.Inset(1, 1, 1, 2); 625 location_bounds.Inset(0, 0, kEditInternalSpace, 0); 630 location_bounds.Inset(0, 0, -kEditInternalSpace, 0); 689 bounds.Inset(0, kVerticalEdgeThickness); 699 bounds.Inset(kNormalHorizontalEdgeThickness, 0); [all...] |
/external/skia/src/core/ |
SkCanvas.cpp | 1142 int inset = (kAA_EdgeType == et); local [all...] |
SkDraw.cpp | 508 SkScalar inset = paint.getStrokeWidth(); local 511 bounds.inset(-inset, -inset); 750 ir.inset(-1, -1); [all...] |
SkScan_Hairline.cpp | 261 ibounds.inset(-1, -1);
|
/external/webkit/Source/WebKit/android/nav/ |
SelectText.cpp | 476 mLast.inset(0, -lineHeight >> 1); [all...] |
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_view.mm | 22 // Constants for inset and control points for tab shape. 142 // corners of the tab inset by height*2/3, so we inset by half of [all...] |
/external/webkit/Source/WebCore/platform/graphics/skia/ |
GraphicsContextSkia.cpp | 303 // only perform the inset if we won't invert r 308 r.inset(SkIntToScalar(thickness + 1), SkIntToScalar(thickness + 1)); 540 r.inset(-focusRingOutset, -focusRingOutset); [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
profile_menu_button.mm | 220 // White shadow for inset look
|
browser_window_controller_private.mm | 58 // following best, though arguably 0 inset is better/more correct. 342 // |kLocBar...Inset| pixels around the location bar.
|
browser_window_controller_unittest.mm | 278 // Inset the window slightly from the workarea. It should not grow to be 313 // Do the "inset" test above, but using multiple calls to
|
/external/chromium/chrome/browser/ui/gtk/download/ |
download_shelf_gtk.cc | 363 bounds.Inset(gfx::Insets(-kShelfAuraSize, 0, 0, 0));
|
/external/chromium/chrome/browser/ui/gtk/ |
rounded_window.cc | 70 // We have to inset by 1 pixel when we draw horizontal lines that are on the
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
popup.html | 25 box-shadow: inset 0px 2px 5px rgba(0,0,0,0.5);
|
/external/libvpx/examples/includes/geshi/geshi/ |
css.php | 109 'inline', 'inset', 'inside', 'invert', 'italic', 'justify',
|
/external/llvm/lib/MC/ |
ELFObjectWriter.h | 336 bool InSet,
|
MachObjectWriter.cpp | 562 bool InSet, 564 if (InSet)
|
/external/skia/samplecode/ |
SampleApp.cpp | 536 SkScalar inset = SkIntToScalar(-2); local 537 bounds.inset(inset, inset); [all...] |
/external/webkit/Source/WebCore/css/ |
CSSValueKeywords.in | 21 inset
|
/external/webkit/Source/WebCore/page/animation/ |
AnimationBase.cpp | 139 return result > 0 ? Normal : Inset; 366 ShadowData defaultInsetShadowData(0, 0, 0, 0, Inset, property() == CSSPropertyWebkitBoxShadow, Color::transparent); 372 const ShadowData* srcShadow = shadowA ? shadowA : (shadowB->style() == Inset ? &defaultInsetShadowData : &defaultShadowData); 373 const ShadowData* dstShadow = shadowB ? shadowB : (shadowA->style() == Inset ? &defaultInsetShadowData : &defaultShadowData); [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderThemeSafari.cpp | [all...] |
/external/webkit/Source/WebCore/rendering/style/ |
RenderStyle.cpp | [all...] |
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
mozilla | 286 inset
|
/external/chromium/chrome/browser/ui/views/ |
constrained_window_views.cc | 502 client_edge_bounds.Inset(-kClientEdgeThickness, -kClientEdgeThickness); 504 frame_shadow_bounds.Inset(-kFrameShadowThickness, -kFrameShadowThickness);
|