| /external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
| l10n_util_test_util.h | 8 #include <string> 29 void AddInputMethod(const std::string& id, 30 const std::string& raw_layout, 31 const std::string& language_code);
|
| /external/chromium_org/chrome/browser/ui/webui/ |
| identity_internals_ui_browsertest.h | 8 #include <string> 24 void AddTokenToCache(const std::string token_id, 25 const std::string extension_id, 26 const std::vector<std::string>& scopes,
|
| /external/chromium_org/chrome/common/extensions/ |
| extension_test_util.h | 8 #include <string> 23 const std::string& dir, 24 const std::string& test_file, 27 const std::string& id, 28 std::string* error); 31 const std::string& dir, 32 const std::string& test_file, 35 std::string* error); 38 const std::string& dir, 39 const std::string& test_file [all...] |
| /external/chromium_org/chrome/common/media/ |
| webrtc_logging_message_data.h | 8 #include <string> 15 WebRtcLoggingMessageData(base::Time time, const std::string& message); 17 // Returns a string formatted as "[XXX:YYY] $message", where "[XXX:YYY]" is 20 std::string Format(base::Time start_time) const; 23 std::string message;
|
| /external/chromium_org/chrome/service/cloud_print/ |
| cloud_print_token_store.h | 8 #include <string> 26 void SetToken(const std::string& token); 27 std::string token() const { 33 std::string token_;
|
| /external/chromium_org/chrome/test/chromedriver/chrome/ |
| device_manager.h | 9 #include <string> 25 Status SetUp(const std::string& package, 26 const std::string& activity, 27 const std::string& process, 28 const std::string& args, 37 Device(const std::string& device_serial, 41 Status ForwardDevtoolsPort(const std::string& package, 42 const std::string& process, 43 std::string& device_socket, 46 const std::string serial_ [all...] |
| /external/chromium_org/chrome/test/chromedriver/ |
| keycode_text_conversion.h | 8 #include <string> 23 std::string* text, 24 std::string* error_msg); 29 // it will be set to the empty string. 33 std::string* error_msg);
|
| /external/chromium_org/chromecast/media/base/ |
| key_systems_common_simple.cc | 10 CastKeySystem GetPlatformKeySystemByName(const std::string& key_system_name) {
|
| /external/chromium_org/chromeos/ime/ |
| input_method_delegate.h | 8 #include <string> 23 virtual std::string GetHardwareKeyboardLayouts() const = 0; 25 // Retrieves localized string for |resource_id|. 28 // Set hardware layout string for testting purpose. 30 const std::string& layout) = 0; 37 const std::string& language_code) const = 0;
|
| /external/chromium_org/chromeos/network/ |
| network_util.h | 13 #include <string> 36 std::string ssid; // The ssid of the WiFi node if available. 37 std::string mac_address; // The mac address of the WiFi node. 48 std::string status; // The network's availability status. (One of "unknown", 50 std::string network_id; // 3GPP operator code ("MCCMNC"). 51 std::string short_name; // Short-format name of the operator. 52 std::string long_name; // Long-format name of the operator. 53 std::string technology; // Access technology. 69 const std::string& path, 71 const std::string& error_message)> NetworkOperationCallback [all...] |
| /external/chromium_org/chromeos/network/onc/ |
| onc_test_utils.h | 8 #include <string> 22 // Read the file at |filename| as a string. CHECKs if any error occurs. 23 std::string ReadTestData(const std::string& filename); 28 const std::string& filename);
|
| /external/chromium_org/components/gcm_driver/ |
| system_encryptor.cc | 13 bool SystemEncryptor::EncryptString(const std::string& plaintext, 14 std::string* ciphertext) { 18 bool SystemEncryptor::DecryptString(const std::string& ciphertext, 19 std::string* plaintext) {
|
| system_encryptor.h | 18 virtual bool EncryptString(const std::string& plaintext, 19 std::string* ciphertext) OVERRIDE; 21 virtual bool DecryptString(const std::string& ciphertext, 22 std::string* plaintext) OVERRIDE;
|
| /external/chromium_org/components/metrics/serialization/ |
| serialization_utils.h | 8 #include <string> 21 // Deserializes a sample passed as a string and return a sample. 24 scoped_ptr<MetricSample> ParseSample(const std::string& sample); 27 void ReadAndTruncateMetricsFromFile(const std::string& filename, 40 bool WriteMetricToFile(const MetricSample& sample, const std::string& filename);
|
| /external/chromium_org/components/nacl/loader/ |
| nacl_validation_db.h | 8 #include <string> 19 virtual bool QueryKnownToValidate(const std::string& signature) = 0; 20 virtual void SetKnownToValidate(const std::string& signature) = 0; 22 int32* fd, std::string* path) = 0;
|
| /external/chromium_org/components/nacl/renderer/ |
| platform_info.h | 15 std::string GetCpuFeatures();
|
| /external/chromium_org/components/sync_driver/ |
| local_device_info_provider.h | 8 #include <string> 30 // Returns a GUID string used for creation of the machine tag for 33 virtual std::string GetLocalSyncCacheGUID() const = 0; 37 const std::string& cache_guid, 38 const std::string& signin_scoped_device_id) = 0;
|
| system_encryptor.cc | 13 bool SystemEncryptor::EncryptString(const std::string& plaintext, 14 std::string* ciphertext) { 18 bool SystemEncryptor::DecryptString(const std::string& ciphertext, 19 std::string* plaintext) {
|
| system_encryptor.h | 18 virtual bool EncryptString(const std::string& plaintext, 19 std::string* ciphertext) OVERRIDE; 21 virtual bool DecryptString(const std::string& ciphertext, 22 std::string* plaintext) OVERRIDE;
|
| /external/chromium_org/components/url_matcher/ |
| string_pattern.h | 8 #include <string> 17 // a string (interpreted as individual bytes, no character encoding) and an 21 // patterns matched a string. All patterns registered to a matcher 27 StringPattern(const std::string& pattern, ID id); 29 const std::string& pattern() const { return pattern_; } 35 std::string pattern_;
|
| /external/chromium_org/content/browser/ |
| histogram_message_filter.h | 8 #include <string> 29 const std::vector<std::string>& pickled_histograms); 30 void OnGetBrowserHistogram(const std::string& name, 31 std::string* histogram_json);
|
| /external/chromium_org/content/browser/webui/ |
| shared_resources_data_source.h | 18 virtual std::string GetSource() const OVERRIDE; 20 const std::string& path, 24 virtual std::string GetMimeType(const std::string&) const OVERRIDE;
|
| /external/chromium_org/content/common/media/ |
| webrtc_identity_messages.h | 21 std::string /* identity_name */, 22 std::string /* common_name */) 30 std::string /* certificate */, 31 std::string /* private_key */)
|
| /external/chromium_org/courgette/ |
| base_test_unittest.h | 9 #include <string> 16 std::string FileContents(const char* file_name) const; 20 std::string FilesContents(std::list<std::string> file_names) const;
|
| /external/chromium_org/crypto/ |
| scoped_test_nss_chromeos_user.h | 8 #include <string> 23 explicit ScopedTestNSSChromeOSUser(const std::string& username_hash); 26 std::string username_hash() const { return username_hash_; } 34 const std::string username_hash_;
|