OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutable
(Results
126 - 150
of
1259
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/media/base/
audio_hardware_config.h
46
mutable
base::Lock config_lock_;
/external/chromium_org/net/socket_stream/
socket_stream_job_manager.h
37
mutable
base::Lock lock_;
/external/chromium_org/sync/util/
extensions_activity.h
59
mutable
base::Lock records_lock_;
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSFilterRule.h
57
mutable
RefPtr<StyleRuleCSSStyleDeclaration> m_propertiesCSSOMWrapper;
CSSFontFaceRule.h
49
mutable
RefPtr<StyleRuleCSSStyleDeclaration> m_propertiesCSSOMWrapper;
CSSPageRule.h
53
mutable
RefPtr<StyleRuleCSSStyleDeclaration> m_propertiesCSSOMWrapper;
CSSStyleRule.h
57
mutable
RefPtr<StyleRuleCSSStyleDeclaration> m_propertiesCSSOMWrapper;
CSSViewportRule.h
60
mutable
RefPtr<StyleRuleCSSStyleDeclaration> m_propertiesCSSOMWrapper;
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormControlElement.h
155
mutable
AncestorDisabledState m_ancestorDisabledState;
157
mutable
enum DataListAncestorState m_dataListAncestorState;
162
mutable
bool m_willValidateInitialized: 1;
163
mutable
bool m_willValidate : 1;
HTMLTemplateElement.h
54
mutable
RefPtr<TemplateContentDocumentFragment> m_content;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.h
75
mutable
bool m_effectiveLogicalWidthDirty : 1;
RenderTheme.h
342
mutable
Color m_activeSelectionBackgroundColor;
343
mutable
Color m_inactiveSelectionBackgroundColor;
344
mutable
Color m_activeSelectionForegroundColor;
345
mutable
Color m_inactiveSelectionForegroundColor;
347
mutable
Color m_activeListBoxSelectionBackgroundColor;
348
mutable
Color m_inactiveListBoxSelectionBackgroundColor;
349
mutable
Color m_activeListBoxSelectionForegroundColor;
350
mutable
Color m_inactiveListBoxSelectionForegroundColor;
352
mutable
unsigned m_selectionColorsValid;
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
ConvolverNode.h
70
mutable
Mutex m_processLock;
WaveShaperProcessor.h
68
mutable
Mutex m_processLock;
/external/chromium_org/third_party/WebKit/Source/wtf/
PossiblyNull.h
46
mutable
T m_data;
/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
Macro.h
33
mutable
bool disabled;
/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/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/llvm/include/llvm/
PassRegistry.h
36
mutable
void *pImpl;
/external/openfst/src/include/fst/
lock.h
85
mutable
int count_;
/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_;
Completed in 1616 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>