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

<<919293949596979899100>>

  /external/chromium_org/remoting/host/
gnubby_auth_handler_win.cc 16 virtual void DeliverClientMessage(const std::string& message) OVERRIDE;
18 const std::string& data) const OVERRIDE;
37 void GnubbyAuthHandlerWin::DeliverClientMessage(const std::string& message) {
42 const std::string& data)
username.cc 19 std::string GetUsername() {
23 return std::string();
29 return passwd_result ? passwd_result->pw_name : std::string();
32 return std::string();
  /external/chromium_org/remoting/host/setup/win/
auth_code_getter.h 11 #include <string>
28 // authorization code, or an empty string on error.
29 void GetAuthCode(base::Callback<void(const std::string&)> on_auth_code);
37 // |auth_code| is an authorization code, or the empty string on an error.
38 bool TestBrowserUrl(std::string* auth_code);
43 base::Callback<void(const std::string&)> on_auth_code_;
  /external/chromium_org/remoting/protocol/
it2me_host_authenticator_factory.cc 15 const std::string& local_cert,
17 const std::string& shared_secret)
27 const std::string& local_jid,
28 const std::string& remote_jid,
third_party_host_authenticator.h 8 #include <string>
35 ThirdPartyHostAuthenticator(const std::string& local_cert,
50 const std::string& shared_secret);
52 std::string local_cert_;
  /external/chromium_org/storage/browser/fileapi/
file_system_options.h 8 #include <string>
36 const std::vector<std::string>& additional_allowed_schemes,
48 const std::vector<std::string>& additional_allowed_schemes() const {
56 const std::vector<std::string> additional_allowed_schemes_;
  /external/chromium_org/sync/test/engine/
test_syncable_utils.h 11 #include <string>
29 const std::string& name);
34 const std::string& name);
40 const std::string& name);
  /external/chromium_org/sync/test/fake_server/
bookmark_entity.cc 7 #include <string>
15 using std::string;
33 const string& parent_id,
34 const string& client_guid) {
38 string id = FakeServerEntity::CreateId(syncer::BOOKMARKS,
40 string originator_cache_guid = client_guid;
41 string originator_client_item_id = client_entity.id_string();
60 const string& parent_id) {
67 string originator_cache_guid =
69 string originator_client_item_id
    [all...]
  /external/chromium_org/sync/test/
mock_invalidation.h 20 const std::string& payload);
26 virtual const std::string& GetPayload() const OVERRIDE;
34 const std::string& payload);
43 const std::string payload_;
  /external/chromium_org/sync/util/
extensions_activity.h 9 #include <string>
31 std::string extension_id;
38 typedef std::map<std::string, Record> Records;
52 void UpdateRecord(const std::string& extension_id);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext.cpp 46 if (sourceURL.protocolIsData() || m_cleanURLs.contains(sourceURL.string()))
48 if (m_dirtyURLs.contains(sourceURL.string()))
56 m_dirtyURLs.add(sourceURL.string());
58 m_cleanURLs.add(sourceURL.string());
  /external/chromium_org/third_party/WebKit/Source/web/
WebMediaStreamRegistry.cpp 46 return WebMediaStream(MediaStreamRegistry::registry().lookupMediaStreamDescriptor(KURL(url).string()));
  /external/chromium_org/third_party/WebKit/public/platform/
WebThreadSafeData.h 38 #include <string>
64 operator std::string() const
67 return len ? std::string(data(), len) : std::string();
  /external/chromium_org/third_party/WebKit/public/platform/linux/
WebFontInfo.h 37 #include <string.h>
50 // Returns: the font family or an empty string if the request could not be satisfied.
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Macro.h 11 #include <string>
26 typedef std::vector<std::string> Parameters;
41 std::string name;
46 typedef std::map<std::string, Macro> MacroSet;
  /external/chromium_org/third_party/angle/util/win32/
Win32Window.h 11 #include <string>
20 bool initialize(const std::string &name, size_t width, size_t height);
35 std::string mParentClassName;
36 std::string mChildClassName;
  /external/chromium_org/third_party/leveldatabase/src/util/
testutil.h 15 // Store in *dst a random string of length "len" and return a Slice that
17 extern Slice RandomString(Random* rnd, int len, std::string* dst);
21 extern std::string RandomKey(Random* rnd, int len);
23 // Store in *dst a string of length "len" that will compress to
27 size_t len, std::string* dst);
39 virtual Status NewWritableFile(const std::string& fname,
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
format_element.h 15 // An object representing a token in a formatting string. This may be a
17 // string such as " ", or a newline.
25 #include <string>
35 // Builds an element representing a literal string |literal|.
36 explicit FormatElement(const std::string& literal);
48 const std::string& GetLiteral() const { return literal_; }
54 // empty string.
57 // The literal string for this element. This will be "\n" if this is a
60 std::string literal_;
retriever.h 24 #include <string>
42 typedef i18n::addressinput::Callback<const std::string&,
43 const std::string&> Callback;
56 void Retrieve(const std::string& key, const Callback& retrieved) const;
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
json.h 21 #include <string>
38 // Parses the |json| string and returns true if |json| is valid and it is an
40 bool ParseObject(const std::string& json);
47 // Returns true if the parsed JSON contains a string value for |key|. Sets
48 // |value| to the string value of the |key|. The JSON object must be parsed
51 bool GetStringValueForKey(const std::string& key, std::string* value) const;
string_split.cc 12 #include <string>
18 void SplitString(const std::string& str, char s, std::vector<std::string>* r) {
25 std::string tmp(str, last, i - last);
26 // Avoid converting an empty or all-whitespace source string into a vector
27 // of one empty string.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
videotrack.h 31 #include <string>
43 const std::string& label, VideoSourceInterface* source);
51 virtual std::string kind() const;
54 VideoTrack(const std::string& id, VideoSourceInterface* video_source);
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
macdeviceinfo.cc 32 bool GetUsbId(const Device& device, std::string* usb_id) {
41 std::string id_vendor = device.id.substr(vid_location, id_size);
43 std::string id_product = device.id.substr(pid_location, id_size);
52 bool GetUsbVersion(const Device& device, std::string* usb_version) {
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
mucroomdiscoverytask_unittest.cc 28 #include <string>
45 const std::string& name,
46 const std::string& conversation_id,
47 const std::set<std::string>& features,
48 const std::map<std::string, std::string>& extended_info) {
62 std::string last_name;
63 std::string last_conversation_id;
64 std::set<std::string> last_features;
65 std::map<std::string, std::string> last_extended_info
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_enum_reflection.h 42 #include <string>
59 // Helper for EnumType_Parse functions: try to parse the string 'name' as an
63 const string& name,
68 const string& name,
79 LIBPROTOBUF_EXPORT const string& NameOfEnum(const EnumDescriptor* descriptor, int value);

Completed in 1461 milliseconds

<<919293949596979899100>>