Searched refs:_position (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebGeolocationPosition.mm39 RefPtr<GeolocationPosition> _position;
52 _position = coreGeolocationPosition;
62 return position ? position->_internal->_position.get() : 0;
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dstore.cpp481 (d4_new t4_byte[buflen_]), _buflen(buflen_), _position(0) {
487 _buffer(0), _buflen(0), _position(0){}
504 _position = pos_ + _baseOffset;
506 if (length_ > _buflen - _position)
507 length_ = _buflen - _position;
509 memcpy(buffer_, _buffer + _position, length_);
511 d4_assert(_position == pos_ + _baseOffset);
515 _position += length_;
523 _position = pos_ + _baseOffset;
526 if (n > _buflen - _position)
[all...]
H A Dcolumn.cpp41 c4_Column::c4_Column(c4_Persist *persist_): _position(0), _size(0), _persist
97 return _position > 1 && _persist != 0 && Strategy()._mapStart != 0;
134 _position = 0;
145 _position = pos_;
160 _position = 0;
162 _position = PullValue(ptr_);
163 if (_position > 0) {
165 _persist->OccupySpace(_position, _size);
215 if (_position < 0) {
218 id = ~_position;
[all...]
H A Dstore.h92 t4_i32 _position; member in class:c4_StreamStrategy
H A Dcolumn.h26 t4_i32 _position; member in class:c4_Column
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DSourceMap.js258 this._position = 0;
264 return this._string.charAt(this._position++);
269 return this._string.charAt(this._position);
274 return this._position < this._string.length;
/macosx-10.10/emacs-93/emacs/src/
H A Dunexenix.c66 #define SEEK(_fd, _position, _error_message, _error_arg) \
68 if (lseek(_fd, _position, L_SET) != _position) \
H A Dunexmips.c100 #define SEEK(_fd, _position, _error_message, _error_arg) \
102 if (lseek (_fd, _position, L_SET) != _position) \
H A Dunexalpha.c99 #define SEEK(_fd, _position, _error_message, _error_arg) \
101 if (lseek (_fd, _position, L_SET) != _position) \
/macosx-10.10/IOATAFamily-253.0.1/
H A DIOATABusCommand.cpp281 return _position;
H A DIOATACommand.cpp123 _position = 0;
258 _position = fromPosition;
H A DIOATACommand.h278 IOByteCount _position; // > Position within the descriptor for this command member in class:IOATACommand
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.cpp181 t4_i32 _position; member in class:SiasStrategy
189 (row_), _position(0), _interp(0) {
215 _position = position_;
220 _position = pos_;
225 c4_Bytes data = _memo(_view[_row]).Access(_position + i, length_ -
234 _position += i;
240 _position = pos_;
243 if (_memo(_view[_row]).Modify(data, _position))
244 _position += length_;
323 offset += chan->_position;
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotconfig.tcl106 set _position "top-right"
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/populate/
H A Dapple.css42 img.shadow { padding: 5px; background: #fff; margin-bottom: 2px; *border: 1px solid #e2e2e2; _position: relative; }
134 sup { padding-left: 1px; font-size: 10px !important; font-weight: normal !important; vertical-align: baseline; position: relative; bottom: 0.33em; _position: static !important; }

Completed in 140 milliseconds