OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:string
(Results
251 - 275
of
31581
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium/chrome/browser/password_manager/
encryptor.h
9
#include <
string
>
20
// as a std::
string
22
std::
string
* ciphertext);
26
// is a std::
string
, so you need to first get your (binary)
27
// data into a
string
.
28
static bool DecryptString16(const std::
string
& ciphertext,
31
// Encrypt a
string
.
32
static bool EncryptString(const std::
string
& plaintext,
33
std::
string
* ciphertext);
36
// back into a
string
. Note that the input (first argument
[
all
...]
/external/chromium/chrome/browser/translate/
translate_prefs.h
9
#include <
string
>
27
bool IsLanguageBlacklisted(const std::
string
& original_language);
28
void BlacklistLanguage(const std::
string
& original_language);
29
void RemoveLanguageFromBlacklist(const std::
string
& original_language);
31
bool IsSiteBlacklisted(const std::
string
& site);
32
void BlacklistSite(const std::
string
& site);
33
void RemoveSiteFromBlacklist(const std::
string
& site);
35
bool IsLanguagePairWhitelisted(const std::
string
& original_language,
36
const std::
string
& target_language);
37
void WhitelistLanguagePair(const std::
string
& original_language
[
all
...]
/external/chromium/net/tools/flip_server/
spdy_util.cc
7
#include <
string
>
16
std::
string
EncodeURL(std::
string
uri, std::
string
host, std::
string
method) {
19
return std::
string
(method + "_" + uri);
22
std::
string
filename;
/external/chromium/third_party/libjingle/source/talk/xmpp/
saslmechanism.h
31
#include <
string
>
49
virtual std::
string
GetMechanismName() = 0;
67
static std::
string
Base64Encode(const std::
string
& plain);
68
static std::
string
Base64Decode(const std::
string
& encoded);
69
static std::
string
Base64EncodeFromArray(const char * plain, size_t length);
/external/chromium-libpac/src/
proxy_resolver_js_bindings.h
10
#include <
string
>
25
virtual bool MyIpAddress(std::
string
* first_ip_address) = 0;
33
virtual bool MyIpAddressEx(std::
string
* ip_address_list) = 0;
37
virtual bool DnsResolve(const std::
string
& host,
38
std::
string
* first_ip_address) = 0;
45
virtual bool DnsResolveEx(const std::
string
& host,
46
std::
string
* ip_address_list) = 0;
/external/chromium_org/ash/system/locale/
locale_notification_controller.h
8
#include <
string
>
26
const std::
string
& cur_locale,
27
const std::
string
& from_locale,
28
const std::
string
& to_locale) OVERRIDE;
31
std::
string
cur_locale_;
32
std::
string
from_locale_;
33
std::
string
to_locale_;
/external/chromium_org/chrome/browser/storage_monitor/
transient_device_ids.h
14
#include <
string
>
28
std::
string
GetTransientIdForDeviceId(const std::
string
& device_id);
30
// Get the reverse mapping for a transient ID. Returns an empty
string
if the
32
std::
string
DeviceIdFromTransientId(const std::
string
& transient_id) const;
35
typedef std::map<std::
string
, std::
string
> IdMap;
/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/test/chromedriver/net/
net_util.h
8
#include <
string
>
16
NetAddress(const std::
string
& host, int port);
22
std::
string
ToString() const;
24
const std::
string
& host() const;
28
std::
string
host_;
34
bool FetchUrl(const std::
string
& url,
36
std::
string
* response);
/external/chromium_org/components/webdata/encryptor/
encryptor.h
8
#include <
string
>
19
// as a std::
string
21
std::
string
* ciphertext);
25
// is a std::
string
, so you need to first get your (binary)
26
// data into a
string
.
27
static bool DecryptString16(const std::
string
& ciphertext,
30
// Encrypt a
string
.
31
static bool EncryptString(const std::
string
& plaintext,
32
std::
string
* ciphertext);
35
// back into a
string
. Note that the input (first argument
[
all
...]
/external/chromium_org/content/renderer/
web_ui_extension_data.h
9
#include <
string
>
24
// Returns value for a given |key|. Will return an empty
string
if no such key
26
std::
string
GetValue(const std::
string
& key) const;
32
void OnSetWebUIProperty(const std::
string
& name, const std::
string
& value);
34
std::map<std::
string
, std::
string
> variable_map_;
/external/chromium_org/media/cast/test/utility/
input_helper.h
8
#include <
string
>
15
// displayed with the title
string
and be given a default value. When forced
20
InputBuilder(const std::
string
& title,
21
const std::
string
& default_value,
30
// Input will be returned in either
string
or int format, base on the function
32
std::
string
GetStringInput() const;
36
bool ValidateInput(const std::
string
input) const;
38
const std::
string
title_;
39
const std::
string
default_value_;
/external/chromium_org/net/tools/flip_server/
spdy_util.cc
7
#include <
string
>
16
std::
string
EncodeURL(std::
string
uri, std::
string
host, std::
string
method) {
19
return std::
string
(method + "_" + uri);
22
std::
string
filename;
/external/chromium_org/net/url_request/
static_http_user_agent_settings.h
8
#include <
string
>
21
StaticHttpUserAgentSettings(const std::
string
& accept_language,
22
const std::
string
& user_agent);
26
virtual std::
string
GetAcceptLanguage() const OVERRIDE;
27
virtual std::
string
GetUserAgent(const GURL& url) const OVERRIDE;
30
const std::
string
accept_language_;
31
const std::
string
user_agent_;
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
nacl_http_response_headers.h
23
#include <
string
>
36
typedef std::pair<std::
string
, std::
string
> Entry;
41
void Parse(const std::
string
& headers_str);
44
std::
string
GetHeader(const std::
string
& name);
46
// Return a concatenated
string
of HTTP caching validators.
48
std::
string
GetCacheValidators();
/external/chromium_org/ppapi/tests/
test_network_monitor.h
8
#include <
string
>
23
virtual void RunTests(const std::
string
& filter);
26
std::
string
TestBasic();
27
std::
string
Test2Monitors();
28
std::
string
TestDeleteInCallback();
30
std::
string
VerifyNetworkListResource(PP_Resource network_resource);
31
std::
string
VerifyNetworkList(const pp::NetworkList& network_list);
/external/chromium_org/remoting/client/
client_config.h
8
#include <
string
>
21
std::
string
host_jid;
22
std::
string
host_public_key;
27
std::
string
authentication_tag;
30
std::
string
capabilities;
37
std::
string
client_pairing_id;
38
std::
string
client_paired_secret;
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
saslmechanism.h
31
#include <
string
>
49
virtual std::
string
GetMechanismName() = 0;
67
static std::
string
Base64Encode(const std::
string
& plain);
68
static std::
string
Base64Decode(const std::
string
& encoded);
69
static std::
string
Base64EncodeFromArray(const char * plain, size_t length);
/external/chromium_org/ui/message_center/views/
message_center_controller.h
8
#include <
string
>
20
virtual void ClickOnNotification(const std::
string
& notification_id) = 0;
21
virtual void RemoveNotification(const std::
string
& notification_id,
26
virtual bool HasClickedListener(const std::
string
& notification_id) = 0;
27
virtual void ClickOnNotificationButton(const std::
string
& notification_id,
29
virtual void ExpandNotification(const std::
string
& notification_id) = 0;
30
virtual void GroupBodyClicked(const std::
string
& last_notification_id) = 0;