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

<<111112113114115116117118119120>>

  /external/chromium_org/net/spdy/
hpack_decoder.h 9 #include <string>
66 const std::map<std::string, std::string>& decoded_block() {
93 std::string cookie_value_;
98 std::string headers_block_buffer_;
99 std::map<std::string, std::string> decoded_block_;
107 std::string key_buffer_, value_buffer_;
  /external/chromium_org/net/ssl/
ssl_cipher_suite_names.h 8 #include <string>
34 // Parses a string literal that represents a SSL/TLS cipher suite.
46 NET_EXPORT bool ParseSSLCipherString(const std::string& cipher_string,
  /external/chromium_org/net/test/spawned_test_server/
spawner_communicator.h 8 #include <string>
50 // Data from server: String "killed" returned if success.
56 // Data from server: String "ready" returned if success.
70 bool StartServer(const std::string& arguments,
91 void SendCommandAndWaitForResult(const std::string& command,
92 const std::string& post_data,
94 std::string* data_received);
97 void SendCommandAndWaitForResultOnIOThread(const std::string& command,
98 const std::string& post_data,
100 std::string* data_received)
    [all...]
  /external/chromium_org/net/url_request/
url_request_about_job.h 8 #include <string>
22 virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;
url_request_netlog_params.h 8 #include <string>
25 const std::string* method,
  /external/chromium_org/net/websockets/
websocket_handshake_response_info.cc 7 #include <string>
19 const std::string& status_text,
  /external/chromium_org/ppapi/proxy/
proxy_module.cc 23 const std::string& ProxyModule::GetFlashCommandLineArgs() {
27 void ProxyModule::SetFlashCommandLineArgs(const std::string& args) {
  /external/chromium_org/ppapi/shared_impl/
file_system_util.cc 23 std::string IsolatedFileSystemTypeToRootName(
32 return std::string();
ppapi_preferences.h 9 #include <string>
18 typedef std::map<std::string, base::string16> ScriptFontFamilyMap;
  /external/chromium_org/ppapi/tests/
test_empty.cc 20 void TestEmpty::RunTests(const std::string& filter) {
24 std::string TestEmpty::TestNaClLoad() {
test_fullscreen.h 8 #include <string>
29 virtual void RunTests(const std::string& filter);
36 std::string TestGetScreenSize();
37 std::string TestNormalToFullscreenToNormal();
40 void FailFullscreenTest(const std::string& error);
41 void FailNormalTest(const std::string& error);
47 std::string Error();
49 std::string error_;
  /external/chromium_org/remoting/host/
host_extension.h 8 #include <string>
30 // Returning an empty string indicates that the extension is not associated
32 virtual std::string capability() const = 0;
pam_authorization_factory_posix.h 24 const std::string& local_jid,
25 const std::string& remote_jid,
register_support_host_request.h 8 #include <string>
39 typedef base::Callback<void(bool, const std::string&,
51 const std::string& directory_bot_jid,
65 const std::string& jid);
66 scoped_ptr<buzz::XmlElement> CreateSignature(const std::string& jid);
70 std::string* support_id, base::TimeDelta* lifetime);
73 bool success, const std::string& support_id, base::TimeDelta lifetime);
77 std::string directory_bot_jid_;
  /external/chromium_org/remoting/host/setup/
oauth_client.cc 25 const std::string& auth_code,
40 const std::string& refresh_token,
41 const std::string& access_token,
49 const std::string& access_token,
55 void OAuthClient::SendResponse(const std::string& user_email,
56 const std::string& refresh_token) {
71 void OAuthClient::OnGetUserEmailResponse(const std::string& user_email) {
85 const std::string& auth_code,
  /external/chromium_org/remoting/protocol/
negotiating_client_authenticator.h 8 #include <string>
28 const std::string& client_pairing_id,
29 const std::string& shared_secret,
30 const std::string& authentication_tag,
67 const std::string& shared_secret);
70 std::string client_pairing_id_;
71 std::string shared_secret_;
74 std::string authentication_tag_;
transport.cc 13 std::string TransportRoute::GetTypeString(RouteType type) {
23 return std::string();
  /external/chromium_org/sandbox/linux/services/
credentials.h 14 #include <string>
58 scoped_ptr<std::string> GetCurrentCapString() const;
  /external/chromium_org/storage/browser/database/
database_tracker.h 60 const std::string& GetOriginIdentifier() const { return origin_identifier_; }
71 OriginInfo(const std::string& origin_identifier, int64 total_size);
73 std::string origin_identifier_;
93 virtual void OnDatabaseSizeChanged(const std::string& origin_identifier,
97 const std::string& origin_identifier,
110 void DatabaseOpened(const std::string& origin_identifier,
115 void DatabaseModified(const std::string& origin_identifier,
117 void DatabaseClosed(const std::string& origin_identifier,
119 void HandleSqliteError(const std::string& origin_identifier,
131 base::FilePath GetFullDBFilePath(const std::string& origin_identifier
    [all...]
  /external/chromium_org/storage/browser/fileapi/
sandbox_prioritized_origin_database.h 8 #include <string>
35 bool InitializePrimaryOrigin(const std::string& origin);
36 std::string GetPrimaryOrigin();
39 virtual bool HasOriginPath(const std::string& origin) OVERRIDE;
40 virtual bool GetPathForOrigin(const std::string& origin,
42 virtual bool RemovePathForOrigin(const std::string& origin) OVERRIDE;
52 bool ResetPrimaryOrigin(const std::string& origin);
53 void MaybeMigrateDatabase(const std::string& origin);
  /external/chromium_org/storage/common/fileapi/
directory_entry.h 8 #include <string>
25 DirectoryEntry(const std::string& name,
  /external/chromium_org/sync/api/
sync_error.h 9 #include <string>
63 const std::string& message,
77 const std::string& message,
85 const std::string& message() const;
92 std::string GetMessagePrefix() const;
94 // Returns empty string is IsSet() is false.
95 std::string ToString() const;
107 const std::string& message,
116 std::string message_;
  /external/chromium_org/sync/internal_api/public/base/
invalidation_interface.h 8 #include <string>
32 virtual const std::string& GetPayload() const = 0;
  /external/chromium_org/sync/internal_api/public/events/
protocol_event.h 37 // Returns a string representing they type of the request. Should be short.
38 virtual std::string GetType() const = 0;
40 // Returns a string representing details of the request. May be verbose. The
42 virtual std::string GetDetails() const = 0;
  /external/chromium_org/sync/internal_api/public/
sync_auth_provider.h 19 const std::string& token)> RequestTokenCallback;
28 virtual void InvalidateAccessToken(const std::string& token) = 0;

Completed in 1218 milliseconds

<<111112113114115116117118119120>>