HomeSort by relevance Sort by last modified time
    Searched refs:username (Results 351 - 375 of 466) sorted by null

<<111213141516171819

  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.h 248 void authenticateSession(const QString& url, const QString& username, const QString& password);
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter.py 59 return self._tool.bugs.username
  /frameworks/base/core/java/android/webkit/
WebView.java 579 * Sets a username and password pair for the specified host. This data is
580 * used by the Webview to autocomplete username and password fields in web
585 * @param username the username for the given host
592 public void savePassword(String host, String username, String password) {
594 mProvider.savePassword(host, username, password);
604 * @param username the username
611 String username, String password) {
613 mProvider.setHttpAuthUsernamePassword(host, realm, username, password)
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm     [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 414 std::string username; local
419 !args->GetString(2, &username) ||
431 apn, network->apn().network_id, username, password));
696 dictionary->SetString("apn_username", apn.username);
702 dictionary->SetString("last_good_apn_username", last_good_apn.username);
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator_unittest.cc 178 void ExpectLoginSuccess(const std::string& username,
182 EXPECT_CALL(consumer_, OnLoginSuccess(username, password, result, pending))
wizard_controller.cc 849 void WizardController::OnSetUserNamePassword(const std::string& username,
851 username_ = username;
screen_locker.cc 836 const std::string& username,
842 if (!username.empty())
852 ProfileSyncService* service = profile->GetProfileSyncService(username);
    [all...]
  /external/chromium/chrome/browser/sync/
sync_setup_wizard_unittest.cc 46 virtual void OnUserSubmittedAuth(const std::string& username,
50 username_ = username;
profile_sync_service.cc 807 const std::string& username, const std::string& password,
809 last_attempted_user_email_ = username;
838 signin_->StartSignIn(username,
    [all...]
  /external/chromium/net/http/
http_auth_gssapi_posix.cc 712 int HttpAuthGSSAPI::GenerateAuthToken(const string16* username,
717 DCHECK(username == NULL && password == NULL);
http_transaction_unittest.cc 271 int MockNetworkTransaction::RestartWithAuth(const string16& username,
http_network_transaction.cc 210 const string16& username,
220 auth_controllers_[target]->ResetAuth(username, password);
232 rv = stream_request_->RestartTunnelWithProxyAuth(username, password);
    [all...]
  /external/chromium/net/url_request/
url_request.cc 354 // Ensure that we do not send username and password fields in the referrer.
541 void URLRequest::SetAuth(const string16& username, const string16& password) {
545 job_->SetAuth(username, password);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayport.cc 191 const std::string& username, const std::string& password,
200 set_username_fragment(username);
  /external/ipsec-tools/
setup.c 376 char *username, char *password, char *phase1_up, char *script_arg)
379 xauth->login = strtovchar(username);
477 " <username> <password> <phase1-up> <script-arg>;\n"
480 " <username> <password> <phase1-up> <script-arg>;\n"
482 " <username> <password> <phase1-up> <script-arg>;\n"
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-host.js 99 debug("Set host to URL containing username and ..");
  /external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot.py 103 def force_build(self, username="webkit-patch", comments=None):
106 return form.find_control("username")
111 self._browser["username"] = username
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 383 def force_build(self, username, comments):
384 log("MOCK: force_build: name=%s, username=%s, comments=%s" % (
385 self._name, username, comments))
  /external/chromium/net/tools/testserver/
testserver.py 854 username = userpass = password = b64str = ""
874 username, password = re.findall(r'([^:]+):(\S+)', userpass)[0]
890 self.wfile.write('username: %s<p>' % username)
928 self.wfile.write('<title>%s/%s</title>' % (username, password))
987 ':'.join([pairs['username'], realm, password])).hexdigest()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar 
  /packages/apps/Email/tests/src/com/android/email/service/
MailServiceTests.java 203 String username = getTestAccountName("2"); local
  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 179 // a URL before, or if the "scheme" is actually a username. We need to do
197 // URL of the form "username:password@foo.com".
210 http_parts.username.is_nonempty() &&
216 &http_parts.username,
239 // typed a username and password. It's likely to be a search operator
355 // the username is some unknown scheme, and bail out in the scheme-handling
374 // If we reach here with a username, our input looks like "user@host".
378 if (parts->username.is_nonempty())
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_mac_unittest.cc 233 const wchar_t* username; // Set to NULL to check for a blacklist entry. member in struct:__anon4268
291 if (expected[i].username) {
292 EXPECT_EQ(WideToUTF16(expected[i].username), form.username_value)
508 L"username", L"password", false, false, 0 }, true },
612 different_form.username_element = ASCIIToUTF16("username");
688 L"submit", L"username", L"password", L"joe_user", L"",
694 L"submit", L"username", L"password", L"joe_user", L"",
700 L"submit", L"username", L"password", L"second-account", L"",
705 L"submit", L"username", L"password", NULL, NULL,
711 L"submit", L"username", L"password", L"joe_user", L"sekrit"
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py 643 def _shared_test_commit_with_message(self, username=None):
645 commit_text = self.scm.commit_with_message("another test commit", username)
650 commit_text = self.scm.commit_with_message("yet another test commit", username)
653 def test_commit_in_subdir(self, username=None):
656 commit_text = self.scm.commit_with_message("another test commit", username)
    [all...]

Completed in 1949 milliseconds

<<111213141516171819