HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 1501 - 1525 of 27455) sorted by null

<<61626364656667686970>>

  /external/chromium_org/remoting/host/
gnubby_auth_handler.h 8 #include <string>
37 virtual void DeliverClientMessage(const std::string& message) = 0;
41 const std::string& data) const = 0;
json_host_config.h 8 #include <string>
30 std::string GetSerializedData();
34 bool SetSerializedData(const std::string& config);
  /external/chromium_org/remoting/host/win/
com_security.h 8 #include <string>
32 bool InitializeComSecurity(const std::string& security_descriptor,
33 const std::string& mandatory_label,
  /external/chromium_org/remoting/protocol/
datagram_channel_factory.h 8 #include <string>
31 virtual void CreateChannel(const std::string& name,
37 virtual void CancelChannelCreation(const std::string& name) = 0;
stream_channel_factory.h 8 #include <string>
36 virtual void CreateChannel(const std::string& name,
42 virtual void CancelChannelCreation(const std::string& name) = 0;
  /external/chromium_org/rlz/lib/
machine_id.h 10 #include <string>
15 // Windows, this ID is derived from the Windows machine SID, and is the string
19 bool GetMachineId(std::string* machine_id);
21 // Retrieves a raw machine identifier string and a machine-specific
23 // the Crc8 of that, and return a hex-encoded string of that data.
29 std::string* machine_id);
  /external/chromium_org/storage/common/fileapi/
file_system_info.h 8 #include <string>
21 FileSystemInfo(const std::string& filesystem_name,
26 std::string name;
  /external/chromium_org/sync/internal_api/public/
http_post_provider_interface.h 8 #include <string>
28 // |content| is a data buffer; Do not interpret as a null-terminated string.
41 // by GetResponseContent, so it is analogous to calling string.length.
45 // This is a null terminated string of characters.
50 // If the header is not present, returns the empty string.
51 virtual const std::string GetResponseHeaderValue(
52 const std::string& name) const = 0;
non_blocking_sync_common.h 8 #include <string>
39 std::string type_root_id;
44 std::string encryption_key_name;
63 std::string id;
64 std::string client_tag_hash;
74 std::string non_unique_name;
83 std::string id;
84 std::string client_tag_hash;
93 std::string id;
94 std::string client_tag_hash
    [all...]
  /external/chromium_org/sync/syncable/
syncable_proto_util.h 8 #include <string>
19 // Converts from a specially formatted string field to a syncable::Id. Used
21 syncable::Id SyncableIdFromProto(const std::string& proto_string);
23 // Converts from a syncable::Id to a formatted std::string. This is useful for
25 SYNC_EXPORT_PRIVATE std::string SyncableIdToProto(
  /external/chromium_org/sync/test/fake_server/
entity_builder.cc 7 #include <string>
12 using std::string;
18 EntityBuilder::EntityBuilder(ModelType model_type, const string& name)
  /external/chromium_org/sync/util/
get_session_name.h 8 #include <string>
20 // Invokes |done_callback| with the session name, a UTF-8 string.
23 const base::Callback<void(const std::string&)>& done_callback);
25 SYNC_EXPORT_PRIVATE std::string GetSessionNameSynchronouslyForTesting();
get_session_name_win.cc 16 std::string GetComputerName() {
20 std::string result;
25 return std::string();
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
KURLHash.h 38 return key.string().impl()->hash();
43 return StringHash::equal(a.string(), b.string());
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
string_byte_sink.h 8 #include <string>
12 // Implementation of a string byte sink needed when ICU is compiled without
13 // support for std::string which is the case on Android.
16 // Constructs a ByteSink that will append bytes to the dest string.
17 explicit StringByteSink(std::string* dest);
23 std::string* const dest_;
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
comparator.h 8 #include <string>
43 // If *start < limit, changes *start to a short string in [start,limit).
47 std::string* start,
50 // Changes *key to a short string >= *key.
53 virtual void FindShortSuccessor(std::string* key) const = 0;
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
preload_supplier.h 25 #include <string>
53 typedef i18n::addressinput::Callback<const std::string&, int> Callback;
75 void LoadRules(const std::string& region_code, const Callback& loaded);
79 const std::map<std::string, const Rule*>& GetRulesForRegion(
80 const std::string& region_code) const;
82 bool IsLoaded(const std::string& region_code) const;
83 bool IsPending(const std::string& region_code) const;
88 bool IsLoadedKey(const std::string& key) const;
89 bool IsPendingKey(const std::string& key) const;
92 std::set<std::string> pending_
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
address_field_util.h 20 #include <string>
32 void ParseFormatRule(const std::string& format,
38 void ParseAddressFieldsRequired(const std::string& required,
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
v4llookup.h 12 #include <string>
20 static bool IsV4L2Device(const std::string& device_path) {
38 virtual bool CheckIsV4L2Device(const std::string& device_path);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportinfo.h 31 #include <string>
47 TransportInfo(const std::string& content_name,
52 std::string content_name;
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
pubsubtasks.h 41 std::string itemid;
53 const std::string& node);
68 const std::string& node)
84 std::string node_;
94 const std::string& node,
95 const std::string& itemid,
98 const std::string& itemid() const { return itemid_; }
106 std::string itemid_;
115 const std::string& node,
116 const std::string& itemid)
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
string_byte_sink.cc 17 #include <string>
19 using std::string;
24 StringByteSink::StringByteSink(string* dest) : dest_(dest) {}
string_byte_sink.h 15 // We need this because when ICU is built without std::string support,
17 // UnicodeString::toUTF8(), requires an implementation of a string byte sink.
20 #include <string>
29 // Constructs a ByteSink that will append bytes to the dest string.
30 explicit StringByteSink(std::string* dest);
36 std::string* const dest_;
  /external/chromium_org/third_party/npapi/npspy/windows/
loggerw.h 41 #include <string>
60 void dumpStringToMainWindow(const std::string& string);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.h 40 #include <string>
59 const string& parameter,
61 string* error) const;

Completed in 1665 milliseconds

<<61626364656667686970>>