HomeSort by relevance Sort by last modified time
    Searched defs:position (Results 1 - 25 of 1139) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
objcxx-ivar-class.h 9 S position; variable
11 @property(assign, nonatomic) S position; variable
15 @synthesize position; variable
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFontElement.cpp 55 const CharacterType* position = characters; local
59 while (position < end) {
60 if (!isHTMLSpace<CharacterType>(*position))
62 ++position;
66 if (position == end)
68 ASSERT(position < end);
77 switch (*position) {
80 ++position;
84 ++position;
94 while (position < end)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
matcher.py 22 from closure_linter.common import position namespace
27 Position = position.Position
  /external/chromium_org/chrome/browser/ui/views/download/
download_shelf_context_menu_view.cc 35 views::MenuAnchorPosition position; local
37 position = views::MENU_ANCHOR_TOPRIGHT;
39 position = views::MENU_ANCHOR_TOPLEFT;
46 parent_widget, NULL, rect, position, source_type) ==
  /external/chromium_org/content/common/input/
synthetic_tap_gesture_params.h 23 gfx::Point position; member in struct:content::SyntheticTapGestureParams
  /external/chromium_org/net/base/
upload_progress.h 15 UploadProgress(uint64 position, uint64 size)
16 : size_(size), position_(position) {}
19 uint64 position() const { return position_; } function in class:net::UploadProgress
  /external/chromium_org/third_party/WebKit/Source/core/editing/
PositionWithAffinity.h 8 #include "core/dom/Position.h"
16 PositionWithAffinity(const Position&, EAffinity = DOWNSTREAM);
21 const Position& position() const { return m_position; } function in class:blink::PositionWithAffinity
26 Position m_position;
  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
MediaListDirective.cpp 31 const UChar* position = begin; local
34 if (position == end) {
39 while (position < end) {
42 skipWhile<UChar, isASCIISpace>(position, end);
43 if (position == end)
48 begin = position;
49 if (!skipExactly<UChar, isMediaTypeCharacter>(position, end)) {
50 skipWhile<UChar, isNotASCIISpace>(position, end);
51 policy()->reportInvalidPluginTypes(String(begin, position - begin));
54 skipWhile<UChar, isMediaTypeCharacter>(position, end)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEvent.h 47 unsigned long long position() const { return loaded(); } function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
PointLightSource.h 32 static PassRefPtr<PointLightSource> create(const FloatPoint3D& position)
34 return adoptRef(new PointLightSource(position));
39 FloatPoint3D position(m_position.x() * scale.x() - offset.width(), m_position.y() * scale.y() - offset.height(), m_position.z() * scale.z());
40 return adoptRef(new PointLightSource(position));
43 const FloatPoint3D& position() const { return m_position; } function in class:blink::PointLightSource
52 PointLightSource(const FloatPoint3D& position)
54 , m_position(position)
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
matcher.py 22 from closure_linter.common import position namespace
27 Position = position.Position
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
font_output_stream.h 51 virtual size_t position() { return position_; } function in class:sfntly::FontOutputStream
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
random_vector.cc 48 size_t position = seed_ & (kRandomTableSize - 1); local
49 output[i] = kRandomTable[position];
  /external/clang/test/CodeGen/
ext-vector-member-alignment.c 6 float4 position; member in struct:struct1
10 float4 f(struct struct1* x) { return x->position; }
13 p->position.x = c;
14 *a = p->position.y;
15 *b = p->position[0];
16 p->position[2] = c;
  /external/deqp/framework/referencerenderer/
rrFragmentPacket.hpp 52 tcu::IVec2 position; //!< Position of (0,0) fragment. member in struct:rr::FragmentPacket
  /external/sfntly/cpp/src/sfntly/data/
font_output_stream.h 51 virtual size_t position() { return position_; } function in class:sfntly::FontOutputStream
  /frameworks/compile/mclinker/include/mcld/MC/
InputAction.h 33 unsigned int position() const { return m_Position; } function in class:mcld::InputAction
36 { return (position() < pOther.position()); }
  /cts/tests/tests/graphics/src/android/graphics/cts/
LinearGradientTest.java 35 float[] position = { 0.0f, 1.0f / 3.0f, 2.0f / 3.0f }; local
37 lg = new LinearGradient(0, 0, 0, 40, color, position, TileMode.CLAMP);
  /cts/tests/tests/widget/src/android/widget/cts/
AdapterView_AdapterContextMenuInfoTest.java 29 int position = 1; local
31 menuInfo = new AdapterView.AdapterContextMenuInfo(testView, position, id);
33 assertEquals(position, menuInfo.position);
  /external/chromium_org/chrome/browser/chromeos/first_run/steps/
tray_step.cc 28 FirstRunActor::StepPosition position; local
29 position.SetTop(bounds.y());
35 position.SetRight(GetOverlaySize().width() - bounds.x());
37 position.SetLeft(bounds.right());
38 actor()->ShowStepPositioned(name(), position); local
  /external/chromium_org/chrome/browser/policy/
policy_path_parser_linux.cc 35 size_t position = result.find(kUserNamePolicyVarName); local
36 if (position != std::string::npos) {
39 result.replace(position, strlen(kUserNamePolicyVarName), user->pw_name);
44 position = result.find(kMachineNamePolicyVarName);
45 if (position != std::string::npos) {
48 result.replace(position, strlen(kMachineNamePolicyVarName), machinename);
  /external/chromium_org/chrome/browser/resources/pdf/
open_pdf_params_parser.js 43 var position = {x: parseFloat(paramValueSplit[1]),
45 this.urlParams['position'] = position;
  /external/chromium_org/chrome/browser/ui/autofill/
loading_animation.h 33 double position; member in struct:autofill::LoadingAnimation::AnimationFrame
  /external/chromium_org/ppapi/c/
pp_touch_point.h 17 * This file defines the API to create a touch point or position where fingers
28 * single touch point, such as position, id, rotation angle, and pressure.
41 * This value represents the x and y pixel position of this TouchPoint
44 struct PP_FloatPoint position; member in struct:PP_TouchPoint
  /external/chromium_org/ppapi/cpp/
touch_point.h 30 FloatPoint position() const { function in class:pp::TouchPoint
31 return pp::FloatPoint(touch_point_.position);

Completed in 1216 milliseconds

1 2 3 4 5 6 7 8 91011>>