HomeSort by relevance Sort by last modified time
    Searched refs:NeedsAuth (Results 1 - 17 of 17) sorted by null

  /external/chromium/chrome/browser/ui/login/
login_prompt_uitest.cc 69 EXPECT_TRUE(tab->NeedsAuth());
71 EXPECT_TRUE(tab->NeedsAuth());
78 EXPECT_TRUE(tab->NeedsAuth());
100 EXPECT_TRUE(tab->NeedsAuth());
108 EXPECT_TRUE(tab->NeedsAuth());
136 EXPECT_TRUE(basic_tab->NeedsAuth());
138 EXPECT_TRUE(digest_tab->NeedsAuth());
170 EXPECT_TRUE(tab->NeedsAuth());
173 EXPECT_FALSE(tab->NeedsAuth());
177 EXPECT_TRUE(tab->NeedsAuth());
    [all...]
  /external/chromium/net/url_request/
url_request_ftp_job.h 52 virtual bool NeedsAuth();
url_request_ftp_job.cc 183 bool URLRequestFtpJob::NeedsAuth() {
206 DCHECK(NeedsAuth());
218 DCHECK(NeedsAuth());
url_request_http_job.h 80 virtual bool NeedsAuth();
url_request_job.h 141 virtual bool NeedsAuth();
url_request_job.cc 138 bool URLRequestJob::NeedsAuth() {
144 // This will only be called if NeedsAuth() returns true, in which
151 // This will only be called if NeedsAuth() returns true, in which
157 // This will only be called if NeedsAuth() returns true, in which
265 } else if (NeedsAuth()) {
url_request.cc 543 DCHECK(job_->NeedsAuth());
550 DCHECK(job_->NeedsAuth());
url_request_http_job.cc 911 bool URLRequestHttpJob::NeedsAuth() {
    [all...]
  /external/chromium_org/net/url_request/
url_request_ftp_job.h 66 virtual bool NeedsAuth() OVERRIDE;
url_request_ftp_job.cc 294 bool URLRequestFtpJob::NeedsAuth() {
300 DCHECK(NeedsAuth());
318 DCHECK(NeedsAuth());
333 DCHECK(NeedsAuth());
url_request_http_job.h 110 virtual bool NeedsAuth() OVERRIDE;
url_request_job.h 165 virtual bool NeedsAuth();
url_request_job.cc 161 bool URLRequestJob::NeedsAuth() {
167 // This will only be called if NeedsAuth() returns true, in which
173 // This will only be called if NeedsAuth() returns true, in which
179 // This will only be called if NeedsAuth() returns true, in which
341 } else if (NeedsAuth()) {
url_request.cc 781 DCHECK(job_->NeedsAuth());
788 DCHECK(job_->NeedsAuth());
    [all...]
url_request_http_job.cc     [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.h 93 void NeedsAuth(int tab_handle, bool* needs_auth);
    [all...]
testing_automation_provider.cc 246 IPC_MESSAGE_HANDLER(AutomationMsg_NeedsAuth, NeedsAuth)
667 void TestingAutomationProvider::NeedsAuth(int tab_handle, bool* needs_auth) {
    [all...]

Completed in 125 milliseconds