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

1 2

  /external/webkit/Source/WebCore/platform/graphics/filters/
PointLightSource.h 38 const FloatPoint3D& position() const { return m_position; }
51 , m_position(position)
55 FloatPoint3D m_position; member in class:WebCore::PointLightSource
SpotLightSource.h 39 const FloatPoint3D& position() const { return m_position; }
62 , m_position(position)
69 FloatPoint3D m_position; member in class:WebCore::SpotLightSource
  /external/webkit/Source/WebKit/win/
WebGeolocationPosition.h 52 WebCore::GeolocationPosition* impl() const { return m_position.get(); }
58 RefPtr<WebCore::GeolocationPosition> m_position; member in class:WebGeolocationPosition
  /external/webkit/Source/WebCore/editing/
MoveSelectionCommand.h 49 Position m_position; member in class:WebCore::MoveSelectionCommand
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
EventSendingController.h 64 WKPoint m_position; member in class:WTR::EventSendingController
  /external/webkit/Source/WebCore/bindings/v8/
V8LazyEventListener.h 74 TextPosition0 m_position; member in class:WebCore::V8LazyEventListener
SerializedScriptValue.cpp 133 : m_position(0)
306 *byteAt(m_position++) = b;
312 memcpy(byteAt(m_position), data, length);
313 m_position += length;
319 m_buffer.grow((m_position + extra + 1) / 2); // "+ 1" to round up.
327 if (m_position % 2)
328 *byteAt(m_position) = static_cast<uint8_t>(PaddingTag);
334 unsigned m_position; member in class:WebCore::__anon17685::Writer
741 , m_position(0)
746 bool isEof() const { return m_position >= m_length;
1039 unsigned m_position; member in class:WebCore::__anon17685::Reader
    [all...]
  /external/webkit/Source/WebCore/fileapi/
FileWriterBase.h 55 return m_position;
72 m_position = position;
86 long long m_position; member in class:WebCore::FileWriterBase
  /external/webkit/Source/WebCore/platform/
PlatformGestureEvent.h 50 const IntPoint& position() const { return m_position; } // PlatformWindow coordinates.
57 IntPoint m_position; member in class:WebCore::PlatformGestureEvent
PlatformMouseEvent.h 98 : m_position(position)
117 const IntPoint& pos() const { return m_position; }
118 int x() const { return m_position.x(); }
119 int y() const { return m_position.y(); }
181 IntPoint m_position; member in class:WebCore::PlatformMouseEvent
PlatformWheelEvent.h 109 const IntPoint& pos() const { return m_position; } // PlatformWindow coordinates.
126 int x() const { return m_position.x(); } // PlatformWindow coordinates.
127 int y() const { return m_position.y(); }
182 IntPoint m_position; member in class:WebCore::PlatformWheelEvent
  /external/webkit/Source/WebCore/rendering/
RenderProgress.h 36 double position() const { return m_position; }
54 double m_position; member in class:WebCore::RenderProgress
  /external/skia/include/utils/
SkLayer.h 35 const SkPoint& getPosition() const { return m_position; }
46 void setPosition(SkScalar x, SkScalar y) { m_position.set(x, y); }
119 SkPoint m_position; member in class:SkLayer
  /external/skia/legacy/include/utils/
SkLayer.h 33 const SkPoint& getPosition() const { return m_position; }
44 void setPosition(SkScalar x, SkScalar y) { m_position.set(x, y); }
117 SkPoint m_position; member in class:SkLayer
  /external/webkit/Source/WebCore/webaudio/
AudioListener.h 49 void setPosition(const FloatPoint3D &position) { m_position = position; }
50 const FloatPoint3D& position() const { return m_position; }
82 FloatPoint3D m_position; member in class:WebCore::AudioListener
AudioPannerNode.h 78 FloatPoint3D position() const { return m_position; }
79 void setPosition(float x, float y, float z) { m_position = FloatPoint3D(x, y, z); }
82 FloatPoint3D orientation() const { return m_position; }
132 FloatPoint3D m_position; member in class:WebCore::AudioPannerNode
  /external/webkit/Source/WebCore/css/
CSSGradientValue.h 43 RefPtr<CSSPrimitiveValue> m_position; // percentage or length member in struct:WebCore::CSSGradientColorStop
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
Layer.h 51 const SkPoint& getPosition() const { return m_position; }
63 void setPosition(SkScalar x, SkScalar y) { m_position.set(x, y); }
171 SkPoint m_position; member in class:Layer
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.h 89 void setPosition(const FloatPoint& position) { m_position = position; }
90 const FloatPoint& position() const { return m_position; }
161 FloatPoint m_position; member in class:WebCore::CCLayerImpl
  /external/webkit/Source/JavaScriptCore/wtf/
ListHashSet.h 306 , m_position(position)
317 return &m_position->m_value;
324 ASSERT(m_position != 0);
325 m_position = m_position->m_next;
333 ASSERT(m_position != m_set->m_head);
334 if (!m_position)
335 m_position = m_set->m_tail;
337 m_position = m_position->m_prev
357 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/Source/WebCore/platform/graphics/chromium/
LayerChromium.h 123 void setPosition(const FloatPoint& position) { m_position = position; setNeedsCommit(); }
124 FloatPoint position() const { return m_position; }
251 FloatPoint m_position; member in class:WebCore::LayerChromium
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 238 const FloatPoint& position() const { return m_position; }
239 virtual void setPosition(const FloatPoint& p) { m_position = p; }
392 FloatPoint m_position; member in class:WebCore::GraphicsLayer
  /external/webkit/Source/WebKit2/Shared/
WebEvent.h 129 const WebCore::IntPoint& position() const { return m_position; }
146 WebCore::IntPoint m_position; member in class:WebKit::WebMouseEvent
183 const WebCore::IntPoint position() const { return m_position; }
200 WebCore::IntPoint m_position; member in class:WebKit::WebWheelEvent
254 const WebCore::IntPoint position() const { return m_position; }
263 WebCore::IntPoint m_position; member in class:WebKit::WebGestureEvent
291 const WebCore::IntPoint& position() const { return m_position; }
302 WebCore::IntPoint m_position; member in class:WebKit::WebPlatformTouchPoint
  /external/webkit/Source/WebKit/wx/
WebView.h 393 wxPoint GetPosition() const { return m_position; }
394 void SetPosition(wxPoint pos) { m_position = pos; }
398 wxPoint m_position; member in class:wxWebViewRightClickEvent

Completed in 484 milliseconds

1 2