OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:string
(Results
426 - 450
of
27455
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/android_webview/native/
aw_media_url_interceptor.cc
5
#include <
string
>
15
bool AwMediaUrlInterceptor::Intercept(const std::
string
& url,
17
const std::
string
asset_file_prefix(
18
std::
string
(url::kFileScheme) +
19
std::
string
(url::kStandardSchemeSeparator) +
23
std::
string
filename(url);
/external/chromium_org/ash/ime/
input_method_menu_item.h
8
#include <
string
>
17
InputMethodMenuItem(const std::
string
& in_key,
18
const std::
string
& in_label,
29
std::
string
ToString() const;
31
std::
string
key; // A key which identifies the property. Non-empty
string
.
33
std::
string
label; // A description of the property. Non-empty
string
.
/external/chromium_org/base/i18n/
case_conversion.cc
13
string16 ToLower(const StringPiece16&
string
) {
14
icu::UnicodeString unicode_string(
string
.data(),
string
.size());
19
string16 ToUpper(const StringPiece16&
string
) {
20
icu::UnicodeString unicode_string(
string
.data(),
string
.size());
/external/chromium_org/base/json/
string_escape.h
10
#include <
string
>
21
// On return, |dest| will contain a valid UTF-8 JSON
string
.
30
std::
string
* dest);
34
// control characters. On return, |dest| will contain a valid UTF-8 JSON
string
.
37
std::
string
* dest);
41
BASE_EXPORT std::
string
GetQuotedJSONString(const StringPiece& str);
42
BASE_EXPORT std::
string
GetQuotedJSONString(const StringPiece16& str);
44
// Given an arbitrary byte
string
|str|, this will escape all non-ASCII bytes
55
BASE_EXPORT std::
string
EscapeBytesAsInvalidJSONString(const StringPiece& str,
/external/chromium_org/base/prefs/
writeable_pref_store.h
8
#include <
string
>
24
virtual void SetValue(const std::
string
& key, base::Value* value) = 0;
27
virtual void RemoveValue(const std::
string
& key) = 0;
30
virtual bool GetMutableValue(const std::
string
& key,
37
virtual void ReportValueChanged(const std::
string
& key) = 0;
43
virtual void SetValueSilently(const std::
string
& key, base::Value* value) = 0;
/external/chromium_org/chrome/browser/chromeos/platform_keys/
platform_keys_service.h
8
#include <
string
>
39
// Each
string
is the base64 encoding of the DER representation of a public
49
typedef base::Callback<void(const std::
string
& public_key_spki_der,
50
const std::
string
& error_message)>
59
void GenerateRSAKey(const std::
string
& token_id,
61
const std::
string
& extension_id,
67
typedef base::Callback<void(const std::
string
& signature,
68
const std::
string
& error_message)> SignCallback;
80
void Sign(const std::
string
& token_id,
81
const std::
string
& public_key_spki_der
[
all
...]
/external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_manager_base_test_util.h
8
#include <
string
>
25
void ExternalDataFetchCallback(scoped_ptr<std::
string
>* destination,
27
scoped_ptr<std::
string
> data);
32
const std::
string
& url,
33
const std::
string
& data);
41
const std::
string
& policy,
/external/chromium_org/chrome/browser/supervised_user/
supervised_user_refresh_token_fetcher.h
8
#include <
string
>
35
const std::
string
& /* refresh_token */)>
40
const std::
string
& account_id,
41
const std::
string
& device_id,
46
virtual void Start(const std::
string
& supervised_user_id,
47
const std::
string
& device_name,
/external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_util.h
8
#include <
string
>
19
std::
string
GetUserIDFromProfile(Profile* profile);
22
std::
string
GetUserIDFromEmail(const std::
string
& email);
25
Profile* GetProfileFromUserID(const std::
string
& user_id);
35
// Gets the current user. Note that this will only return for ChromeOS a
string
.
36
// All other operating systems will get an empty
string
.
37
const std::
string
& GetCurrentUserId();
/external/chromium_org/chrome/common/
tts_utterance_request.h
18
std::
string
text;
19
std::
string
lang;
20
std::
string
voice;
30
std::
string
voice_uri;
31
std::
string
name;
32
std::
string
lang;
/external/chromium_org/chrome/test/chromedriver/
keycode_text_conversion_ozone.cc
12
ui::KeyboardCode key_code, int modifiers, std::
string
* text,
13
std::
string
* error_msg) {
14
*text = std::
string
();
15
*error_msg = std::
string
("Not Implemented");
22
std::
string
* error_msg) {
23
*error_msg = std::
string
("Not Implemented");
/external/chromium_org/chromeos/dbus/
introspectable_client.h
8
#include <
string
>
30
typedef base::Callback<void(const std::
string
&, const dbus::ObjectPath&,
31
const std::
string
&, bool)> IntrospectCallback;
36
virtual void Introspect(const std::
string
& service_name,
43
static std::vector<std::
string
> GetInterfacesFromIntrospectResult(
44
const std::
string
& xml_data);
/external/chromium_org/chromeos/network/
network_profile.h
8
#include <
string
>
20
NetworkProfile(const std::
string
& profile_path,
21
const std::
string
& user_hash)
26
std::
string
path;
27
std::
string
userhash; // Only set for user profiles.
33
std::
string
ToDebugString() const;
/external/chromium_org/cloud_print/gcp20/prototype/
x_privet_token.h
8
#include <
string
>
25
std::
string
GenerateXToken();
28
bool CheckValidXToken(const std::
string
& token) const;
36
XPrivetToken(const std::
string
& secret, const base::Time& gen_time);
39
std::
string
GenerateXTokenWithTime(uint64 issue_time) const;
45
std::
string
secret_;
/external/chromium_org/components/cloud_devices/common/
cloud_devices_urls.h
8
#include <
string
>
20
GURL GetCloudPrintRelativeURL(const std::
string
& relative_path);
21
GURL GetCloudPrintEnableURL(const std::
string
& proxy_id);
22
GURL GetCloudPrintEnableWithSigninURL(const std::
string
& proxy_id);
23
GURL GetCloudPrintManageDeviceURL(const std::
string
& device_id);
28
GURL GetCloudDevicesRelativeURL(const std::
string
& relative_path);
/external/chromium_org/components/metrics/net/
wifi_access_point_info_provider.h
8
#include <
string
>
30
std::
string
bssid;
31
std::
string
model_number;
32
std::
string
model_name;
33
std::
string
device_name;
34
std::
string
oui_list;
/external/chromium_org/content/public/browser/
devtools_target.h
8
#include <
string
>
29
virtual std::
string
GetId() const = 0;
31
// Returns the id of the parent target, or empty
string
if no parent.
32
virtual std::
string
GetParentId() const = 0;
35
virtual std::
string
GetType() const = 0;
38
virtual std::
string
GetTitle() const = 0;
41
virtual std::
string
GetDescription() const = 0;
/external/chromium_org/content/renderer/media/crypto/
key_systems_support_uma.h
8
#include <
string
>
32
void AddKeySystemToReport(const std::
string
& key_system);
36
void ReportKeySystemQuery(const std::
string
& key_system, bool has_type);
41
void ReportKeySystemSupport(const std::
string
& key_system, bool has_type);
48
Reporter* GetReporter(const std::
string
& key_system);
51
typedef base::ScopedPtrHashMap<std::
string
, Reporter> Reporters;
/external/chromium_org/extensions/browser/
extension_pref_value_map.h
10
#include <
string
>
64
virtual void OnPrefValueChanged(const std::
string
& key) = 0;
86
void SetExtensionPref(const std::
string
& ext_id,
87
const std::
string
& key,
93
void RemoveExtensionPref(const std::
string
& ext_id,
94
const std::
string
& key,
103
bool CanExtensionControlPref(const std::
string
& extension_id,
104
const std::
string
& pref_key,
119
bool DoesExtensionControlPref(const std::
string
& extension_id,
120
const std::
string
& pref_key
[
all
...]
extension_prefs_observer.h
8
#include <
string
>
19
virtual void OnExtensionDisableReasonsChanged(const std::
string
& extension_id,
23
virtual void OnExtensionRegistered(const std::
string
& extension_id,
28
virtual void OnExtensionPrefsLoaded(const std::
string
& extension_id,
32
virtual void OnExtensionPrefsDeleted(const std::
string
& extension_id) {}
35
virtual void OnExtensionStateChanged(const std::
string
& extension_id,
/external/chromium_org/extensions/common/
error_utils.cc
12
std::
string
ErrorUtils::FormatErrorMessage(const std::
string
& format,
13
const std::
string
& s1) {
14
std::
string
ret_val = format;
19
std::
string
ErrorUtils::FormatErrorMessage(const std::
string
& format,
20
const std::
string
& s1,
21
const std::
string
& s2) {
22
std::
string
ret_val = format;
28
std::
string
ErrorUtils::FormatErrorMessage(const std::string& format
[
all
...]
/external/chromium_org/media/base/
test_data_util.h
8
#include <
string
>
21
typedef std::vector<std::pair<std::
string
, std::
string
> > QueryParams;
24
base::FilePath GetTestDataFilePath(const std::
string
& name);
29
// Returns a
string
containing key value query params in the form of:
31
std::
string
GetURLQueryString(const QueryParams& query_params);
39
scoped_refptr<DecoderBuffer> ReadTestDataFile(const std::
string
& name);
/external/chromium_org/ppapi/shared_impl/
file_ref_util.h
8
#include <
string
>
19
PPAPI_SHARED_EXPORT std::
string
GetNameForInternalFilePath(
20
const std::
string
& path);
21
PPAPI_SHARED_EXPORT std::
string
GetNameForExternalFilePath(
25
PPAPI_SHARED_EXPORT bool IsValidInternalPath(const std::
string
& path);
31
PPAPI_SHARED_EXPORT void NormalizeInternalPath(std::
string
* path);
/external/chromium_org/ppapi/tests/
test_file_mapping.h
8
#include <
string
>
25
virtual void RunTests(const std::
string
& filter);
27
std::
string
MapAndCheckResults(uint32_t prot, uint32_t flags);
29
std::
string
TestBadParameters();
30
std::
string
TestMap();
31
std::
string
TestPartialRegions();
test_message_handler.h
8
#include <
string
>
24
virtual void RunTests(const std::
string
& filter);
27
std::
string
TestRegisterErrorConditions();
28
std::
string
TestPostMessageAndAwaitResponse();
29
std::
string
TestExceptions();
36
std::
string
last_message_;
Completed in 1027 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>