HomeSort by relevance Sort by last modified time
    Searched refs:ToValue (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium/net/base/
address_list_net_log_param.h 21 virtual Value* ToValue() const;
address_list_net_log_param.cc 17 Value* AddressListNetLogParam::ToValue() const {
net_log.h 72 Value* ToValue() const;
89 virtual Value* ToValue() const = 0;
235 virtual Value* ToValue() const;
254 virtual Value* ToValue() const;
273 virtual Value* ToValue() const;
net_log.cc 16 Value* NetLog::Source::ToValue() const {
106 entry_dict->Set("params", params->ToValue());
192 Value* NetLogIntegerParameter::ToValue() const {
198 Value* NetLogStringParameter::ToValue() const {
204 Value* NetLogSourceParameter::ToValue() const {
207 dict->Set(name_, value_.ToValue());
  /external/chromium/net/socket/
ssl_error_params.h 19 virtual Value* ToValue() const;
ssl_error_params.cc 16 Value* SSLErrorParams::ToValue() const {
client_socket.cc 22 virtual Value* ToValue() const;
40 Value* NetLogBytesTransferredParameter::ToValue() const {
  /external/chromium/net/disk_cache/
net_log_parameters.h 22 virtual Value* ToValue() const;
36 virtual Value* ToValue() const;
54 virtual Value* ToValue() const;
66 virtual Value* ToValue() const;
78 virtual Value* ToValue() const;
90 virtual Value* ToValue() const;
net_log_parameters.cc 19 Value* EntryCreationParameters::ToValue() const {
31 Value* ReadWriteDataParameters::ToValue() const {
47 Value* ReadWriteCompleteParameters::ToValue() const {
63 Value* SparseOperationParameters::ToValue() const {
77 Value* SparseReadWriteParameters::ToValue() const {
79 dict->Set("source_dependency", source_.ToValue());
89 Value* GetAvailableRangeResultParameters::ToValue() const {
  /external/chromium/net/http/
http_net_log_params.h 36 virtual Value* ToValue() const;
57 virtual Value* ToValue() const;
http_net_log_params.cc 20 Value* NetLogHttpRequestParameter::ToValue() const {
41 Value* NetLogHttpResponseParameter::ToValue() const {
  /external/chromium/chrome/common/net/gaia/
google_service_auth_error_unittest.cc 23 scoped_ptr<DictionaryValue> value(error.ToValue());
41 scoped_ptr<DictionaryValue> value(error.ToValue());
49 scoped_ptr<DictionaryValue> value(error.ToValue());
60 scoped_ptr<DictionaryValue> value(error.ToValue());
google_service_auth_error.h 117 DictionaryValue* ToValue() const;
  /external/chromium/net/websockets/
websocket_net_log_params.h 26 virtual Value* ToValue() const;
websocket_net_log_params_unittest.cc 13 TEST(NetLogWebSocketHandshakeParameterTest, ToValue) {
44 scoped_ptr<Value> actual(parameter->ToValue());
websocket_net_log_params.cc 14 Value* NetLogWebSocketHandshakeParameter::ToValue() const {
  /external/chromium/net/url_request/
url_request_netlog_params.cc 22 Value* URLRequestStartEventParameters::ToValue() const {
url_request_netlog_params.h 34 virtual Value* ToValue() const;
  /external/chromium/chrome/browser/sync/syncable/
syncable_id_unittest.cc 101 TEST(SyncableIdTest, ToValue) {
102 ExpectStringValue("r", Id::CreateFromServerId("0").ToValue());
103 ExpectStringValue("svalue", Id::CreateFromServerId("value").ToValue());
105 ExpectStringValue("r", Id::CreateFromClientString("0").ToValue());
106 ExpectStringValue("cvalue", Id::CreateFromClientString("value").ToValue());
syncable_id.cc 23 StringValue* Id::ToValue() const {
syncable_id.h 98 StringValue* ToValue() const;
  /external/chromium/chrome/browser/sync/sessions/
session_state_unittest.cc 38 scoped_ptr<DictionaryValue> value(source_info.ToValue());
54 scoped_ptr<DictionaryValue> value(status.ToValue());
75 scoped_ptr<DictionaryValue> value(counters.ToValue());
112 syncer_status.ToValue());
117 errors.ToValue());
141 scoped_ptr<DictionaryValue> expected_source_value(source.ToValue());
155 scoped_ptr<DictionaryValue> value(snapshot.ToValue());
session_state.cc 37 DictionaryValue* SyncSourceInfo::ToValue() const {
58 DictionaryValue* SyncerStatus::ToValue() const {
97 DictionaryValue* ErrorCounters::ToValue() const {
141 DictionaryValue* SyncSessionSnapshot::ToValue() const {
143 value->Set("syncerStatus", syncer_status.ToValue());
144 value->Set("errors", errors.ToValue());
160 value->Set("source", source.ToValue());
session_state.h 53 DictionaryValue* ToValue() const;
65 DictionaryValue* ToValue() const;
90 DictionaryValue* ToValue() const;
129 DictionaryValue* ToValue() const;
  /external/chromium/chrome/browser/sync/
js_sync_manager_observer.cc 36 change_values->Append(changes[i].ToValue(trans));
54 return_args.Append(snapshot->ToValue());
62 return_args.Append(auth_error.ToValue());

Completed in 506 milliseconds

1 2