OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:string
(Results
1726 - 1750
of
27455
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationModeOffTestActivity.java
27
createUserItem(R.
string
.location_mode_turn_off);
28
createAutoItem(R.
string
.location_mode_secure_gps_off);
29
createAutoItem(R.
string
.location_mode_secure_nlp_off);
30
createAutoItem(R.
string
.location_mode_manager_gps_off);
31
createAutoItem(R.
string
.location_mode_manager_nlp_off);
36
setInfoResources(R.
string
.location_mode_off_test,
37
R.
string
.location_mode_off_info, -1);
/external/chromium_org/android_webview/browser/
aw_contents_io_thread_client.h
8
#include <
string
>
94
const std::
string
& user_agent,
95
const std::
string
& content_disposition,
96
const std::
string
& mime_type,
102
virtual void NewLoginRequest(const std::
string
& realm,
103
const std::
string
& account,
104
const std::
string
& args) = 0;
/external/chromium_org/base/prefs/
value_map_pref_store.h
9
#include <
string
>
24
virtual bool GetValue(const std::
string
& key,
31
virtual void SetValue(const std::
string
& key, base::Value* value) OVERRIDE;
32
virtual void RemoveValue(const std::
string
& key) OVERRIDE;
33
virtual bool GetMutableValue(const std::
string
& key,
35
virtual void ReportValueChanged(const std::
string
& key) OVERRIDE;
36
virtual void SetValueSilently(const std::
string
& key,
/external/chromium_org/chrome/browser/chromeos/login/
language_list.h
9
#include <
string
>
31
std::
string
GetLocaleFromIndex(int index) const;
34
int GetIndexFromLocale(const std::
string
& locale) const;
38
void CopySpecifiedLanguagesUp(const std::
string
& locale_codes);
43
LocaleData(const base::string16& name, const std::
string
& code)
47
std::
string
locale_code; // E.g., en-us.
52
void InitNativeNames(const std::vector<std::
string
>& locale_codes);
version_info_updater.h
8
#include <
string
>
31
const std::
string
& os_version_label_text) = 0;
35
const std::
string
& enterprise_info) = 0;
60
void SetEnterpriseInfo(const std::
string
& domain_name);
63
void OnVersion(const std::
string
& version);
73
std::
string
version_text_;
76
std::
string
os_version_label_text_;
/external/chromium_org/chrome/browser/chromeos/login/screens/
chrome_user_selection_screen.h
9
#include <
string
>
33
virtual void OnPolicyUpdated(const std::
string
& user_id) OVERRIDE;
49
void SetPublicSessionDisplayName(const std::
string
& user_id);
54
const std::
string
& user_id,
55
const std::vector<std::
string
>& recommended_locales);
62
typedef std::map<std::
string
, std::
string
> DisplayNamesMap;
/external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_token_fetcher.h
8
#include <
string
>
41
void StartExchangeFromCookies(const std::
string
& session_index,
42
const std::
string
& signin_scoped_device_id);
43
void StartExchangeFromAuthCode(const std::
string
& auth_code);
66
std::
string
session_index_;
67
std::
string
signin_scoped_device_id_;
68
std::
string
auth_code_;
/external/chromium_org/chrome/browser/chromeos/login/users/
multi_profile_user_controller.h
8
#include <
string
>
66
std::
string
GetCachedValue(const std::
string
& user_email) const;
75
bool IsUserAllowedInSession(const std::
string
& user_email,
82
void RemoveCachedValues(const std::
string
& user_email);
94
void SetCachedValue(const std::
string
& user_email,
95
const std::
string
& behavior);
/external/chromium_org/chrome/browser/chromeos/policy/
stub_enterprise_install_attributes.cc
7
#include <
string
>
19
void StubEnterpriseInstallAttributes::SetDomain(const std::
string
& domain) {
24
const std::
string
& user) {
28
void StubEnterpriseInstallAttributes::SetDeviceId(const std::
string
& id) {
37
const std::
string
& domain,
38
const std::
string
& registration_user,
39
const std::
string
& device_id,
/external/chromium_org/chrome/browser/chromeos/system_logs/
debug_daemon_log_source.h
9
#include <
string
>
33
typedef std::map<std::
string
, std::
string
> KeyValueMap;
36
void OnGetRoutes(bool succeeded, const std::vector<std::
string
>& routes);
37
void OnGetNetworkStatus(bool succeeded, const std::
string
& status);
38
void OnGetModemStatus(bool succeeded, const std::
string
& status);
39
void OnGetWiMaxStatus(bool succeeded, const std::
string
& status);
/external/chromium_org/chrome/browser/chromeos/
version_loader.h
8
#include <
string
>
19
// (or an empty
string
if the version couldn't be found).
25
// void OnGetChromeOSVersion(const std::
string
& version);
43
typedef base::Callback<void(const std::
string
&)> GetVersionCallback;
44
typedef base::Callback<void(const std::
string
&)> GetFirmwareCallback;
47
// If |full_version| is true version
string
with extra info is extracted,
69
void GetVersion(VersionFormat format, std::
string
* version);
73
void GetFirmware(std::
string
* firmware);
84
static std::
string
ParseFirmware(const std::
string
& contents)
[
all
...]
/external/chromium_org/chrome/browser/extensions/activity_log/
database_string_table.h
9
#include <
string
>
33
explicit DatabaseStringTable(const std::
string
& table);
41
// Interns a
string
in the database table and sets *id to the corresponding
42
// integer. If the
string
already exists, the existing number is returned;
43
// otherwise, new database row is inserted with the new
string
. Returns true
46
const std::
string
& value,
49
// Looks up an integer value and converts it to a
string
(which is stored in
53
bool IntToString(sql::Connection* connection, int64 id, std::
string
* value);
64
std::map<int64, std::
string
> id_to_value_;
65
std::map<std::
string
, int64> value_to_id_
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/messaging/
extension_message_port.h
23
const std::
string
& extension_id);
26
const std::
string
& channel_name,
28
const std::
string
& source_extension_id,
29
const std::
string
& target_extension_id,
31
const std::
string
& tls_channel_id) OVERRIDE;
33
const std::
string
& error_message) OVERRIDE;
43
std::
string
extension_id_;
/external/chromium_org/chrome/browser/extensions/
webstore_installer_unittest.cc
5
#include <
string
>
21
bool Contains(const std::
string
& source, const std::
string
& target) {
22
return source.find(target) != std::
string
::npos;
26
std::
string
id = crx_file::id_util::GenerateId("some random
string
");
27
std::
string
source = "inline";
30
std::
string
query = url.query();
/external/chromium_org/chrome/browser/local_discovery/
gcd_registration_ticket_request.cc
28
void GCDRegistrationTicketRequest::GetUploadData(std::
string
* upload_type,
29
std::
string
* upload_data) {
42
callback_.Run(std::
string
(), std::
string
());
47
std::
string
kind;
48
std::
string
id;
49
std::
string
device_id;
/external/chromium_org/chrome/browser/metrics/variations/
variations_seed_store.h
8
#include <
string
>
37
// fetched. The |seed_data| will be base64 encoded for storage. If the
string
41
bool StoreSeedData(const std::
string
& seed_data,
42
const std::
string
& base64_seed_signature,
51
const std::
string
& variations_serial_number() const {
76
const std::
string
& seed_bytes,
77
const std::
string
& base64_seed_signature);
89
std::
string
variations_serial_number_;
/external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_chrome_configurator.h
8
#include <
string
>
37
const std::
string
& primary_origin,
38
const std::
string
& fallback_origin,
39
const std::
string
& ssl_origin) OVERRIDE;
44
// pattern, an IP literal, a CIDR block, or the magic
string
'<local>'.
47
virtual void AddHostPatternToBypass(const std::
string
& pattern) OVERRIDE;
52
virtual void AddURLPatternToBypass(const std::
string
& pattern) OVERRIDE;
67
std::vector<std::
string
> bypass_rules_;
/external/chromium_org/chrome/browser/profile_resetter/
jtl_foundation.h
9
#include <
string
>
55
// All node names, and node values of type
string
, integer and double are hashed
60
// notation), or hash
string
of 32 bytes.
104
// the current node is not a
string
, integer or double, the program execution
115
// If the current node is not a
string
that represents a URL, or if this URL
133
// current node is not a
string
, integer or double, or if it is either, but
151
// match. If the current node is not a
string
, integer or double, or if the
152
// working memory contains no corresponding hash
string
, or if the hashes do
157
// Checks whether the current node is a
string
value that contains the given
159
// case it does. If the current node is not a
string
, or if does not match th
[
all
...]
/external/chromium_org/chrome/browser/safe_browsing/
download_feedback.h
8
#include <
string
>
34
const std::
string
& ping_request,
35
const std::
string
& ping_response);
59
virtual const std::
string
& GetPingRequestForTesting() const = 0;
60
virtual const std::
string
& GetPingResponseForTesting() const = 0;
76
const std::
string
& ping_request,
77
const std::
string
& ping_response) = 0;
/external/chromium_org/chrome/browser/signin/
profile_identity_provider.cc
27
std::
string
ProfileIdentityProvider::GetActiveUsername() {
31
std::
string
ProfileIdentityProvider::GetActiveAccountId() {
49
const std::
string
& account_id,
50
const std::
string
& username,
51
const std::
string
& password) {
55
void ProfileIdentityProvider::GoogleSignedOut(const std::
string
& account_id,
56
const std::
string
& username) {
/external/chromium_org/chrome/browser/supervised_user/
supervised_user_registration_utility.h
9
#include <
string
>
40
std::
string
master_key;
41
std::
string
password_signature_key;
42
std::
string
password_encryption_key;
57
const std::
string
& /* token */)>
65
static std::
string
GenerateNewSupervisedUserId();
75
virtual void Register(const std::
string
& supervised_user_id,
/external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_stub.h
9
#include <
string
>
25
aura::Window* window, const std::
string
& user_id) OVERRIDE;
26
virtual const std::
string
& GetWindowOwner(
29
aura::Window* window, const std::
string
& user_id) OVERRIDE;
32
std::set<std::
string
>* user_ids) const OVERRIDE;
35
const std::
string
& user_id) const OVERRIDE;
36
virtual const std::
string
& GetUserPresentingWindow(
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
l10n_util_test_util.cc
28
const std::
string
& id,
29
const std::
string
& raw_layout,
30
const std::
string
& language_code) {
31
std::vector<std::
string
> layouts;
33
std::vector<std::
string
> languages;
36
id, std::
string
(), std::
string
(), layouts, languages, true,
terms_of_service_screen_handler.h
8
#include <
string
>
36
virtual void SetDomain(const std::
string
& domain) OVERRIDE;
38
virtual void OnLoadSuccess(const std::
string
& terms_of_service) OVERRIDE;
45
void OnLanguageChangedCallback(const std::
string
& requested_locale,
46
const std::
string
& loaded_locale,
78
std::
string
domain_;
84
std::
string
terms_of_service_;
/external/chromium_org/chrome/test/base/
v8_unit_test.h
8
#include <
string
>
33
bool RunJavascriptTestF(const std::
string
& test_fixture,
34
const std::
string
& test_name);
41
// Set the variable |var_name| to a
string
|value| in the global scope.
42
virtual void SetGlobalStringVar(const std::
string
& var_name,
43
const std::
string
& value);
45
// Converts the v8::TryCatch |try_catch| into a human readable
string
.
46
virtual std::
string
ExceptionToString(const v8::TryCatch& try_catch);
52
virtual void TestFunction(const std::
string
& function_name);
Completed in 1664 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>