/external/chromium_org/ash/magnifier/ |
partial_magnification_controller.h | 18 // Controls the partial screen magnifier, which is a small area of the screen 19 // which is zoomed in. The zoomed area follows the mouse cursor when enabled.
|
/external/chromium_org/ash/shelf/ |
shelf_layout_manager.h | 56 // width of the status area. This allows the launcher to draw the background and 57 // layout to the status area. 58 // To respond to bounds changes in the status area StatusAreaLayoutManager works 69 // We reserve a small area on the edge of the workspace area to ensure that 85 // the launcher items, notifications, status area etc. 125 // Returns the docked area bounds. 317 // Updates the hit test bounds override for launcher and status area.
|
/external/chromium_org/chrome/browser/extensions/ |
extension_web_ui.h | 31 // the main tab contents area. For example, each extension can specify an 32 // "options_page", and that page is displayed in the tab contents area and is
|
/external/chromium_org/chrome/browser/resources/options/ |
autofill_edit_address_overlay.html | 4 <div class="content-area"> 69 <div class="action-area button-strip">
|
content_settings.css | 9 #content-settings-exceptions-area { 50 #content-settings-exceptions-area list {
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
display_options.html | 4 <div class="content-area" id="display-options-content-area">
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
find_bar_view_unittest.mm | 51 // background area. 82 // the transparent area surrounding the findbar.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
tabpose_window.h | 47 // The layer showing the background layer. Covers the whole visible area. 87 // Shows a TabposeWindow on top of |parent|, with |rect| being the active area.
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_signin_helper.h | 42 // A passive sign-in is a non-interactive refresh of content area cookies, 44 // or refresh the existing area cookies, and the user doesn't need to be
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
mount_node_http.h | 67 // Read as much as possible from |loader|, using |buffer_| as a scratch area. 73 // Read up to |count| bytes from |loader|, using |buffer_| as a scratch area.
|
/external/chromium_org/third_party/WebKit/Source/web/ |
FindInPageCoordinates.h | 48 // area of its container, which is counter-intuitive for users. 53 // are scroll-independent, representing any contents scaled to the visible area of their container.
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebScreenInfo.h | 61 // "A RECT structure that specifies the work area rectangle of the 64 // maximize an application on the monitor. The rest of the area in
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebPrintParams.h | 44 // Specifies the selected printer default printable area details in 55 // printable area. (This is used only by plugin printing).
|
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/ |
rule.h | 51 // country, the localities of an administrative area, or the dependent 63 // The message string identifier for admin area name. If not set, then
|
/external/chromium_org/third_party/skia/include/pdf/ |
SkPDFDevice.h | 54 * combined with the initial transform to determine the drawing area 56 * of the drawing area will be clipped. 120 kContent_DrawingArea, // Drawing area for the page content. 121 kMargin_DrawingArea, // Drawing area for the margin content. 124 /** Sets the drawing area for the device. Subsequent draw calls are directed 125 * to the specific drawing area (margin or content). The default drawing 126 * area is the content drawing area.
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrRectanizer.cpp | 80 int32_t area = width * height; local 119 fAreaSoFar += area;
|
GrRectanizer_fifo.cpp | 74 int32_t area = width * height; local 113 fAreaSoFar += area;
|
/external/chromium_org/ui/base/cocoa/ |
hover_button.mm | 72 // tracking area was disabled when we entered. 74 // between the activation of the tracking area and the call to
|
/external/chromium_org/ui/views/color_chooser/ |
color_chooser_view.h | 23 // choose a color by dragging over the bar for hue and the area for saturation 74 // The view of saturation/value choosing area.
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
Prototype.js | 35 Square.prototype.area = Square_area; 37 shouldBe("s.area()", "9");
|
/external/llvm/lib/Target/X86/ |
X86CompilationCallback_Win64.asm | 24 ; WARNING: We cannot use register spill area - we're generating stubs by hands! 33 ; Save all XMM arg registers. Also allocate reg spill area.
|
/external/skia/include/pdf/ |
SkPDFDevice.h | 54 * combined with the initial transform to determine the drawing area 56 * of the drawing area will be clipped. 120 kContent_DrawingArea, // Drawing area for the page content. 121 kMargin_DrawingArea, // Drawing area for the margin content. 124 /** Sets the drawing area for the device. Subsequent draw calls are directed 125 * to the specific drawing area (margin or content). The default drawing 126 * area is the content drawing area.
|
/external/skia/src/gpu/ |
GrRectanizer.cpp | 80 int32_t area = width * height; local 119 fAreaSoFar += area;
|
GrRectanizer_fifo.cpp | 74 int32_t area = width * height; local 113 fAreaSoFar += area;
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
ChallengeLayout.java | 25 * @return true if the security challenge area of this layout is currently visible 30 * @return true if the challenge area significantly overlaps other content
|