OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutable
(Results
151 - 175
of
1473
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSViewportRule.h
63
mutable
RefPtrWillBeMember<StyleRuleCSSStyleDeclaration> m_propertiesCSSOMWrapper;
/external/chromium_org/third_party/WebKit/Source/core/dom/
RenderTreeBuilder.h
73
mutable
RefPtr<RenderStyle> m_style;
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormControlElement.h
167
mutable
AncestorDisabledState m_ancestorDisabledState;
169
mutable
enum DataListAncestorState m_dataListAncestorState;
174
mutable
bool m_willValidateInitialized: 1;
175
mutable
bool m_willValidate : 1;
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
BiquadDSPKernel.h
71
mutable
Mutex m_processLock;
/external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioDSPKernelProcessor.h
73
mutable
Mutex m_processLock;
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
Macro.h
38
mutable
bool disabled;
/external/chromium_org/third_party/libjingle/source/talk/base/
rollingaccumulator.h
178
mutable
T max_;
179
mutable
bool max_stale_;
180
mutable
T min_;
181
mutable
bool min_stale_;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_generator.h
148
mutable
Mutex mutex_;
149
mutable
const FileDescriptor* file_; // Set in Generate(). Under mutex_.
150
mutable
string file_descriptor_serialized_;
151
mutable
io::Printer* printer_; // Set in Generate(). Under mutex_.
/external/chromium_org/third_party/protobuf/src/google/protobuf/
dynamic_message.h
99
//
mutable
message of that type.
125
mutable
Mutex prototypes_mutex_;
/external/chromium_org/third_party/webrtc/base/
rollingaccumulator.h
161
mutable
T max_;
162
mutable
bool max_stale_;
163
mutable
T min_;
164
mutable
bool min_stale_;
/external/chromium_org/third_party/webrtc/video_engine/
vie_shared_data.h
55
mutable
int last_error_;
/external/chromium_org/third_party/webrtc/voice_engine/
statistics.h
45
mutable
int32_t _lastError;
/external/chromium_org/ui/native_theme/
native_theme_aura.h
75
mutable
scoped_ptr<gfx::NineImagePainter> scrollbar_track_painter_;
77
mutable
scoped_ptr<gfx::NineImagePainter>
80
mutable
scoped_ptr<gfx::NineImagePainter>
122
mutable
scoped_ptr<DualPainter> scrollbar_overlay_thumb_painter_;
/external/clang/include/clang/AST/
RawCommentList.h
128
mutable
StringRef RawText;
129
mutable
const char *BriefText;
131
mutable
bool RawTextValid : 1; ///< True if RawText is valid
132
mutable
bool BriefTextValid : 1; ///< True if BriefText is valid
/external/clang/test/PCH/
cxx0x-default-delete.cpp
40
struct C {
mutable
A a; };
/external/eigen/demos/opengl/
camera.h
104
mutable
Eigen::Affine3f mViewMatrix;
105
mutable
Eigen::Matrix4f mProjectionMatrix;
107
mutable
bool mViewIsUptodate;
108
mutable
bool mProjIsUptodate;
/external/lldb/include/lldb/Interpreter/
CommandHistory.h
70
mutable
Mutex m_mutex;
/external/llvm/lib/DebugInfo/
DWARFDebugAbbrev.h
46
mutable
DWARFAbbreviationDeclarationSetMap::const_iterator PrevAbbrOffsetPos;
/external/oprofile/libpp/
symbol_container.h
89
* so
mutable
.
91
mutable
symbols_by_loc_t symbols_by_loc;
/external/protobuf/src/google/protobuf/compiler/python/
python_generator.h
142
mutable
Mutex mutex_;
143
mutable
const FileDescriptor* file_; // Set in Generate(). Under mutex_.
144
mutable
string file_descriptor_serialized_;
145
mutable
io::Printer* printer_; // Set in Generate(). Under mutex_.
/external/protobuf/src/google/protobuf/
dynamic_message.h
99
//
mutable
message of that type.
125
mutable
Mutex prototypes_mutex_;
/frameworks/compile/mclinker/include/mcld/Support/
GCFactoryListTraits.h
58
mutable
SentinelNode mSentinel;
/hardware/qcom/display/msm8084/libcopybit/
copybit_priv.h
55
mutable
int mCount;
/hardware/qcom/display/msm8084/libgralloc/
ionalloc.h
67
mutable
Locker mLock;
/hardware/qcom/display/msm8226/libcopybit/
copybit_priv.h
55
mutable
int mCount;
Completed in 1708 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>