OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:properties_
(Results
26 - 50
of
52
) sorted by null
1
2
3
/external/chromium_org/chromeos/dbus/
fake_nfc_manager_client.h
62
scoped_ptr<Properties>
properties_
;
member in class:chromeos::FakeNfcManagerClient
fake_bluetooth_adapter_client.h
87
scoped_ptr<Properties>
properties_
;
member in class:chromeos::FakeBluetoothAdapterClient
fake_bluetooth_gatt_descriptor_client.h
89
PropertiesMap
properties_
;
member in class:chromeos::FakeBluetoothGattDescriptorClient
fake_nfc_adapter_client.h
97
scoped_ptr<Properties>
properties_
;
member in class:chromeos::FakeNfcAdapterClient
fake_nfc_device_client.h
114
scoped_ptr<Properties>
properties_
;
member in class:chromeos::FakeNfcDeviceClient
fake_nfc_tag_client.h
104
scoped_ptr<Properties>
properties_
;
member in class:chromeos::FakeNfcTagClient
/external/chromium_org/content/browser/tracing/
etw_system_event_consumer_win.h
68
base::win::EtwTraceProperties
properties_
;
member in class:content::EtwSystemEventConsumer
etw_system_event_consumer_win.cc
89
EVENT_TRACE_PROPERTIES& p = *
properties_
.get();
98
KERNEL_LOGGER_NAME, &
properties_
, &session_handle_);
109
KERNEL_LOGGER_NAME, &
properties_
);
/external/chromium_org/tools/gn/
scope.cc
444
DCHECK(
properties_
.find(key) !=
properties_
.end());
445
properties_
.erase(key);
447
properties_
[key] = value;
452
PropertyMap::const_iterator found =
properties_
.find(key);
453
if (found !=
properties_
.end()) {
scope.h
347
PropertyMap
properties_
;
member in class:Scope
/external/chromium_org/chromeos/network/
device_state.cc
33
// All property values get stored in |
properties_
|.
34
properties_
.SetWithoutPathExpansion(key, value.DeepCopy());
/external/chromium_org/ui/compositor/
layer_animation_sequence.h
85
return
properties_
;
153
LayerAnimationElement::AnimatableProperties
properties_
;
member in class:ui::LayerAnimationSequence
layer_animation_element.h
186
AnimatableProperties properties() const { return
properties_
; }
227
const AnimatableProperties
properties_
;
member in class:ui::LayerAnimationElement
layer_animation_element.cc
628
properties_
(properties),
640
properties_
(element.
properties_
),
/art/runtime/
parsed_options.h
92
std::vector<std::string>
properties_
;
member in class:art::ParsedOptions
runtime.h
256
return
properties_
;
539
std::vector<std::string>
properties_
;
member in class:art::Runtime
runtime.cc
671
properties_
= options->
properties_
;
[
all
...]
/external/chromium_org/net/http/
http_auth_handler_basic.cc
59
properties_
= 0;
http_auth_handler_mock.cc
106
properties_
= connection_based_ ? IS_CONNECTION_BASED : 0;
http_auth_handler_ntlm.cc
27
properties_
= ENCRYPTS_IDENTITY | IS_CONNECTION_BASED;
http_auth_handler_negotiate.cc
204
properties_
= ENCRYPTS_IDENTITY | IS_CONNECTION_BASED;
http_auth_handler_digest.cc
193
properties_
= ENCRYPTS_IDENTITY;
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc
145
const linked_ptr<DriveEntryProperties>
properties_
;
member in class:extensions::__anon7685::SingleDriveEntryPropertiesGetter
161
properties_
(properties),
273
*owner_resource_entry_, shared_with_me,
properties_
.get());
316
properties_
->custom_icon_url.reset(new std::string(doc_icon.spec()));
/external/chromium_org/components/data_reduction_proxy/browser/
http_auth_handler_data_reduction_proxy.cc
117
properties_
= ENCRYPTS_IDENTITY;
/external/chromium_org/v8/src/
ast.h
1547
ZoneList<Property*>*
properties_
;
member in class:v8::internal::V8_FINAL
2935
AstProperties
properties_
;
member in class:v8::internal::BASE_EMBEDDED
[
all
...]
Completed in 886 milliseconds
1
2
3