/external/chromium_org/chrome/browser/printing/cloud_print/test/ |
cloud_print_proxy_process_browsertest.cc | 198 info_.email = EnabledUserId(); 202 info_.email = std::string();
|
/external/chromium_org/chrome/browser/supervised_user/ |
supervised_user_service.cc | 242 chromeos::UserManager::Get()->GetActiveUser()->email()); 252 chromeos::UserManager::Get()->GetActiveUser()->email()));
|
/external/chromium_org/chrome/browser/ui/webui/ |
bidi_checker_web_ui_test.cc | 249 const char* email, 264 email,
|
sync_setup_handler.cc | 517 // same email address. 519 std::string email = SigninManagerFactory::GetForProfile( local 521 if (!email.empty()) { [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
cros_language_options_handler.cc | 454 if (user && user->email() == user_manager->GetPrimaryUser()->email()) {
|
shared_options_browsertest.cc | 133 user->email());
|
/external/chromium_org/components/test/data/web_database/ |
version_22_corrupt.sql | 22 CREATE TABLE autofill_profiles ( label VARCHAR, unique_id INTEGER PRIMARY KEY, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR, email VARCHAR, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, phone VARCHAR, fax VARCHAR);
|
version_30.sql | 17 CREATE TABLE autofill_profiles ( label VARCHAR, unique_id INTEGER PRIMARY KEY, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR, email VARCHAR, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, phone VARCHAR, fax VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
|
version_31.sql | 17 CREATE TABLE autofill_profiles ( label VARCHAR, unique_id INTEGER PRIMARY KEY, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR, email VARCHAR, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, phone VARCHAR, fax VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0, guid VARCHAR NOT NULL DEFAULT "");
|
version_32.sql | 17 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, label VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR, email VARCHAR, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, phone VARCHAR, fax VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
|
version_33.sql | 21 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
|
version_43.sql | 21 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
|
version_49.sql | 13 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
|
version_50.sql | 13 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
|
version_52.sql | 24 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
web_services.py | 258 contact.email = self.safe_attr(jcontact, 'e') 360 'email': 'e',
|
/development/tools/labpretest/ |
labpretest.sh | 569 $ADB -s $device shell monkey -p com.android.alarmclock -p com.android.browser -p com.android.calculator2 -p com.android.calendar -p com.android.camera -p com.android.contacts -p com.google.android.gm -p com.android.im -p com.android.launcher -p com.google.android.apps.maps -p com.android.mms -p com.android.music -p com.android.phone -p com.android.settings -p com.google.android.street -p com.android.vending -p com.google.android.youtube -p com.android.email -p com.google.android.voicesearch -c android.intent.category.LAUNCHER --ignore-security-exceptions -s $seed $MEVENTS
|
/external/bison/build-aux/ |
gendocs.sh | 75 --email ADR use ADR as contact in generated web pages. 83 Simple example: $prog --email bug-gnu-emacs@gnu.org emacs \"GNU Emacs Manual\" 89 $prog --email BUGLIST MANUAL \"GNU MANUAL - One-line description\" 95 Please do use the --email ADDRESS option to specify your bug-reporting 127 Email bug reports or enhancement requests to bug-texinfo@gnu.org. 132 EMAIL=webmasters@gnu.org # please override with --email 142 --email) shift; EMAIL=$1;; 403 -e "s!%%EMAIL%%!$EMAIL!g" [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
job_scheduler.h | 207 const std::string& email,
|
/external/chromium_org/chrome/browser/drive/ |
fake_drive_service.h | 241 const std::string& email,
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_locally_managed_user_creation.css | 288 .manager-pod .managed-user-creation-manager-email { 337 .manager-pod.focused .managed-user-creation-manager-email {
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
locally_managed_user_creation_screen_handler.cc | 221 bool is_owner = ((*it)->email() == owner);
|
/external/chromium_org/components/invalidation/ |
p2p_invalidator_unittest.cc | 231 EXPECT_EQ(kEmail, push_client->email());
|
/external/chromium_org/google_apis/gaia/ |
account_tracker.cc | 169 account_state.ids.email = account_key;
|
/external/chromium_org/remoting/webapp/ |
host_screen.js | 101 var email = /** @type {string} */remoting.identity.getCachedEmail(); 103 hostDispatcher, email, token, onHostStateChanged_,
|