| /external/chromium_org/cloud_print/service/win/ |
| setup_listener.cc | 51 if (!iter.ReadString(&json_string))
|
| /external/chromium_org/components/autofill/core/common/ |
| form_data.cc | 20 if (!iter->ReadString(&spec))
|
| /external/chromium_org/storage/browser/fileapi/ |
| sandbox_prioritized_origin_database.cc | 45 return pickle.ReadString(&iter, origin) && !origin->empty();
|
| /external/chromium_org/ipc/ |
| ipc_perftest_support.cc | 103 EXPECT_TRUE(iter.ReadString(&payload)); 172 EXPECT_TRUE(iter.ReadString(&reflected_payload));
|
| ipc_fuzzing_tests.cc | 47 EXPECT_FALSE(m.ReadString(&iter, &vs));
|
| /external/chromium_org/net/http/ |
| http_response_info.cc | 240 if (pickle.ReadString(&iter, &socket_address_host)) { 254 if (!pickle.ReadString(&iter, &npn_negotiated_protocol))
|
| /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
| plugin.pb.cc | 249 DO_(::google::protobuf::internal::WireFormatLite::ReadString( 268 DO_(::google::protobuf::internal::WireFormatLite::ReadString( 581 DO_(::google::protobuf::internal::WireFormatLite::ReadString( 598 DO_(::google::protobuf::internal::WireFormatLite::ReadString( 615 DO_(::google::protobuf::internal::WireFormatLite::ReadString( [all...] |
| /external/protobuf/src/google/protobuf/compiler/ |
| plugin.pb.cc | 242 DO_(::google::protobuf::internal::WireFormatLite::ReadString( 260 DO_(::google::protobuf::internal::WireFormatLite::ReadString( 575 DO_(::google::protobuf::internal::WireFormatLite::ReadString( 592 DO_(::google::protobuf::internal::WireFormatLite::ReadString( 609 DO_(::google::protobuf::internal::WireFormatLite::ReadString( 896 DO_(::google::protobuf::internal::WireFormatLite::ReadString( [all...] |
| /external/chromium_org/content/zygote/ |
| zygote_linux.cc | 480 if (!pickle.ReadString(&iter, &process_type)) 487 if (!pickle.ReadString(&iter, &arg))
|
| zygote_main_linux.cc | 128 if (!reply.ReadString(&iter, &result) || 129 !reply.ReadString(&iter, &timezone) ||
|
| /external/chromium_org/chrome/utility/media_galleries/ |
| pmp_column_reader_unittest.cc | 46 return reader->ReadString(row, target);
|
| /external/chromium_org/media/base/ |
| test_helpers.cc | 238 bool success = pickle.ReadString(&header) && pickle.ReadInt(&width) &&
|
| /external/chromium_org/ppapi/proxy/ |
| serialized_flash_menu.cc | 90 if (!m->ReadString(iter, &name))
|
| /external/chromium_org/third_party/webrtc/base/ |
| bytebuffer.cc | 124 bool ByteBuffer::ReadString(std::string* val, size_t len) {
|
| socketadapters.cc | 602 !response.ReadString(&addr, len) || 608 if (!response.ReadString(&addr, 16) || 764 !request->ReadString(&user, user_len) || 766 !request->ReadString(&pass, pass_len)) {
|
| /external/lzma/CPP/7zip/Archive/7z/ |
| 7zIn.h | 119 void ReadString(UString &s);
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| cmnquery.h | 77 STDMETHOD(ReadString)(THIS_ LPCWSTR pSection,LPCWSTR pValueName,LPWSTR pBuffer,INT cchBuffer) PURE;
|
| /external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
| stun_unittest.cc | [all...] |
| /external/chromium_org/base/metrics/ |
| histogram_unittest.cc | 382 EXPECT_TRUE(iter.ReadString(&name)); 428 EXPECT_TRUE(iter.ReadInt(&i) && iter.ReadString(&s) && iter.ReadInt(&i) &&
|
| /external/chromium_org/third_party/protobuf/src/google/protobuf/ |
| wire_format_lite.cc | 153 if (!input->ReadString(unknown_fields->AddLengthDelimited(number), 569 bool WireFormatLite::ReadString(io::CodedInputStream* input,
|
| /external/chromium_org/base/ |
| pickle.cc | 133 bool PickleIterator::ReadString(std::string* result) {
|
| /external/chromium_org/chrome/browser/renderer_host/pepper/ |
| pepper_flash_clipboard_message_filter.cc | 78 if (!JumpToFormatInPickle(format, &iter) || !iter.ReadString(&result))
|
| /external/chromium_org/components/nacl/loader/ |
| nacl_helper_linux.cc | 164 if (!input_iter->ReadString(&channel_id)) {
|
| /external/chromium_org/ipc/mojo/ |
| ipc_channel_mojo_unittest.cc | 35 EXPECT_TRUE(iter.ReadString(&should_be_ok));
|
| /external/chromium_org/sandbox/linux/services/ |
| broker_process.cc | 379 if (!read_pickle.ReadString(&iter, &requested_filename) ||
|