/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/extensions/browser/api/storage/ |
settings_storage_quota_enforcer.h | 15 // of setting keys, for a delegate storage area. 61 // The delegate storage area.
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/ |
http_fs_node.h | 69 // Read as much as possible from |loader|, using |buffer_| as a scratch area. 76 // Read up to |count| bytes from |loader|, using |buffer_| as a scratch area.
|
/external/chromium_org/pdf/ |
fading_controls.h | 54 // Expand/Shrink area which triggers inner control appearance to the left. 58 // event in this control area will interrupt splash mode.
|
/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/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/skia/include/pdf/ |
SkPDFDevice.h | 54 * combined with the initial transform to determine the drawing area 56 * of the drawing area will be clipped. 118 kContent_DrawingArea, // Drawing area for the page content. 119 kMargin_DrawingArea, // Drawing area for the margin content. 122 /** Sets the drawing area for the device. Subsequent draw calls are directed 123 * to the specific drawing area (margin or content). The default drawing 124 * area is the content drawing area.
|
/external/chromium_org/third_party/webrtc/modules/audio_device/android/ |
single_rw_fifo_unittest.cc | 34 // Create memory area. 92 // Memory area for proper de-allocation.
|
/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. 118 kContent_DrawingArea, // Drawing area for the page content. 119 kMargin_DrawingArea, // Drawing area for the margin content. 122 /** Sets the drawing area for the device. Subsequent draw calls are directed 123 * to the specific drawing area (margin or content). The default drawing 124 * area is the content drawing area.
|
/frameworks/base/libs/hwui/ |
ShadowTessellator.cpp | 96 // the shadow is within the clip area. 120 // For the penumbra area. 155 double area = 0; local 164 area += a; 169 if (area != 0) { 170 centroid = (Vector2){static_cast<float>(sumx / (3 * area)), 171 static_cast<float>(sumy / (3 * area))}; 173 ALOGW("Area is 0 while computing centroid!");
|
/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
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
CameraSettings.java | 39 protected final List<Camera.Area> mMeteringAreas = new ArrayList<>(); 40 protected final List<Camera.Area> mFocusAreas = new ArrayList<>(); 369 public void setMeteringAreas(List<Camera.Area> areas) { 376 public List<Camera.Area> getMeteringAreas() { 377 return new ArrayList<Camera.Area>(mMeteringAreas); 415 public void setFocusAreas(List<Camera.Area> areas) { 422 public List<Camera.Area> getFocusAreas() { 423 return new ArrayList<Camera.Area>(mFocusAreas);
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
BaseCardView.java | 57 * A simple card type with a single layout area. This card type does not 66 * A Card type with 2 layout areas: A main area which is always visible, and 67 * an info area that fades in over the main area when it is visible. 75 * A Card type with 2 layout areas: A main area which is always visible, and 76 * an info area that appears below the main area. When the info area is visible 84 * A Card type with 3 layout areas: A main area which is always visible; an 85 * info area which will appear below the main area, and an extra area tha [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dirent.h | 40 /* disk transfer area for this dir */ 87 /* disk transfer area for this dir */
|
/external/chromium_org/content/common/gpu/media/ |
rendering_helper.cc | 437 static inline void GLSetViewPort(const gfx::Rect& area) { 438 glViewport(area.x(), area.y(), area.width(), area.height()); 439 glScissor(area.x(), area.y(), area.width(), area.height()); 452 gfx::Rect area(col * width, row * height, width, height) [all...] |
/external/chromium_org/ppapi/utility/graphics/ |
paint_manager.h | 58 /// // Then we would either repaint the area returned by GetPaintBounds or 73 /// OnPaint() paints the given invalid area of the instance to the given 78 /// only have to paint the area inside each of the 169 /// Setter function setting the max ratio of paint rect area to scroll rect 170 /// area that we will tolerate before downgrading the scroll into a repaint. 172 /// If the combined area of paint rects contained within the scroll 176 /// @param[in] area The max ratio of paint rect area to scroll rect area that 178 void set_max_redundant_paint_to_scroll_area(float area) { [all...] |
/external/lldb/www/python_reference/ |
lldb.embedded_interpreter.SimpleREPL-class.html | 64 <area shape="rect" id="node62" href="lldb.embedded_interpreter.SimpleREPL-class.html#__init__" title="Constructor." alt="" coords="112,305,277,324"/> 65 <area shape="rect" id="node62" href="lldb.embedded_interpreter.SimpleREPL-class.html#interact" title="Closely emulate the interactive Python console." alt="" coords="112,324,277,343"/> 66 <area shape="rect" id="node62" href="lldb.embedded_interpreter.SimpleREPL-class.html#process_input" title="lldb.embedded_interpreter.SimpleREPL.process_input" alt="" coords="112,343,277,361"/> 67 <area shape="rect" id="node62" href="lldb.embedded_interpreter.SimpleREPL-class.html#my_raw_input" title="lldb.embedded_interpreter.SimpleREPL.my_raw_input" alt="" coords="112,361,277,380"/> 68 <area shape="rect" id="node62" href="lldb.embedded_interpreter.SimpleREPL-class.html#read_py_command" title="lldb.embedded_interpreter.SimpleREPL.read_py_command" alt="" coords="112,380,277,399"/> 69 <area shape="rect" id="node62" href="lldb.embedded_interpreter.SimpleREPL-class.html#one_line" title="lldb.embedded_interpreter.SimpleREPL.one_line" alt="" coords="112,399,277,417"/> 70 <area shape="rect" id="node1" href="lldb.embedded_interpreter.SimpleREPL-class.html" title="lldb.embedded_interpreter.SimpleREPL" alt="" coords="100,273,289,423"/> 71 <area shape="rect" id="node63" href="javascript:void(0);" title="Reset the input buffer." alt="" coords="117,191,272,209"/> 72 <area shape="rect" id="node63" href="javascript:void(0);" title="Push a line to the interpreter." alt="" coords="117,209,272,228"/> 73 <area shape="rect" id="node63" href="javascript:void(0);" title="Write a prompt and read a line." alt="" (…) [all...] |
/packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/ |
BasicHtmlSanitizerTest.java | 70 sanitize("<area alt=\"something\"/>", "<area alt=\"something\" />"); 71 sanitize("<area coords=\"something\"/>", "<area coords=\"something\" />"); 72 sanitize("<area href=\"http://www.here.com\"/>", "<area href=\"http://www.here.com\" />"); 73 sanitize("<area name=\"something\"/>", "<area name=\"something\" />"); 74 sanitize("<area nohref />", "<area nohref=\"nohref\" />") [all...] |
/development/ndk/platforms/android-13/include/android/ |
input.h | 193 * keys, where the user can slide from the virtual key area on to the 201 /* This key event was generated by a virtual (on-screen) hard key area. 202 * Typically this is an area of the touchscreen, outside of the regular 308 * even if the event did not directly pass through the obscured area. 601 * This represents some approximation of the area of the screen being 608 /* Get the current length of the major axis of an ellipse that describes the touch area 612 /* Get the current length of the minor axis of an ellipse that describes the touch area 618 * The tool area represents the estimated size of the finger or pen that is 619 * touching the device independent of its actual touch area at the point of contact. */ 624 * The tool area represents the estimated size of the finger or pen that i [all...] |
/development/ndk/platforms/android-14/include/android/ |
input.h | 193 * keys, where the user can slide from the virtual key area on to the 201 /* This key event was generated by a virtual (on-screen) hard key area. 202 * Typically this is an area of the touchscreen, outside of the regular 316 * even if the event did not directly pass through the obscured area. 644 * This represents some approximation of the area of the screen being 651 /* Get the current length of the major axis of an ellipse that describes the touch area 655 /* Get the current length of the minor axis of an ellipse that describes the touch area 661 * The tool area represents the estimated size of the finger or pen that is 662 * touching the device independent of its actual touch area at the point of contact. */ 667 * The tool area represents the estimated size of the finger or pen that i [all...] |
/development/ndk/platforms/android-18/include/android/ |
input.h | 193 * keys, where the user can slide from the virtual key area on to the 201 /* This key event was generated by a virtual (on-screen) hard key area. 202 * Typically this is an area of the touchscreen, outside of the regular 316 * even if the event did not directly pass through the obscured area. 646 * This represents some approximation of the area of the screen being 653 /* Get the current length of the major axis of an ellipse that describes the touch area 657 /* Get the current length of the minor axis of an ellipse that describes the touch area 663 * The tool area represents the estimated size of the finger or pen that is 664 * touching the device independent of its actual touch area at the point of contact. */ 669 * The tool area represents the estimated size of the finger or pen that i [all...] |