Searched refs:string (Results 201 - 225 of 26356) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/third_party/mozilla_security_manager/
H A DnsNSSCertHelper.h46 #include <string>
53 std::string DumpOidString(SECItem* oid);
54 std::string GetOIDText(SECItem* oid);
56 std::string ProcessRDN(CERTRDN* rdn);
57 std::string ProcessName(CERTName* name);
58 std::string ProcessBasicConstraints(SECItem* extension_data);
59 std::string ProcessGeneralName(PRArenaPool* arena,
61 std::string ProcessGeneralNames(PRArenaPool* arena,
63 std::string ProcessAltName(SECItem* extension_data);
64 std::string ProcessSubjectKeyI
[all...]
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcloud_print_response_parser.h8 #include <string>
27 std::string job_id;
29 std::string file_url;
30 std::string ticket_url;
31 std::string title;
34 std::string file;
35 std::string ticket;
40 bool ParseRegisterStartResponse(const std::string& response,
41 std::string* error_description,
42 std::string* polling_ur
[all...]
H A Dprint_job_handler.h9 #include <string>
31 const std::string& ticket,
32 std::string* job_id_out,
35 std::string* error_description_out);
40 std::string* job_id_out,
42 std::string* error_description_out,
48 const std::string& job_id,
50 std::string* error_description_out,
54 bool GetJobState(const std::string& id, LocalPrintJob::Info* info_out);
57 bool SavePrintJob(const std::string
[all...]
H A Dservice_parameters.h8 #include <string>
18 ServiceParameters(const std::string& service_type,
19 const std::string& secondary_service_type,
20 const std::string& service_name_prefix,
21 const std::string& service_domain_name,
26 std::string service_type_;
27 std::string secondary_service_type_;
28 std::string service_name_;
29 std::string service_domain_name_;
/external/chromium_org/components/policy/core/common/cloud/
H A Dresource_cache.h10 #include <string>
38 bool Store(const std::string& key,
39 const std::string& subkey,
40 const std::string& data);
45 bool Load(const std::string& key,
46 const std::string& subkey,
47 std::string* data);
50 void LoadAllSubkeys(const std::string& key,
51 std::map<std::string, std::string>* content
[all...]
/external/chromium_org/components/sync_driver/
H A Ddevice_info.h8 #include <string>
23 DeviceInfo(const std::string& guid,
24 const std::string& client_name,
25 const std::string& chrome_version,
26 const std::string& sync_user_agent,
28 const std::string& signin_scoped_device_id);
35 const std::string& guid() const;
38 const std::string& client_name() const;
40 // Chrome version string.
41 const std::string
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dfilename.h11 #include <string>
33 extern std::string LogFileName(const std::string& dbname, uint64_t number);
38 extern std::string TableFileName(const std::string& dbname, uint64_t number);
43 extern std::string SSTTableFileName(const std::string& dbname, uint64_t number);
48 extern std::string DescriptorFileName(const std::string& dbname,
54 extern std::string CurrentFileNam
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dasyoutypeformatter.h37 #include <string>
50 using std::string;
64 // given string parameter for convenience).
65 const string& InputDigit(char32 next_char, string* result);
72 // given string parameter for convenience).
73 const string& InputDigitAndRememberPosition(char32 next_char, string* result);
86 explicit AsYouTypeFormatter(const string& region_code);
90 const PhoneMetadata* GetMetadataForRegion(const string
[all...]
/external/chromium_org/chromeos/network/
H A Dnetwork_ip_config.h8 #include <string>
31 NetworkIPConfig(const std::string& device_path, IPConfigType type,
32 const std::string& address, const std::string& netmask,
33 const std::string& gateway, const std::string& name_servers);
36 std::string ToString() const;
38 std::string device_path; // This looks like "/device/0011aa22bb33"
40 std::string address;
41 std::string netmas
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dxmlnsstack.h31 #include <string>
43 void AddXmlns(const std::string& prefix, const std::string& ns);
49 std::pair<std::string, bool> NsForPrefix(const std::string& prefix);
50 bool PrefixMatchesNs(const std::string & prefix, const std::string & ns);
51 std::pair<std::string, bool> PrefixForNs(const std::string& ns, bool isAttr);
52 std::pair<std::string, boo
[all...]
/external/chromium_org/third_party/webrtc/libjingle/xmllite/
H A Dxmlnsstack.h14 #include <string>
26 void AddXmlns(const std::string& prefix, const std::string& ns);
32 std::pair<std::string, bool> NsForPrefix(const std::string& prefix);
33 bool PrefixMatchesNs(const std::string & prefix, const std::string & ns);
34 std::pair<std::string, bool> PrefixForNs(const std::string& ns, bool isAttr);
35 std::pair<std::string, boo
[all...]
/external/chromium_org/net/http/
H A Dhttp_util.h8 #include <string>
18 // This is a macro to support extending this string literal at compile time.
28 static std::string PathForRequest(const GURL& url);
33 static std::string SpecForRequest(const GURL& url);
37 // within a quoted string). Returns the offset of the found delimiter or
39 static size_t FindDelimiter(const std::string& line,
49 static void ParseContentType(const std::string& content_type_str,
50 std::string* mime_type,
51 std::string* charset,
53 std::string* boundar
[all...]
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_factory_test_util.h8 #include <string>
30 const std::string& name,
31 const std::string& keyword,
32 const std::string& search_url,
33 const std::string& suggest_url,
34 const std::string& icon_url,
35 const std::string& encodings,
36 const std::string& alternate_url,
37 const std::string& search_terms_replacement_key);
/external/chromium_org/chrome/common/
H A Dchrome_version_info.h8 #include <string>
35 // the empty string in this case, so it's not harmful if you don't
40 std::string ProductNameAndVersionForUserAgent() const;
43 std::string Name() const;
46 std::string Version() const;
49 std::string LastChange() const;
57 std::string OSType() const;
59 // Returns a human-readable modifier for the version string. For a branded
65 // be returned. In unbranded builds, the modifier is usually an empty string
69 static std::string GetVersionStringModifie
[all...]
/external/chromium_org/components/proximity_auth/
H A Dwire_message.h8 #include <string>
24 const std::string& serialized_message,
28 virtual std::string Serialize() const;
30 const std::string& permit_id() const { return permit_id_; }
31 const std::string& payload() const { return payload_; }
35 WireMessage(const std::string& permit_id, const std::string& payload);
40 const std::string permit_id_;
43 const std::string payload_;
/external/chromium_org/media/midi/
H A Dmidi_port_info.h8 #include <string>
18 MidiPortInfo(const std::string& in_id,
19 const std::string& in_manufacturer,
20 const std::string& in_name,
21 const std::string& in_version);
26 std::string id;
27 std::string manufacturer;
28 std::string name;
29 std::string version;
/external/chromium_org/ppapi/tests/
H A Dtest_url_util.h17 virtual void RunTests(const std::string& filter);
20 std::string TestCanonicalize();
21 std::string TestResolveRelative();
22 std::string TestIsSameSecurityOrigin();
23 std::string TestDocumentCanRequest();
24 std::string TestDocumentCanAccessDocument();
25 std::string TestGetDocumentURL();
26 std::string TestGetPluginInstanceURL();
27 std::string TestGetPluginReferrerURL();
/external/chromium_org/remoting/base/
H A Dservice_urls.h8 #include <string>
24 const std::string& directory_base_url() const;
25 const std::string& directory_hosts_url() const;
28 const std::string& xmpp_server_address() const;
32 const std::string& directory_bot_jid() const;
40 std::string directory_base_url_;
41 std::string directory_hosts_url_;
42 std::string xmpp_server_address_;
44 std::string directory_bot_jid_;
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
H A Dpairingrequestmessage.h18 #include <string>
32 explicit PairingRequestMessage(const std::string& service_name);
38 PairingRequestMessage(const std::string& service_name,
39 const std::string& client_name);
42 std::string service_name() const;
45 std::string client_name() const;
51 virtual std::string ToString() const;
53 std::string service_name_;
54 std::string client_name_;
/external/hamcrest/library/src/org/hamcrest/text/
H A DIsEqualIgnoringCase.java11 * Tests if a string is equal to another string, regardless of the case.
18 private final String string; field in class:IsEqualIgnoringCase
20 public IsEqualIgnoringCase(String string) { argument
21 if (string == null) {
24 this.string = string;
28 return string.equalsIgnoreCase(item);
33 .appendValue(string)
38 public static Matcher<String> equalToIgnoringCase(String string) { argument
[all...]
/external/chromium_org/base/i18n/
H A Dicu_encoding_detection.h8 #include <string>
16 // in |encoding|. For ASCII texts |encoding| will be set to an empty string.
18 BASE_I18N_EXPORT bool DetectEncoding(const std::string& text,
19 std::string* encoding);
25 BASE_I18N_EXPORT bool DetectAllEncodings(const std::string& text,
26 std::vector<std::string>* encodings);
/external/chromium_org/chrome/browser/extensions/api/content_settings/
H A Dcontent_settings_helpers.h8 #include <string>
22 ContentSettingsPattern ParseExtensionPattern(const std::string& pattern_str,
23 std::string* error);
25 // Converts a content settings type string to the corresponding
26 // ContentSettingsType. Returns CONTENT_SETTINGS_TYPE_DEFAULT if the string
29 const std::string& content_type);
30 // Returns a string representation of a ContentSettingsType.
33 // Converts a content setting string to the corresponding ContentSetting.
36 bool StringToContentSetting(const std::string& setting_str,
38 // Returns a string representatio
[all...]
/external/chromium_org/chrome/browser/history/
H A Durl_utils.h8 #include <string>
25 // so we consider |s1| < |s2|, and return true. Note that naive string
29 bool CanonicalURLStringCompare(const std::string& s1, const std::string& s2);
37 // prefix of "testing", even though "test" is a (string) prefix of "testing".
38 bool IsPathPrefix(const std::string& p1, const std::string& p2);
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_scan_manager_observer.h8 #include <string>
15 virtual void OnScanStarted(const std::string& extension_id) {}
16 virtual void OnScanCancelled(const std::string& extension_id) {}
18 const std::string& extension_id,
21 virtual void OnScanError(const std::string& extension_id) {}
/external/chromium_org/chromeos/ime/
H A Dextension_ime_util.h8 #include <string>
41 std::string CHROMEOS_EXPORT GetInputMethodID(const std::string& extension_id,
42 const std::string& engine_id);
47 std::string CHROMEOS_EXPORT GetComponentInputMethodID(
48 const std::string& extension_id,
49 const std::string& engine_id);
52 // extension IME ID. Otherwise returns an empty string ("").
53 std::string CHROMEOS_EXPORT GetExtensionIDFromInputMethodID(
54 const std::string
[all...]

Completed in 3538 milliseconds

1234567891011>>