| /external/chromium_org/chromeos/network/ |
| network_state.h | 8 #include <string> 35 explicit NetworkState(const std::string& path); 40 virtual bool PropertyChanged(const std::string& key, 54 const std::string& security() const { return security_; } 55 const std::string& device_path() const { return device_path_; } 56 const std::string& guid() const { return guid_; } 57 const std::string& profile_path() const { return profile_path_; } 58 const std::string& error() const { return error_; } 59 const std::string& last_error() const { return last_error_; } 63 std::string connection_state() const [all...] |
| /external/chromium_org/extensions/browser/ |
| extension_scoped_prefs.h | 16 virtual void UpdateExtensionPref(const std::string& id, 17 const std::string& key, 21 virtual void DeleteExtensionPrefs(const std::string& id) = 0; 24 virtual bool ReadPrefAsBoolean(const std::string& extension_id, 25 const std::string& pref_key, 29 virtual bool ReadPrefAsInteger(const std::string& extension_id, 30 const std::string& pref_key, 33 // Reads a string pref |pref_key| from extension with id |extension_id|. 34 virtual bool ReadPrefAsString(const std::string& extension_id, 35 const std::string& pref_key [all...] |
| /external/chromium_org/ppapi/tests/ |
| test_file_io.h | 8 #include <string> 23 virtual void RunTests(const std::string& filter); 40 std::string TestOpen(); 41 std::string TestOpenDirectory(); 42 std::string TestReadWriteSetLength(); 43 std::string TestReadToArrayWriteSetLength(); 44 std::string TestTouchQuery(); 45 std::string TestAbortCalls(); 46 std::string TestParallelReads(); 47 std::string TestParallelWrites() [all...] |
| test_file_ref.h | 8 #include <string> 22 virtual void RunTests(const std::string& filter); 26 // Returns "" on success, a different string otherwise. 27 std::string MakeExternalFileRef(pp::FileRef* file_ref_ext); 31 std::string TestCreate(); 32 std::string TestGetFileSystemType(); 33 std::string TestGetName(); 34 std::string TestGetPath(); 35 std::string TestGetParent(); 36 std::string TestMakeDirectory() [all...] |
| test_flash_clipboard.h | 8 #include <string> 19 virtual void RunTests(const std::string& filter); 23 bool ReadStringVar(uint32_t format, std::string* result); 24 bool WriteStringVar(uint32_t format, const std::string& text); 26 bool ReadPlainTextMatches(const std::string& expected); 27 bool ReadHTMLMatches(const std::string& expected); 31 std::string TestReadWritePlainText(); 32 std::string TestReadWriteHTML(); 33 std::string TestReadWriteRTF(); 34 std::string TestReadWriteMultipleFormats() [all...] |
| test_flash_file.h | 8 #include <string> 19 virtual void RunTests(const std::string& filter); 25 std::string TestOpenFile(); 26 std::string TestRenameFile(); 27 std::string TestDeleteFileOrDir(); 28 std::string TestCreateDir(); 29 std::string TestQueryFile(); 30 std::string TestGetDirContents(); 31 std::string TestCreateTemporaryFile(); 34 // std::string TestOpenFileRef() [all...] |
| test_var.h | 8 #include <string> 21 virtual void RunTests(const std::string& filter); 23 std::string TestBasicString(); 24 std::string TestInvalidAndEmpty(); 25 std::string TestInvalidUtf8(); 26 std::string TestNullInputInUtf8Conversion(); 27 std::string TestValidUtf8(); 28 std::string TestUtf8WithEmbeddedNulls(); 29 std::string TestVarToUtf8ForWrongType(); 30 std::string TestHasPropertyAndMethod() [all...] |
| /external/chromium_org/third_party/boringssl/src/ssl/test/ |
| test_config.h | 18 #include <string> 28 std::string key_file; 29 std::string cert_file; 30 std::string expected_server_name; 31 std::string expected_certificate_types; 33 std::string advertise_npn; 34 std::string expected_next_proto; 36 std::string select_next_proto; 46 std::string expected_channel_id; 47 std::string send_channel_id [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
| jid.h | 31 #include <string> 48 explicit Jid(const std::string& jid_string); 49 explicit Jid(const std::string& node_name, 50 const std::string& domain_name, 51 const std::string& resource_name); 54 const std::string & node() const { return node_name_; } 55 const std::string & domain() const { return domain_name_; } 56 const std::string & resource() const { return resource_name_; } 58 std::string Str() const; 79 static std::string PrepNode(const std::string& node, bool* valid) [all...] |
| /external/oprofile/libpp/ |
| locate_images.h | 15 #include <string> 35 void populate(std::vector<std::string> const & paths, 36 std::string const & archive_path, 37 std::string const & root_path); 41 std::string const & value; 43 explicit matcher(std::string const & v) : value(v) {} 46 virtual bool operator()(std::string const & str) const { 54 std::vector<std::string> const find(matcher const & match) const; 57 std::vector<std::string> const find(std::string const & name) const [all...] |
| /external/chromium_org/chrome/common/cloud_print/ |
| cloud_print_helpers.h | 9 #include <string> 24 typedef std::map<std::string, std::string> PrinterTags; 29 // NOTE: Since we ALWAYS want to append here, we simply append the path string 32 std::string AppendPathToUrl(const GURL& url, const std::string& path); 37 const std::string& proxy_id); 40 const std::string& printer_id); 42 const std::string& printer_id, 43 const std::string& reason) [all...] |
| /external/chromium_org/chrome/browser/apps/drive/ |
| drive_app_mapping.h | 9 #include <string> 30 void Add(const std::string& drive_app_id, 31 const std::string& chrome_app_id, 33 void Remove(const std::string& drive_app_id); 35 std::string GetChromeApp(const std::string& drive_app_id) const; 36 std::string GetDriveApp(const std::string& chrome_app_id) const; 37 bool IsChromeAppGenerated(const std::string& chrome_app_id) const; 39 std::set<std::string> GetDriveAppIds() const [all...] |
| /external/chromium_org/chrome/browser/chromeos/file_system_provider/ |
| provided_file_system_info.h | 8 #include <string> 19 ProvidedFileSystemInfo(const std::string& extension_id, 20 const std::string& file_system_id, 21 const std::string& display_name, 27 const std::string& extension_id() const { return extension_id_; } 28 const std::string& file_system_id() const { return file_system_id_; } 29 const std::string& display_name() const { return display_name_; } 35 std::string extension_id_; 38 std::string file_system_id_; 41 std::string display_name_ [all...] |
| /external/chromium_org/chrome/browser/prefs/ |
| pref_hash_calculator.h | 8 #include <string> 29 PrefHashCalculator(const std::string& seed, const std::string& device_id); 35 std::string Calculate(const std::string& path, const base::Value* value) 40 ValidationResult Validate(const std::string& path, 42 const std::string& hash) const; 45 const std::string seed_; 46 const std::string device_id_; 47 const std::string legacy_device_id_ [all...] |
| /external/chromium_org/chrome/test/chromedriver/chrome/ |
| browser_info.h | 20 BrowserInfo(std::string browser_name_, 21 std::string browser_version_, 25 std::string browser_name; 26 std::string browser_version; 31 Status ParseBrowserInfo(const std::string& data, 34 Status ParseBrowserString(const std::string& browser_string, 35 std::string* browser_name, 36 std::string* browser_version, 39 Status ParseBlinkVersionString(const std::string& blink_version, 42 bool IsGitHash(const std::string& revision) [all...] |
| adb_impl.h | 8 #include <string> 29 virtual Status GetDevices(std::vector<std::string>* devices) OVERRIDE; 30 virtual Status ForwardPort(const std::string& device_serial, 32 const std::string& remote_abstract) OVERRIDE; 33 virtual Status SetCommandLineFile(const std::string& device_serial, 34 const std::string& command_line_file, 35 const std::string& exec_name, 36 const std::string& args) OVERRIDE; 37 virtual Status CheckAppInstalled(const std::string& device_serial, 38 const std::string& package) OVERRIDE [all...] |
| /external/chromium_org/components/autofill/core/browser/ |
| autofill_data_model.h | 8 #include <string> 22 AutofillDataModel(const std::string& guid, const std::string& origin); 25 // Returns the string that should be auto-filled into a text field given the 31 const std::string& app_locale) const; 37 std::string guid() const { return guid_; } 38 void set_guid(const std::string& guid) { guid_ = guid; } 40 std::string origin() const { return origin_; } 41 void set_origin(const std::string& origin) { origin_ = origin; } 45 std::string guid_ [all...] |
| /external/chromium_org/components/dom_distiller/core/ |
| url_utils.h | 8 #include <string> 17 const GURL GetDistillerViewUrlFromEntryId(const std::string& scheme, 18 const std::string& entry_id); 21 const GURL GetDistillerViewUrlFromUrl(const std::string& scheme, 25 // If the URL is invalid or if the key is not found, returns an empty string. 28 std::string GetValueForKeyInUrl(const GURL& url, const std::string& key); 31 std::string GetValueForKeyInUrlPathQuery(const std::string& path, 32 const std::string& key) [all...] |
| /external/chromium_org/extensions/common/ |
| install_warning.h | 9 #include <string> 16 explicit InstallWarning(const std::string& message); 17 InstallWarning(const std::string& message, 18 const std::string& key); 19 InstallWarning(const std::string& message, 20 const std::string& key, 21 const std::string& specific); 34 std::string message; 37 std::string key; 40 std::string specific [all...] |
| /external/chromium_org/media/base/ |
| text_track_config.h | 8 #include <string> 27 const std::string& label, 28 const std::string& language, 29 const std::string& id); 35 const std::string& label() const { return label_; } 36 const std::string& language() const { return language_; } 37 const std::string& id() const { return id_; } 41 std::string label_; 42 std::string language_; 43 std::string id_ [all...] |
| /external/chromium_org/net/server/ |
| http_server_request_info.h | 9 #include <string> 26 std::string GetHeaderValue(const std::string& header_name) const; 31 const std::string& header_name, 32 const std::string& header_value) const; 38 std::string method; 41 std::string path; 44 std::string data; 48 typedef std::map<std::string, std::string> HeadersMap [all...] |
| /external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
| shortnumberinfo.h | 23 #include <string> 33 using std::string; 47 bool ConnectsToEmergencyNumber(const string& number, 48 const string& region_code) const; 55 bool IsEmergencyNumber(const string& number, 56 const string& region_code) const; 62 scoped_ptr<map<string, PhoneMetadata> > 66 const string& region_code) const; 68 bool MatchesEmergencyNumberHelper(const string& number, 69 const string& region_code [all...] |
| regexp_adapter.h | 29 #include <string> 34 using std::string; 43 // Converts to a C++ string. 44 virtual string ToString() const = 0; 54 // Matches string to regular expression, returns true if expression was 56 // input_string - string to be searched. 58 // the beginning of the tested region of the string. 59 // matched_string1 - the first string extracted from the match. Can be NULL. 60 // matched_string2 - the second string extracted from the match. Can be NULL. 61 // matched_string3 - the third string extracted from the match. Can be NULL [all...] |
| /external/chromium_org/third_party/protobuf/src/google/protobuf/testing/ |
| file.h | 49 static bool Exists(const string& name); 51 // Read an entire file to a string. Return true if successful, false 53 static bool ReadFileToString(const string& name, string* output); 56 static void ReadFileToStringOrDie(const string& name, string* output); 58 // Create a file and write a string to it. 59 static void WriteStringToFileOrDie(const string& contents, 60 const string& name); 63 static bool CreateDir(const string& name, int mode) [all...] |
| /external/chromium_org/chrome/tools/convert_dict/ |
| aff_reader.h | 10 #include <string> 27 // rule string will be specified literally in the .dic file. This must be 31 // Returns a string representing the encoding of the dictionary. This will 35 // Converts the given string from the file encoding to UTF-8, returning true 37 bool EncodingToUTF8(const std::string& encoded, std::string* utf8) const; 39 // Adds a new affix string, returning the index. If it already exists, returns 43 int GetAFIndexForAFString(const std::string& af_string); 46 const std::string& comments() const { return intro_comment_; } 47 const std::vector<std::string>& affix_rules() const { return affix_rules_; [all...] |