HomeSort by relevance Sort by last modified time
    Searched refs:mutable (Results 51 - 75 of 1259) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
DOMWindowCrypto.h 53 mutable RefPtr<Crypto> m_crypto;
WorkerGlobalScopeCrypto.h 52 mutable RefPtr<WorkerCrypto> m_crypto;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
NavigatorGeolocation.h 44 mutable RefPtr<Geolocation> m_geolocation;
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
DOMWindowQuota.h 53 mutable RefPtr<StorageInfo> m_storageInfo;
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayMath.h 25 mutable SkRandom fRandom;
SkDisplayRandom.h 37 mutable SkRandom fRandom;
  /external/clang/test/CXX/class/class.friend/
p6.cpp 12 friend mutable class F; // expected-error {{'mutable' is invalid in friend declarations}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p6.cpp 20 const auto l = [](int x) mutable -> int { return + 1; };
p7.cpp 24 (void)[i,ic] () mutable ->void {
29 (void)[=] () mutable ->void {
  /external/clang/test/CodeGenCXX/
cxx1y-deduced-return-type.cpp 11 return [=] () mutable { return ++n; };
global-llvm-constant.cpp 23 mutable int i;
init-invariant.cpp 21 mutable int n;
  /external/skia/src/animator/
SkDisplayMath.h 25 mutable SkRandom fRandom;
SkDisplayRandom.h 37 mutable SkRandom fRandom;
  /external/chromium/chrome/browser/
keychain_mock_mac.h 22 // data is mutable; don't assume that it won't change over the life of tests.
161 mutable unsigned int item_count_;
167 mutable std::vector<unsigned int> remaining_search_results_;
172 mutable int search_copy_count_;
173 mutable int keychain_item_copy_count_;
174 mutable int attribute_data_copy_count_;
177 mutable std::set<unsigned int> added_via_api_;
183 mutable bool called_add_generic_;
187 mutable unsigned int password_data_count_;
190 mutable std::string add_generic_password_
    [all...]
  /external/clang/include/clang/AST/
NSAPI.h 196 mutable IdentifierInfo *ClassIds[NumClassIds];
198 mutable Selector NSStringSelectors[NumNSStringMethods];
201 mutable Selector NSArraySelectors[NumNSArrayMethods];
204 mutable Selector NSDictionarySelectors[NumNSDictionaryMethods];
207 mutable Selector NSNumberClassSelectors[NumNSNumberLiteralMethods];
208 mutable Selector NSNumberInstanceSelectors[NumNSNumberLiteralMethods];
210 mutable Selector objectForKeyedSubscriptSel, objectAtIndexedSubscriptSel,
214 mutable IdentifierInfo *BOOLId, *NSIntegerId, *NSUIntegerId;
215 mutable IdentifierInfo *NSASCIIStringEncodingId, *NSUTF8StringEncodingId;
RawCommentList.h 131 mutable StringRef RawText;
132 mutable const char *BriefText;
134 mutable bool RawTextValid : 1; ///< True if RawText is valid
135 mutable bool BriefTextValid : 1; ///< True if BriefText is valid
149 mutable bool BeginLineValid : 1; ///< True if BeginLine is valid
150 mutable bool EndLineValid : 1; ///< True if EndLine is valid
151 mutable unsigned BeginLine; ///< Cached line number
152 mutable unsigned EndLine; ///< Cached line number
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
BitmapImage.h 168 mutable IntSize m_size; // The size to use for the overall image (will just be the size of the first image).
169 mutable IntSize m_sizeRespectingOrientation;
183 mutable unsigned m_decodedPropertiesSize; // The size of data decoded by the source to determine image properties (e.g. size, frame count, etc).
192 mutable bool m_haveSize : 1; // Whether or not our |m_size| member variable has the final overall image size yet.
194 mutable bool m_hasUniformFrameSize : 1;
195 mutable bool m_haveFrameCount : 1;
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMWindow.h 397 mutable RefPtr<Screen> m_screen;
398 mutable RefPtr<History> m_history;
399 mutable RefPtr<BarProp> m_locationbar;
400 mutable RefPtr<BarProp> m_menubar;
401 mutable RefPtr<BarProp> m_personalbar;
402 mutable RefPtr<BarProp> m_scrollbars;
403 mutable RefPtr<BarProp> m_statusbar;
404 mutable RefPtr<BarProp> m_toolbar;
405 mutable RefPtr<Console> m_console;
406 mutable RefPtr<Navigator> m_navigator
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
ResourceResponse.h 212 mutable bool m_haveParsedCacheControlHeader : 1;
213 mutable bool m_haveParsedAgeHeader : 1;
214 mutable bool m_haveParsedDateHeader : 1;
215 mutable bool m_haveParsedExpiresHeader : 1;
216 mutable bool m_haveParsedLastModifiedHeader : 1;
218 mutable bool m_cacheControlContainsNoCache : 1;
219 mutable bool m_cacheControlContainsNoStore : 1;
220 mutable bool m_cacheControlContainsMustRevalidate : 1;
221 mutable double m_cacheControlMaxAge;
223 mutable double m_age
    [all...]
  /external/chromium_org/cc/animation/
transform_operations.h 75 mutable scoped_ptr<gfx::DecomposedTransform> decomposed_transform_;
76 mutable bool decomposed_transform_dirty_;
  /external/chromium_org/ppapi/shared_impl/
ppb_file_ref_shared.h 62 mutable scoped_refptr<StringVar> name_var_;
63 mutable scoped_refptr<StringVar> path_var_;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFieldSetElement.h 61 mutable Vector<FormAssociatedElement*> m_associatedElements;
63 mutable uint64_t m_documentVersion;
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
ReverbConvolver.h 89 mutable Mutex m_backgroundThreadLock;
90 mutable ThreadCondition m_backgroundThreadCondition;
  /external/clang/lib/StaticAnalyzer/Checkers/
NSAutoreleasePoolChecker.cpp 35 mutable OwningPtr<BugType> BT;
36 mutable Selector releaseS;

Completed in 1494 milliseconds

1 23 4 5 6 7 8 91011>>