HomeSort by relevance Sort by last modified time
    Searched defs:m_position (Results 1 - 15 of 15) sorted by null

  /external/webkit/WebCore/editing/
MoveSelectionCommand.h 49 Position m_position; member in class:WebCore::MoveSelectionCommand
  /external/webkit/WebCore/svg/graphics/filters/
SVGPointLightSource.h 39 const FloatPoint3D& position() const { return m_position; }
46 , m_position(position)
50 FloatPoint3D m_position; member in class:WebCore::PointLightSource
SVGSpotLightSource.h 40 const FloatPoint3D& position() const { return m_position; }
52 , m_position(position)
59 FloatPoint3D m_position; member in class:WebCore::SpotLightSource
  /external/webkit/WebKit/win/
WebGeolocationPosition.h 52 WebCore::GeolocationPosition* impl() const { return m_position.get(); }
58 RefPtr<WebCore::GeolocationPosition> m_position; member in class:WebGeolocationPosition
  /external/skia/include/utils/
SkLayer.h 40 const SkPoint& getPosition() const { return m_position; }
51 void setPosition(SkScalar x, SkScalar y) { m_position.set(x, y); }
124 SkPoint m_position; member in class:SkLayer
  /external/webkit/WebCore/platform/graphics/android/
AndroidAnimation.h 92 void setOriginalPosition(FloatPoint position) { m_position = position; }
105 FloatPoint m_position; member in class:WebCore::AndroidTransformAnimation
  /external/webkit/WebCore/platform/
PlatformMouseEvent.h 87 : m_position(position)
101 const IntPoint& pos() const { return m_position; }
102 int x() const { return m_position.x(); }
103 int y() const { return m_position.y(); }
157 IntPoint m_position; member in class:WebCore::PlatformMouseEvent
PlatformWheelEvent.h 85 const IntPoint& pos() const { return m_position; } // PlatformWindow coordinates.
102 int x() const { return m_position.x(); } // PlatformWindow coordinates.
103 int y() const { return m_position.y(); }
147 IntPoint m_position; member in class:WebCore::PlatformWheelEvent
  /external/webkit/WebCore/css/
CSSStyleSelector.h 294 : m_position(pos)
307 unsigned position() { return m_position; }
313 unsigned m_position; member in class:WebCore::CSSRuleData
  /external/webkit/JavaScriptCore/wtf/
ListHashSet.h 289 , m_position(position)
300 return &m_position->m_value;
307 ASSERT(m_position != 0);
308 m_position = m_position->m_next;
316 ASSERT(m_position != m_set->m_head);
317 if (!m_position)
318 m_position = m_set->m_tail;
320 m_position = m_position->m_prev
340 Node* m_position; member in class:WTF::ListHashSetConstIterator
    [all...]
HashTable.h 109 while (m_position != m_endPosition && HashTableType::isEmptyOrDeletedBucket(*m_position))
110 ++m_position;
114 : m_position(position), m_endPosition(endPosition)
121 : m_position(position), m_endPosition(endPosition)
141 : m_position(other.m_position), m_endPosition(other.m_endPosition)
148 m_position = other.m_position;
161 return m_position;
209 PointerType m_position; member in class:WTF::HashTableConstIterator
    [all...]
  /external/webkit/WebCore/bindings/v8/
SerializedScriptValue.cpp 121 Writer() : m_position(0)
191 *charAt(m_position++) = b;
197 memcpy(charAt(m_position), data, length);
198 m_position += length;
204 m_buffer.grow((m_position + extra + 1) / 2); // "+ 1" to round up.
212 if (m_position % 2)
213 *charAt(m_position) = static_cast<char>(PaddingTag);
219 unsigned m_position; member in class:WebCore::__anon8145::Writer
474 , m_position(0)
479 bool isEof() const { return m_position >= m_length;
584 unsigned m_position; member in class:WebCore::__anon8145::Reader
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 220 const FloatPoint& position() const { return m_position; }
221 virtual void setPosition(const FloatPoint& p) { m_position = p; }
361 FloatPoint m_position; member in class:WebCore::GraphicsLayer
  /external/webkit/WebKit/wx/
WebView.h 369 wxPoint GetPosition() const { return m_position; }
370 void SetPosition(wxPoint pos) { m_position = pos; }
374 wxPoint m_position; member in class:wxWebViewRightClickEvent
  /external/expat/lib/
xmlparse.c 536 POSITION m_position; member in struct:XML_ParserStruct
605 #define position (parser->m_position)
    [all...]

Completed in 179 milliseconds