Searched refs:string (Results 76 - 100 of 26356) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/android/
H A Dchrome_startup_flags.h8 #include <string>
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_chromeos.cc8 const std::string& app_id) {
/external/chromium_org/chrome/common/
H A Dpref_names_util.h8 #include <string>
15 bool ParseFontNamePrefPath(const std::string& pref_path,
16 std::string* generic_family,
17 std::string* script);
/external/chromium_org/chrome/tools/convert_dict/
H A Dhunspell_reader.h8 #include <string>
14 std::string ReadLine(FILE* file);
16 // Trims whitespace from the beginning and end of the given string. Also trims
18 void TrimLine(std::string* line);
21 void StripComment(std::string* line);
/external/chromium_org/content/renderer/media/crypto/
H A Dkey_systems.h8 #include <string>
22 std::string GetUnprefixedKeySystemName(const std::string& key_system);
25 std::string GetPrefixedKeySystemName(const std::string& key_system);
33 CONTENT_EXPORT bool IsConcreteSupportedKeySystem(const std::string& key_system);
37 const std::string& mime_type,
38 const std::vector<std::string>& codecs,
39 const std::string& key_system);
42 CONTENT_EXPORT std::string KeySystemNameForUM
[all...]
/external/chromium_org/content/renderer/media/
H A Dwebrtc_logging_noop.cc9 void WebRtcLogMessage(const std::string& message) {}
/external/chromium_org/dbus/
H A Dutil.h8 #include <string>
22 CHROME_DBUS_EXPORT std::string GetAbsoluteMemberName(
23 const std::string& interface_name,
24 const std::string& member_name);
/external/chromium_org/extensions/browser/
H A Dgranted_file_entry.h8 #include <string>
17 std::string id;
18 std::string filesystem_id;
19 std::string registered_name;
/external/chromium_org/extensions/browser/value_store/
H A Dvalue_store_util.h8 #include <string>
17 scoped_ptr<std::string> NewKey(const std::string& key);
21 scoped_ptr<std::string> NoKey();
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/
H A Dmemory.h8 #include <string.h>
/external/chromium_org/net/http/
H A Dhttp_log_util.h8 #include <string>
17 NET_EXPORT_PRIVATE std::string ElideHeaderValueForNetLog(
19 const std::string& header,
20 const std::string& value);
/external/chromium_org/remoting/base/
H A Dauth_token_util.h8 #include <string>
12 // Given a string of the form "auth_service:auth_token" parses it into its
14 void ParseAuthTokenWithService(const std::string& auth_service_with_token,
15 std::string* auth_token,
16 std::string* auth_service);
/external/chromium_org/rlz/lib/
H A Dassert.cc12 std::string expected_assertion_;
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DRefCountedScriptWrappable.cpp10 RefCountedScriptWrappable::RefCountedScriptWrappable(const String& string) argument
11 : m_string(string)
19 PassRefPtr<RefCountedScriptWrappable> RefCountedScriptWrappable::create(const String& string) argument
21 return adoptRef(new RefCountedScriptWrappable(string));
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dstd_string.h22 * \brief C++ API: Central ICU header for including the C++ standard &lt;string&gt;
30 #include <string>
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Dstring_util.h11 // std::string.
16 #include <string>
22 std::string DoReplaceStringPlaceholders(const std::string& format_string,
23 const std::vector<std::string>& subst);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_maos.c7 #include <string.h>
/external/chromium_org/tools/clang/empty_string/tests/
H A Dtest-expected.cc5 // Test file for the empty string clang tool.
7 #include <string>
9 // Tests for std::string declarations.
11 std::string a, b("abc"), c;
14 // Tests for std::string allocated with new.
16 std::string* a = new std::string, *b = new std::string("abc"),
17 *c = new std::string, *d = new std::string();
[all...]
/external/chromium_org/ui/gfx/
H A Dfont_fallback_mac.cc7 #include <string>
14 std::vector<std::string> GetFallbackFontFamilies(
15 const std::string& font_family) {
17 return std::vector<std::string>(1, font_family);
/external/chromium_org/v8/tools/
H A Dcsvparser.js53 * @param {string} line Input line.
64 if (typeof fieldMatch[1] === "string") {
70 // in the worst case the match will be an empty string.
/external/iproute2/genl/
H A Dstatic-syms.c1 #include <string.h>
/external/iproute2/ip/
H A Dstatic-syms.c1 #include <string.h>
/external/iproute2/tc/
H A Dstatic-syms.c1 #include <string.h>
/external/kernel-headers/original/uapi/linux/
H A Dstring.h7 #include <string.h>
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_maos.c7 #include <string.h>

Completed in 1805 milliseconds

1234567891011>>