Home
last modified time | relevance | path

Searched defs:position (Results 1 – 25 of 1055) sorted by relevance

12345678910>>...43

/external/chromium_org/third_party/WebKit/Source/platform/
DParsingUtilities.h35 bool skipExactly(const CharType*& position, const CharType* end, CharType delimiter) in skipExactly()
45 bool skipExactly(const CharType*& position, const CharType* end) in skipExactly()
55 void skipUntil(const CharType*& position, const CharType* end, CharType delimiter) in skipUntil()
62 void skipUntil(const CharType*& position, const CharType* end) in skipUntil()
69 void skipWhile(const CharType*& position, const CharType* end) in skipWhile()
76 void reverseSkipWhile(const CharType*& position, const CharType* start) in reverseSkipWhile()
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
Dstep.js88 setPosition: function(position) { argument
116 position: ['points-down', 'left'] property
120 position: ['points-down', 'right'] property
124 position: ['points-left', 'top'] property
128 position: ['points-right', 'top'] property
133 position: ['points-right', 'top'] property
138 position: ['points-left', 'top'] property
142 position: ['points-left', 'top'] property
147 position: ['points-right', 'bottom'] property
152 position: ['points-left', 'bottom'] property
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
Dtable_walker.js50 return this.goTo_(sel, goog.bind(function(position) { argument
107 return this.goTo_(sel, goog.bind(function(position) { argument
119 return this.goTo_(sel, goog.bind(function(position) { argument
131 return this.goTo_(sel, goog.bind(function(position) { argument
143 return this.goTo_(sel, goog.bind(function(position) { argument
155 return this.goTo_(sel, goog.bind(function(position) { argument
167 return this.goTo_(sel, goog.bind(function(position) { argument
180 return this.goTo_(sel, goog.bind(function(position) { argument
194 return this.goTo_(sel, goog.bind(function(position) { argument
292 cvox.TableWalker.prototype.getRowHeaderText_ = function(position) { argument
[all …]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DErrors.py18 def context(position): argument
33 def format_position(position): argument
39 def format_error(message, position): argument
48 def __init__(self, position = None, message = u""): argument
65 def __init__(self, position = None, message = ""): argument
164 def error(position, message): argument
175 def message(position, message, level=1): argument
186 def warning(position, message, level=0): argument
200 def warn_once(position, message, level=0): argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DPointLightSource.h32 static PassRefPtr<PointLightSource> create(const FloatPoint3D& position) in create()
43 const FloatPoint3D& position() const { return m_position; } in position() function
52 PointLightSource(const FloatPoint3D& position) in PointLightSource()
DSpotLightSource.h32 static PassRefPtr<SpotLightSource> create(const FloatPoint3D& position, in create()
45 const FloatPoint3D& position() const { return m_position; } in position() function
62 SpotLightSource(const FloatPoint3D& position, const FloatPoint3D& direction, in SpotLightSource()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextMetrics.cpp63 TextRun SVGTextMetrics::constructTextRun(RenderSVGInlineText* text, unsigned position, unsigned len… in constructTextRun()
69 TextRun SVGTextMetrics::constructTextRun(RenderSVGInlineText* text, unsigned position, unsigned len… in constructTextRun()
101 SVGTextMetrics SVGTextMetrics::measureCharacterRange(RenderSVGInlineText* text, unsigned position, … in measureCharacterRange()
107 SVGTextMetrics SVGTextMetrics::measureCharacterRange(RenderSVGInlineText* text, unsigned position, … in measureCharacterRange()
113 SVGTextMetrics::SVGTextMetrics(RenderSVGInlineText* text, unsigned position, unsigned length, float… in SVGTextMetrics()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DBaseAdapterTest.java38 public Object getItem(int position) { in getItem()
43 public long getItemId(int position) { in getItemId()
48 public View getView(int position, View convertView, ViewGroup parent) { in getView()
DCountingAdapter.java26 public Object getItem(int position) { in getItem()
31 public long getItemId(int position) { in getItemId()
36 public View getView(int position, View convertView, ViewGroup parent) { in getView()
/external/chromium_org/ash/display/
Ddisplay_layout.cc40 bool GetPositionFromString(const base::StringPiece& position, in GetPositionFromString()
48 std::string GetStringFromPosition(DisplayLayout::Position position) { in GetStringFromPosition()
54 bool GetDisplayIdFromString(const base::StringPiece& position, int64* field) { in GetDisplayIdFromString()
64 DisplayLayout DisplayLayout::FromInts(int position, int offsets) { in FromInts()
75 DisplayLayout::DisplayLayout(DisplayLayout::Position position, int offset) in DisplayLayout() function in ash::DisplayLayout
/external/chromium_org/cc/trees/
Dlayer_tree_impl_unittest.cc52 gfx::PointF position; in TEST_F() local
104 gfx::PointF position; in TEST_F() local
176 gfx::PointF position; in TEST_F() local
242 gfx::PointF position(50.f, 50.f); in TEST_F() local
298 gfx::PointF position; in TEST_F() local
366 gfx::PointF position; in TEST_F() local
438 gfx::PointF position(25.f, 25.f); in TEST_F() local
522 gfx::PointF position(25.f, 25.f); in TEST_F() local
603 gfx::PointF position; in TEST_F() local
765 gfx::PointF position(10.f, 10.f); in TEST_F() local
[all …]
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DCSPSourceList.cpp23 const UChar* position = begin; in isSourceListNone() local
103 const UChar* position = begin; in parse() local
184 const UChar* position = begin; in parseSource() local
268 const UChar* position = begin + noncePrefix.length(); in parseNonce() local
319 const UChar* position = begin + prefix.length(); in parseHash() local
351 const UChar* position = begin; in parseScheme() local
378 const UChar* position = begin; in parseHost() local
412 const UChar* position = begin; in parsePath() local
446 const UChar* position = begin; in parsePort() local
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
Dbox.json14 "position": { object
29 "position": { object
44 "position": { object
59 "position": { object
74 "position": { object
89 "position": { object
104 "position": { object
119 "position": { object
134 "position": { object
149 "position": { object
[all …]
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
DQueueUpdate.java43 private int position; field in QueueUpdate
46 public QueueUpdate(int position, int remainingTime) { in QueueUpdate()
96 int position = -1; in parseExtension() local
/external/chromium_org/net/base/
Dupload_progress.h15 UploadProgress(uint64 position, uint64 size) in UploadProgress()
19 uint64 position() const { return position_; } in position() function
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
DSpinnerAdapter.java33 @Override public View getDropDownView(int position, View convertView, in getDropDownView()
38 @Override public View getView(int position, View convertView, in getView()
43 private View getCustomView(int position, View v, ViewGroup parent) { in getCustomView()
/external/clang/test/CodeGenObjCXX/
Dencode.mm16 vector3f position; field
19 @property (assign, nonatomic) vector3f position; property
26 vector3f position; field
28 @property vector3f position; property
/external/chromium_org/third_party/WebKit/public/platform/
DWebFileWriter.h48 virtual void write(long long position, const WebURL& blobURL) { } // DEPRECATED in write()
49 virtual void write(long long position, const WebString& blobUUID) { } in write()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSTestHelper.cpp51 TextPosition position; in CSSTestHelper() local
64 TextPosition position; in addCSSRules() local
/external/chromium_org/third_party/WebKit/Source/core/editing/
DRenderedPosition.cpp41 static inline RenderObject* rendererFromPosition(const Position& position) in rendererFromPosition()
68 RenderedPosition::RenderedPosition(const VisiblePosition& position) in RenderedPosition()
84 RenderedPosition::RenderedPosition(const Position& position, EAffinity affinity) in RenderedPosition()
251 bool renderObjectContainsPosition(RenderObject* target, const Position& position) in renderObjectContainsPosition()
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/
DAccessibilityTabModelAdapter.java117 public Object getItem(int position) { in getItem()
122 public long getItemId(int position) { in getItemId()
128 public View getView(int position, View convertView, ViewGroup parent) { in getView()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowAdapterView.java215 public Object getItemAtPosition(int position) { in getItemAtPosition()
221 public long getItemIdAtPosition(int position) { in getItemIdAtPosition()
227 public void setSelection(final int position) { in setSelection()
243 public boolean performItemClick(View view, int position, long id) { in performItemClick()
251 public boolean performItemLongClick(View view, int position, long id) { in performItemLongClick()
259 public boolean performItemClick(int position) { in performItemClick()
/external/chromium_org/content/browser/geolocation/
Dgeolocation_provider_impl.cc52 const Geoposition& position) { in OverrideLocationForTesting()
58 void GeolocationProviderImpl::OnLocationUpdate(const Geoposition& position) { in OnLocationUpdate()
153 void GeolocationProviderImpl::NotifyClients(const Geoposition& position) { in NotifyClients()
Dlocation_provider_android.cc22 const Geoposition& position) { in NotifyNewGeoposition()
35 void LocationProviderAndroid::GetPosition(Geoposition* position) { in GetPosition()
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Dsync_buffer.cc44 void SyncBuffer::InsertZerosAtIndex(size_t length, size_t position) { in InsertZerosAtIndex()
63 size_t position) { in ReplaceAtIndex()
70 size_t position) { in ReplaceAtIndex()

12345678910>>...43