OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutable
(Results
26 - 50
of
1259
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontFallbackList.h
103
mutable
Vector<RefPtr<FontData>, 1> m_fontList;
104
mutable
GlyphPages m_pages;
105
mutable
GlyphPageTreeNode* m_pageZero;
106
mutable
const SimpleFontData* m_cachedPrimarySimpleFontData;
108
mutable
WidthCache m_widthCache;
110
mutable
int m_familyIndex;
112
mutable
unsigned m_pitch : 3; // Pitch
113
mutable
bool m_loadingCustomFonts : 1;
/external/chromium_org/third_party/WebKit/Source/modules/quota/
NavigatorStorageQuota.h
57
mutable
RefPtr<StorageQuota> m_temporaryStorage;
58
mutable
RefPtr<StorageQuota> m_persistentStorage;
WorkerNavigatorStorageQuota.h
57
mutable
RefPtr<StorageQuota> m_temporaryStorage;
58
mutable
RefPtr<StorageQuota> m_persistentStorage;
StorageInfo.h
70
mutable
RefPtr<StorageQuota> m_temporaryStorage;
71
mutable
RefPtr<StorageQuota> m_persistentStorage;
/external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.h
66
mutable
scoped_refptr<ChromeURLRequestContextGetter>
68
mutable
scoped_refptr<ChromeURLRequestContextGetter>
70
mutable
ChromeURLRequestContextGetterMap
76
mutable
bool initialized_;
101
mutable
scoped_ptr<net::HttpTransactionFactory> main_http_factory_;
104
mutable
HttpTransactionFactoryMap app_http_factory_map_;
profile_io_data.h
203
mutable
bool initialized_;
207
mutable
scoped_ptr<ProfileParams> profile_params_;
210
mutable
BooleanPrefMember enable_referrers_;
213
mutable
scoped_ptr<net::NetworkDelegate> network_delegate_;
214
mutable
scoped_ptr<net::DnsCertProvenanceChecker> dns_cert_checker_;
215
mutable
scoped_refptr<net::ProxyService> proxy_service_;
216
mutable
scoped_ptr<net::CookiePolicy> cookie_policy_;
219
mutable
scoped_refptr<webkit_database::DatabaseTracker> database_tracker_;
220
mutable
scoped_refptr<ChromeAppCacheService> appcache_service_;
221
mutable
scoped_refptr<ChromeBlobStorageContext> blob_storage_context_
[
all
...]
/external/chromium_org/ui/gfx/
font_list.h
120
mutable
std::vector<Font> fonts_;
128
mutable
std::string font_description_string_;
131
mutable
int common_height_;
132
mutable
int common_baseline_;
135
mutable
int font_style_;
136
mutable
int font_size_;
/external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.h
106
mutable
scoped_refptr<ChromeURLRequestContextGetter>
108
mutable
scoped_refptr<ChromeURLRequestContextGetter>
110
mutable
scoped_refptr<ChromeURLRequestContextGetter>
112
mutable
ChromeURLRequestContextGetterMap app_request_context_getter_map_;
113
mutable
ChromeURLRequestContextGetterMap
119
mutable
bool initialized_;
189
mutable
scoped_ptr<LazyParams> lazy_params_;
191
mutable
scoped_ptr<net::HttpTransactionFactory> main_http_factory_;
192
mutable
scoped_ptr<net::FtpTransactionFactory> ftp_factory_;
196
mutable
chrome_browser_net::HttpServerPropertiesManager
[
all
...]
off_the_record_profile_io_data.h
84
mutable
scoped_refptr<ChromeURLRequestContextGetter>
86
mutable
scoped_refptr<ChromeURLRequestContextGetter>
88
mutable
ChromeURLRequestContextGetterMap
94
mutable
bool initialized_;
140
mutable
scoped_ptr<net::HttpTransactionFactory> main_http_factory_;
141
mutable
scoped_ptr<net::FtpTransactionFactory> ftp_factory_;
143
mutable
scoped_ptr<net::URLRequestJobFactory> main_job_factory_;
144
mutable
scoped_ptr<net::URLRequestJobFactory> extensions_job_factory_;
/external/clang/test/SemaCXX/
class.cpp
69
mutable
int mi;
70
mutable
int &mir; // expected-error {{'
mutable
' cannot be applied to references}}
71
mutable
void mfn(); // expected-error {{'
mutable
' cannot be applied to functions}}
72
mutable
const int mci; // expected-error {{'
mutable
' and 'const' cannot be mixed}}
92
mutable
int j;
102
// Play with
mutable
a bit more, to make sure it doesn't crash anything.
103
mutable
int gi; // expected-error {{'mutable' can only be applied to member variables}
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/infobars/
mock_confirm_infobar_delegate.h
45
mutable
bool icon_accessed_;
46
mutable
bool message_text_accessed_;
47
mutable
bool link_text_accessed_;
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
mock_confirm_infobar_delegate.h
50
mutable
bool icon_accessed_;
51
mutable
bool message_text_accessed_;
52
mutable
bool link_text_accessed_;
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.h
69
mutable
RefPtr<Range> m_paragraphRange;
70
mutable
RefPtr<Range> m_offsetAsRange;
71
mutable
String m_text;
72
mutable
int m_checkingStart;
73
mutable
int m_checkingEnd;
74
mutable
int m_checkingLength;
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSGroupingRule.h
56
mutable
Vector<RefPtr<CSSRule> > m_childRuleCSSOMWrappers;
57
mutable
OwnPtr<CSSRuleList> m_ruleListCSSOMWrapper;
CSSImportRule.h
52
mutable
RefPtr<MediaList> m_mediaCSSOMWrapper;
53
mutable
RefPtr<CSSStyleSheet> m_styleSheetCSSOMWrapper;
/external/chromium_org/third_party/WebKit/Source/core/page/
Navigator.h
61
mutable
RefPtr<DOMPluginArray> m_plugins;
62
mutable
RefPtr<DOMMimeTypeArray> m_mimeTypes;
/external/chromium_org/third_party/skia/src/effects/gradients/
SkBitmapCache.h
28
mutable
Entry* fHead;
29
mutable
Entry* fTail;
/external/skia/src/effects/gradients/
SkBitmapCache.h
28
mutable
Entry* fHead;
29
mutable
Entry* fTail;
/frameworks/base/libs/hwui/thread/
Barrier.h
51
mutable
Mutex mLock;
52
mutable
Condition mCondition;
Signal.h
49
mutable
Mutex mLock;
50
mutable
Condition mCondition;
/frameworks/native/services/surfaceflinger/
Barrier.h
48
mutable
Mutex lock;
49
mutable
Condition cv;
/external/chromium_org/crypto/
mock_apple_keychain.h
22
// KeychainPasswordData values in separate
mutable
containers and
27
// Mock data is
mutable
; don't assume that it won't change over the life of
211
//
Mutable
because the MockAppleKeychain API requires its internal keychain
213
mutable
MockKeychainAttributesMap keychain_attr_list_;
214
mutable
std::map<MockKeychainItemType,
216
mutable
MockKeychainItemType next_item_key_;
222
mutable
std::vector<MockKeychainItemType> remaining_search_results_;
227
mutable
int search_copy_count_;
228
mutable
int keychain_item_copy_count_;
229
mutable
int attribute_data_copy_count_
[
all
...]
/external/chromium/net/server/
http_server_request_info.h
34
mutable
HeadersMap headers;
/external/chromium_org/third_party/WebKit/Source/core/platform/
Clock.h
56
mutable
double m_lastTime;
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.h
83
mutable
FloatRoundedRect m_marginBounds;
84
mutable
FloatRoundedRect m_paddingBounds;
85
mutable
bool m_haveInitializedMarginBounds : 1;
86
mutable
bool m_haveInitializedPaddingBounds : 1;
Completed in 1107 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>