HomeSort by relevance Sort by last modified time
    Searched refs:mutable (Results 101 - 125 of 1473) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
NavigatorGeolocation.h 48 mutable PersistentWillBeMember<Geolocation> m_geolocation;
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
DOMWindowQuota.h 57 mutable PersistentWillBeMember<DeprecatedStorageInfo> m_storageInfo;
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketExtensionDispatcher.h 60 mutable StringBuilder m_acceptedExtensionsBuilder;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontData.h 67 mutable unsigned m_maxGlyphPageTreeLevel;
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/
Collator.h 58 mutable UCollator* m_collator;
  /external/chromium_org/third_party/WebKit/public/web/
WebCachedURLRequest.h 65 mutable WebPrivateOwnPtr<WrappedResourceRequest> m_resourceRequestWrapper;
  /external/chromium_org/third_party/libjingle/source/talk/base/
linked_ptr.h 43 * NO_MEMBER_TEMPLATES, explicit or mutable */
96 mutable const linked_ptr* itsPrev;
97 mutable const linked_ptr* itsNext;
105 #ifndef mutable
119 #ifndef mutable
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/synchronization/
lock_posix.h 57 mutable pthread_mutex_t mutex_;
  /external/chromium_org/third_party/skia/dm/
DMReporter.h 29 mutable SkMutex fMutex; // Guards fFailures.
  /external/chromium_org/third_party/skia/include/gpu/
GrCacheable.h 68 mutable uint32_t fGenID;
  /external/chromium_org/third_party/webrtc/base/
linked_ptr.h 26 * NO_MEMBER_TEMPLATES, explicit or mutable */
79 mutable const linked_ptr* itsPrev;
80 mutable const linked_ptr* itsNext;
88 #ifndef mutable
102 #ifndef mutable
  /external/llvm/include/llvm/Support/
StreamableMemoryObject.h 138 mutable std::vector<unsigned char> Bytes;
140 mutable size_t BytesRead; // Bytes read from stream
142 mutable size_t ObjectSize; // 0 if unknown, set if wrapper seen or EOF reached
143 mutable bool EOFReached;
  /external/skia/dm/
DMReporter.h 29 mutable SkMutex fMutex; // Guards fFailures.
  /external/skia/include/gpu/
GrCacheable.h 68 mutable uint32_t fGenID;
  /frameworks/native/opengl/libagl/
TokenManager.h 45 mutable Mutex mLock;
  /frameworks/rs/
rsObjectBase.h 86 mutable int32_t mSysRefCount;
87 mutable int32_t mUserRefCount;
89 mutable const ObjectBase * mPrev;
90 mutable const ObjectBase * mNext;
  /hardware/intel/img/hwcomposer/common/observers/
VsyncEventObserver.h 38 mutable Mutex mLock;
  /hardware/qcom/display/msm8974/libqdutils/
idle_invalidator.h 45 mutable Locker mLock;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsObjectBase.h 84 mutable int32_t mSysRefCount;
85 mutable int32_t mUserRefCount;
87 mutable const ObjectBase * mPrev;
88 mutable const ObjectBase * mNext;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsObjectBase.h 84 mutable int32_t mSysRefCount;
85 mutable int32_t mUserRefCount;
87 mutable const ObjectBase * mPrev;
88 mutable const ObjectBase * mNext;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsObjectBase.h 84 mutable int32_t mSysRefCount;
85 mutable int32_t mUserRefCount;
87 mutable const ObjectBase * mPrev;
88 mutable const ObjectBase * mNext;
  /system/core/libpixelflinger/codeflinger/
CodeCache.h 72 mutable int32_t mCount;
98 mutable int64_t when;
111 mutable pthread_mutex_t mLock;
112 mutable int64_t mWhen;
  /external/chromium_org/content/browser/android/java/
java_bound_object.h 84 mutable JavaMethodMap methods_;
85 mutable bool are_methods_set_up_;
86 mutable jmethodID object_get_class_method_id_;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSKeyframeRule.h 73 mutable String m_keyText;
74 mutable OwnPtr<Vector<double> > m_keys;
96 mutable RefPtrWillBeMember<StyleRuleCSSStyleDeclaration> m_propertiesCSSOMWrapper;
  /external/chromium_org/third_party/WebKit/Source/web/
WebDataSourceImpl.h 82 // Mutable because the const getters will magically sync these to the
84 mutable WrappedResourceRequest m_originalRequestWrapper;
85 mutable WrappedResourceRequest m_requestWrapper;
86 mutable WrappedResourceResponse m_responseWrapper;

Completed in 1631 milliseconds

1 2 3 45 6 7 8 91011>>