HomeSort by relevance Sort by last modified time
    Searched refs:_position (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIteratorBase.java 41 protected int _position = 0; field in class:DTMAxisIteratorBase
134 final int temp = _position; // Save state
145 _position = temp;
157 return _position == 0 ? 1 : _position;
213 _position++;
229 _position = 0;
  /external/webkit/WebKit/mac/WebView/
WebGeolocationPosition.mm 42 RefPtr<GeolocationPosition> _position;
57 _position = coreGeolocationPosition;
69 return position ? position->_internal->_position.get() : 0;
  /external/clearsilver/cs/
cs.h 106 typedef struct _position CS_POSITION;
243 struct _position { struct
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 217 && _position == other._position
239 unsigned _position : 2; // EPosition member in struct:WebCore::RenderStyle::NonInheritedFlags
284 noninherited_flags._position = initialPosition();
371 EPosition position() const { return static_cast<EPosition>(noninherited_flags._position); }
    [all...]
RenderStyle.cpp 392 noninherited_flags._position != other->noninherited_flags._position ||
    [all...]

Completed in 210 milliseconds