HomeSort by relevance Sort by last modified time
    Searched full:_readonly (Results 1 - 3 of 3) sorted by null

  /external/webrtc/src/system_wrappers/source/
file_impl.cc 33 _readOnly(false),
62 if(_looping || !_readOnly)
126 _readOnly = readOnly;
211 if (_readOnly)
241 if (_readOnly)
file_impl.h 49 bool _readOnly;
  /external/webkit/Source/WebCore/inspector/front-end/
TextViewer.js 831 this._readOnly = true;
865 if (this._readOnly === readOnly)
869 this._readOnly = readOnly;
870 if (this._readOnly)
879 return this._readOnly;
936 if (this._readOnly || this._dirtyLines)
959 if (this._readOnly || this._dirtyLines)
    [all...]

Completed in 87 milliseconds