Searched defs:position (Results 51 - 75 of 997) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DMediaListDirective.cpp31 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, en
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderProgress.h36 double position() const { return m_position; } function in class:blink::FINAL
H A DVerticalPositionCache.h54 void set(RenderObject* renderer, FontBaseline baselineType, int position) argument
57 m_alphabeticPositions.set(renderer, position);
59 m_ideographicPositions.set(renderer, position);
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequestProgressEvent.h47 unsigned long long position() const { return loaded(); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileWriterBase.h47 long long position() const function in class:blink::FileWriterBase
66 void setPosition(long long position) argument
68 m_position = position;
76 void seekInternal(long long position);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DSharedBufferTest.cpp85 int position = 0; local
87 EXPECT_EQ('a', static_cast<char*>(arrayBuffer->data())[position]);
88 ++position;
91 EXPECT_EQ('b', static_cast<char*>(arrayBuffer->data())[position]);
92 ++position;
95 EXPECT_EQ('c', static_cast<char*>(arrayBuffer->data())[position]);
96 ++position;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DPointLightSource.cpp50 bool PointLightSource::setPosition(const FloatPoint3D& position) argument
52 if (m_position == position)
54 m_position = position;
67 ts << "[position=\"" << position() << "\"]";
H A DSpotLightSource.h32 static PassRefPtr<SpotLightSource> create(const FloatPoint3D& position, argument
35 return adoptRef(new SpotLightSource(position, direction, specularExponent, limitingConeAngle));
40 FloatPoint3D position(m_position.x() * scale.x() - offset.width(), m_position.y() * scale.y() - offset.height(), m_position.z() * scale.z());
42 return adoptRef(new SpotLightSource(position, direction, m_specularExponent, m_limitingConeAngle));
45 const FloatPoint3D& position() const { return m_position; } function in class:blink::SpotLightSource
62 SpotLightSource(const FloatPoint3D& position, const FloatPoint3D& direction, argument
65 , m_position(position)
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DErrors.py37 position = None variable in class:UnrecognizedInput
42 self.position = scanner.get_position()
47 % (self.position + (repr(self.state_name),)))
/external/chromium_org/third_party/icu/source/common/
H A Dchariter.cpp32 CharacterIterator::CharacterIterator(int32_t length, int32_t position) argument
33 : textLength(length), pos(position), begin(0), end(length) {
44 CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position) argument
45 : textLength(length), pos(position), begin(textBegin), end(textEnd) {
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_cnt.h42 uint32_t position; member in struct:ContractionTable
53 int32_t position; member in struct:CntTable
87 uprv_cnttab_getCE(CntTable *table, uint32_t element, uint32_t position, UErrorCode *status);
/external/chromium_org/third_party/ots/test/
H A Dfile-stream.h30 bool Seek(off_t position) { argument
32 if (!::_fseeki64(file_, position, SEEK_SET)) {
33 position_ = position;
37 if (!::fseeko(file_, position, SEEK_SET)) {
38 position_ = position;
/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
H A DVertex.h15 * Simple structure to describe a vertex with a position and a texture.
18 float position[2]; member in struct:android::uirenderer::Vertex
21 vertex[0].position[0] = x;
22 vertex[0].position[1] = y;
27 * Simple structure to describe a vertex with a position and a texture.
30 float position[2];
34 vertex[0].position[0] = x;
35 vertex[0].position[1] = y;
47 * Simple structure to describe a vertex with a position and an alpha value.
63 * Simple structure to describe a vertex with a position an
[all...]
/external/chromium_org/third_party/webrtc/common_audio/resampler/
H A Dsinusoidal_linear_chirp_source.cc52 double SinusoidalLinearChirpSource::Frequency(int position) { argument
53 return kMinFrequency + (position - delay_samples_) *
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
H A DSpinnerAdapter.java33 @Override public View getDropDownView(int position, View convertView, argument
35 return getCustomView(position, convertView, parent);
38 @Override public View getView(int position, View convertView, argument
40 return getCustomView(position, convertView, parent);
43 private View getCustomView(int position, View v, ViewGroup parent) { argument
46 label.setText(menuItems[position]);
/external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
H A Dlevel_indicator.cc55 int32_t position = _max / 1000; local
56 if ((position == 0) &&
59 position = 1;
61 _currentLevel = perm[position];
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dlevel_indicator.cc74 int32_t position = _absMax/1000; local
76 // Make it less likely that the bar stays at position 0. I.e. only if
78 if ((position == 0) && (_absMax > 250))
80 position = 1;
82 _currentLevel = permutation[position];
/external/chromium_org/third_party/webtreemap/src/
H A Dwebtreemap.js46 position(t.dom, -kBorderWidth, -kBorderWidth, width, height);
88 function position(dom, x, y, width, height) { function
155 position(child.dom, -2, -2, 0, 0);
200 position(child.dom, x, y, width, height);
230 position(data.dom, 0, 0, width, height);
/external/chromium_org/ui/android/java/src/org/chromium/ui/picker/
H A DDateTimeSuggestionListAdapter.java30 public View getView(int position, View convertView, ViewGroup parent) { argument
39 if (position == getCount() - 1) {
43 labelView.setText(getItem(position).localizedValue());
44 sublabelView.setText(getItem(position).label());
/external/chromium_org/ui/gfx/
H A Dbreak_list_unittest.cc104 // Ensure values adjust to accommodate max position changes.
141 size_t position; member in struct:gfx::__anon16806
160 BreakList<bool>::const_iterator it = breaks.GetBreak(cases[i].position);
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLBIOSink.java24 private int position; field in class:OpenSSLBIOSink
37 return buffer.size() - position;
42 position = 0;
47 position += maxLength;
48 if (position == buffer.size()) {
62 public int position() { method in class:OpenSSLBIOSink
63 return position;
/external/deqp/framework/referencerenderer/
H A DrrPrimitivePacket.cpp38 void GeometryEmitter::EmitVertex (const tcu::Vec4& position, float pointSize, const GenericVec4* varyings, int primitiveID) argument
50 packet->position = position;
H A DrrVertexPacket.hpp46 * Outputs include position, optional point size, and list of generic
60 tcu::Vec4 position; //!< Transformed position - must be written always. member in struct:rr::VertexPacket
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCodeAddress.java34 * @param position {@code non-null;} source position
36 public CodeAddress(SourcePosition position) { argument
37 super(position);
H A DFixedSizeInsn.java40 * @param position {@code non-null;} source position
45 public FixedSizeInsn(Dop opcode, SourcePosition position, argument
47 super(opcode, position, registers);

Completed in 617 milliseconds

1234567891011>>