Searched refs:mutable (Results 1 - 25 of 482) sorted by relevance

1234567891011>>

/external/dexmaker/src/dx/java/com/android/dx/util/
H A DMutabilityControl.java26 /** whether this instance is mutable */
27 private boolean mutable; field in class:MutabilityControl
30 * Constructs an instance. It is initially mutable.
33 mutable = true;
39 * @param mutable {@code true} iff this instance is mutable
41 public MutabilityControl(boolean mutable) { argument
42 this.mutable = mutable;
49 mutable
[all...]
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DNativeImageSkia.h95 mutable SkBitmap m_resizedImage;
107 mutable IntSize m_lastRequestSize;
108 mutable int m_resizeRequests;
/external/chromium/base/threading/
H A Dthread_checker_impl.h36 mutable base::Lock lock_;
37 // This is mutable so that CalledOnValidThread can set it.
39 mutable PlatformThreadId valid_thread_id_;
/external/webkit/Source/WebCore/platform/graphics/
H A DFontFallbackList.h73 mutable Vector<pair<const FontData*, bool>, 1> m_fontList;
74 mutable HashMap<int, GlyphPageTreeNode*> m_pages;
75 mutable GlyphPageTreeNode* m_pageZero;
76 mutable const SimpleFontData* m_cachedPrimarySimpleFontData;
78 mutable int m_familyIndex;
79 mutable Pitch m_pitch;
80 mutable bool m_loadingCustomFonts;
/external/webkit/Source/WebCore/page/
H A DPerformance.h59 mutable RefPtr<MemoryInfo> m_memory;
60 mutable RefPtr<PerformanceNavigation> m_navigation;
61 mutable RefPtr<PerformanceTiming> m_timing;
/external/chromium/chrome/browser/profiles/
H A Dprofile_impl_io_data.h71 mutable scoped_refptr<ChromeURLRequestContextGetter>
73 mutable scoped_refptr<ChromeURLRequestContextGetter>
75 mutable scoped_refptr<ChromeURLRequestContextGetter>
77 mutable ChromeURLRequestContextGetterMap app_request_context_getter_map_;
82 mutable bool initialized_;
121 mutable scoped_ptr<LazyParams> lazy_params_;
123 mutable scoped_refptr<RequestContext> media_request_context_;
125 mutable scoped_ptr<net::HttpTransactionFactory> main_http_factory_;
126 mutable scoped_ptr<net::HttpTransactionFactory> media_http_factory_;
129 mutable HttpTransactionFactoryMa
[all...]
H A Doff_the_record_profile_io_data.h66 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_;
H A Dprofile_io_data.h203 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_refpt
[all...]
/external/webkit/Source/WebCore/dom/
H A DNodeWithIndex.h58 mutable bool m_haveIndex;
59 mutable int m_index;
/external/webrtc/src/system_wrappers/source/
H A Dtrace_posix.h31 volatile mutable WebRtc_UWord32 _prevAPITickCount;
32 volatile mutable WebRtc_UWord32 _prevTickCount;
H A Dtrace_win.h31 volatile mutable WebRtc_UWord32 _prevAPITickCount;
32 volatile mutable WebRtc_UWord32 _prevTickCount;
/external/webkit/Source/WebCore/platform/network/
H A DResourceResponseBase.h170 mutable bool m_haveParsedCacheControlHeader : 1;
171 mutable bool m_haveParsedAgeHeader : 1;
172 mutable bool m_haveParsedDateHeader : 1;
173 mutable bool m_haveParsedExpiresHeader : 1;
174 mutable bool m_haveParsedLastModifiedHeader : 1;
176 mutable bool m_cacheControlContainsNoCache : 1;
177 mutable bool m_cacheControlContainsNoStore : 1;
178 mutable bool m_cacheControlContainsMustRevalidate : 1;
179 mutable double m_cacheControlMaxAge;
181 mutable doubl
[all...]
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk.h190 mutable Color m_panelColor;
191 mutable Color m_sliderColor;
192 mutable Color m_sliderThumbColor;
221 mutable GtkWidget* m_gtkWindow;
222 mutable GtkWidget* m_gtkContainer;
223 mutable GtkWidget* m_gtkButton;
224 mutable GtkWidget* m_gtkEntry;
225 mutable GtkWidget* m_gtkTreeView;
226 mutable GtkWidget* m_gtkVScale;
227 mutable GtkWidge
[all...]
/external/chromium/chrome/browser/ui/cocoa/infobars/
H A Dmock_confirm_infobar_delegate.h45 mutable bool icon_accessed_;
46 mutable bool message_text_accessed_;
47 mutable bool link_text_accessed_;
H A Dmock_link_infobar_delegate.h41 mutable bool icon_accessed_;
42 mutable bool message_text_accessed_;
43 mutable bool link_text_accessed_;
/external/llvm/include/llvm/Analysis/
H A DLibCallSemantics.h129 mutable void *Impl;
130 mutable const LibCallLocationInfo *Locations;
131 mutable unsigned NumLocations;
/external/webkit/Source/WebCore/platform/chromium/
H A DReadableDataObject.h69 mutable HashSet<String> m_types;
70 mutable bool m_containsFilenames;
71 mutable bool m_isTypeCacheInitialized;
/external/skia/legacy/src/effects/
H A DSkBitmapCache.h28 mutable Entry* fHead;
29 mutable Entry* fTail;
/external/skia/src/effects/gradients/
H A DSkBitmapCache.h28 mutable Entry* fHead;
29 mutable Entry* fTail;
/external/webkit/Source/WebCore/bridge/c/
H A Dc_class.h51 mutable MethodMap _methods;
52 mutable FieldMap _fields;
/external/webkit/Source/WebCore/platform/text/gtk/
H A DTextCodecGtk.h60 mutable GRefPtr<GCharsetConverter> m_iconvDecoder;
61 mutable GRefPtr<GCharsetConverter> m_iconvEncoder;
/external/ceres-solver/internal/ceres/
H A Dimplicit_schur_complement.h87 // they depend on mutable arrays used for the temporaries needed to
159 mutable Vector tmp_rows_;
160 mutable Vector tmp_e_cols_;
161 mutable Vector tmp_e_cols_2_;
162 mutable Vector tmp_f_cols_;
/external/chromium/net/server/
H A Dhttp_server_request_info.h34 mutable HeadersMap headers;
/external/webkit/Source/WebCore/bindings/js/
H A DJSLazyEventListener.h44 mutable String m_functionName;
45 mutable String m_eventParameterName;
46 mutable String m_code;
47 mutable String m_sourceURL;
/external/webkit/Source/WebCore/svg/
H A DSVGFontElement.h84 mutable KerningPairVector m_horizontalKerningPairs;
85 mutable KerningPairVector m_verticalKerningPairs;
86 mutable SVGGlyphMap m_glyphMap;
87 mutable bool m_isGlyphCacheValid;

Completed in 562 milliseconds

1234567891011>>