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

<<81828384858687888990>>

  /external/chromium_org/components/leveldb_proto/
leveldb_database.h 8 #include <string>
32 const std::vector<std::string>& keys_to_remove);
33 virtual bool Load(std::vector<std::string>* entries);
  /external/chromium_org/components/metrics/
metrics_hashes_unittest.cc 16 std::string input;
17 std::string output;
26 std::string hash_hex = base::StringPrintf("0x%016" PRIx64, hash);
  /external/chromium_org/components/nacl/browser/
nacl_file_host.h 8 #include <string>
35 const std::string& filename,
41 bool PnaclCanOpenFile(const std::string& filename,
  /external/chromium_org/components/omnibox/
keyword_extensions_delegate.h 13 #include <string>
33 virtual bool IsEnabledExtension(const std::string& extension_id);
48 virtual void EnterExtensionKeywordMode(const std::string& extension_id);
  /external/chromium_org/components/policy/core/browser/
browser_policy_connector_ios.h 8 #include <string>
27 const std::string& user_agent,
37 std::string user_agent_;
  /external/chromium_org/components/policy/core/common/cloud/
mock_cloud_external_data_manager.h 8 #include <string>
33 MOCK_METHOD2(Fetch, void(const std::string&,
37 const std::string& policy);
  /external/chromium_org/components/policy/core/common/
policy_namespace.h 8 #include <string>
16 // string depends on the domain; for example, if the PolicyDomain is
19 // The component ID for chrome policies is always the empty string.
35 PolicyNamespace(PolicyDomain domain, const std::string& component_id);
45 std::string component_id;
  /external/chromium_org/components/proximity_auth/
bluetooth_util.h 8 #include <string>
20 typedef base::Callback<void(const std::string& error_message)> ErrorCallback;
27 void SeekDeviceByAddress(const std::string& device_address,
  /external/chromium_org/components/startup_metric_utils/
startup_metric_utils.h 8 #include <string>
65 explicit ScopedSlowStartupUMA(const std::string& histogram_name)
73 const std::string histogram_name_;
  /external/chromium_org/components/storage_monitor/
image_capture_device_manager.h 9 #include <string>
32 static ImageCaptureDevice* deviceForUUID(const std::string& uuid);
43 void EjectDevice(const std::string& uuid,
  /external/chromium_org/components/sync_driver/
data_type_manager.cc 23 std::string DataTypeManager::ConfigureStatusToString(ConfigureStatus status) {
33 return std::string();
35 return std::string();
  /external/chromium_org/components/user_manager/
empty_user_info.h 8 #include <string>
27 virtual std::string GetEmail() const OVERRIDE;
28 virtual std::string GetUserID() const OVERRIDE;
user_info_impl.h 8 #include <string>
26 virtual std::string GetEmail() const OVERRIDE;
27 virtual std::string GetUserID() const OVERRIDE;
  /external/chromium_org/content/browser/
plugin_data_remover_impl.h 8 #include <string>
28 void set_mime_type(const std::string& mime_type) { mime_type_ = mime_type; }
33 std::string mime_type_;
  /external/chromium_org/content/browser/tracing/
tracing_ui.h 9 #include <string>
25 const std::string& report_id,
26 const std::string& error_message);
  /external/chromium_org/content/child/npapi/
webplugin_resource_client.h 8 #include <string>
24 virtual void DidReceiveResponse(const std::string& mime_type,
25 const std::string& headers,
  /external/chromium_org/content/child/webcrypto/
status.h 8 #include <string>
33 const std::string& error_details() const { return error_details_; }
58 static Status ErrorJwkPropertyMissing(const std::string& property);
61 static Status ErrorJwkPropertyWrongType(const std::string& property,
62 const std::string& expected_type);
64 // The property |property| was a string, however could not be successfully
66 static Status ErrorJwkBase64Decode(const std::string& property);
96 // The "kty" parameter was given and was a string, however it was not the
98 static Status ErrorJwkUnexpectedKty(const std::string& expected);
107 // integer, however was the empty string
    [all...]
  /external/chromium_org/content/common/
p2p_socket_type.h 11 #include <string>
38 // Struct which carries both resolved IP address and host string literal.
42 P2PHostAndIPEndPoint(const std::string& hostname,
47 std::string hostname;
  /external/chromium_org/content/public/common/
frame_navigate_params.h 8 #include <string>
59 std::string searchable_form_encoding;
62 std::string contents_mime_type;
socket_permission_request.h 8 #include <string>
29 const std::string& host,
37 std::string host;
speech_recognition_grammar.h 19 explicit SpeechRecognitionGrammar(const std::string& url_value)
23 SpeechRecognitionGrammar(const std::string& url_value, double weight_value)
28 std::string url;
  /external/chromium_org/content/renderer/android/
address_detector.h 14 // Finds a geographical address (currently US only) in the given text string.
26 std::string* content_text) OVERRIDE;
27 virtual GURL GetIntentURL(const std::string& content_text) OVERRIDE;
30 std::string GetContentText(const base::string16& text);
  /external/chromium_org/content/shell/common/
shell_content_client.h 8 #include <string>
16 std::string GetShellUserAgent();
22 virtual std::string GetUserAgent() const OVERRIDE;
  /external/chromium_org/dbus/
exported_object.h 11 #include <string>
56 typedef base::Callback<void (const std::string& interface_name,
57 const std::string& method_name,
78 virtual bool ExportMethodAndBlock(const std::string& interface_name,
79 const std::string& method_name,
89 virtual void ExportMethod(const std::string& interface_name,
90 const std::string& method_name,
112 void ExportMethodInternal(const std::string& interface_name,
113 const std::string& method_name,
119 const std::string& interface_name
    [all...]
  /external/chromium_org/device/media_transfer_protocol/
media_transfer_protocol_daemon_client.h 12 #include <string>
42 typedef base::Callback<void(const std::vector<std::string>& storage_names)
52 typedef base::Callback<void(const std::string& handle)> OpenStorageCallback;
68 // The argument is a string containing the file data.
69 typedef base::Callback<void(const std::string& data)> ReadFileCallback;
75 const std::string& storage_name)
88 virtual void GetStorageInfo(const std::string& storage_name,
95 virtual void OpenStorage(const std::string& storage_name,
96 const std::string& mode,
103 virtual void CloseStorage(const std::string& handle
    [all...]

Completed in 931 milliseconds

<<81828384858687888990>>