Searched defs:is_pending (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dnavigation_tracker.cc28 bool* is_pending) {
63 *is_pending = loading_state_ == kLoading;
65 *is_pending |= scheduled_frame_set_.size() > 0;
67 *is_pending |= scheduled_frame_set_.count(frame_id) > 0;
27 IsPendingNavigation(const std::string& frame_id, bool* is_pending) argument
H A Dnavigation_tracker_unittest.cc20 bool is_pending = !expected_is_pending; local
21 ASSERT_EQ(kOk, tracker->IsPendingNavigation(frame_id, &is_pending).code());
22 ASSERT_EQ(expected_is_pending, is_pending);
162 bool is_pending; local
164 tracker.IsPendingNavigation("f", &is_pending).code());
H A Dstub_web_view.cc104 bool* is_pending) {
103 IsPendingNavigation(const std::string& frame_id, bool* is_pending) argument
H A Dweb_view_impl.cc352 bool* is_pending) {
353 return navigation_tracker_->IsPendingNavigation(frame_id, is_pending);
485 bool is_pending; local
487 navigation_tracker_->IsPendingNavigation(frame_id, &is_pending);
491 if (is_pending && dialog_manager_->IsDialogOpen())
494 *is_not_pending = !is_pending;
351 IsPendingNavigation(const std::string& frame_id, bool* is_pending) argument
/external/chromium/chrome/browser/automation/
H A Durl_request_automation_job.h34 bool is_pending);
64 bool is_pending() const { function in class:URLRequestAutomationJob
H A Durl_request_automation_job.cc54 bool is_pending)
62 is_pending_(is_pending),
128 if (!is_pending()) {
145 if (!is_pending()) {
161 DCHECK(!is_pending());
396 DCHECK(!is_pending());
49 URLRequestAutomationJob( net::URLRequest* request, int tab, int request_id, AutomationResourceMessageFilter* filter, bool is_pending) argument
/external/chromium_org/ipc/
H A Dipc_channel_win.h64 bool is_pending; member in struct:IPC::Channel::ChannelImpl::State
/external/chromium_org/chrome/browser/automation/
H A Durl_request_automation_job.h39 bool is_pending);
70 bool is_pending() const { function in class:URLRequestAutomationJob
H A Durl_request_automation_job.cc98 bool is_pending)
107 is_pending_(is_pending),
176 if (!is_pending()) {
193 if (!is_pending()) {
210 DCHECK(!is_pending());
464 DCHECK(!is_pending());
91 URLRequestAutomationJob( net::URLRequest* request, net::NetworkDelegate* network_delegate, const net::HttpUserAgentSettings* http_user_agent_settings, int tab, int request_id, AutomationResourceMessageFilter* filter, bool is_pending) argument
/external/chromium/net/url_request/
H A Durl_request.h462 bool is_pending() const { return is_pending_; } function in class:net::URLRequest
571 // Allow the URLRequestJob class to control the is_pending() flag.
/external/chromium_org/net/dns/
H A Ddns_transaction.cc115 bool is_pending() const { function in class:net::__anon9359::DnsAttempt
810 if (!attempts_[i]->is_pending())
/external/chromium_org/net/url_request/
H A Durl_request.h560 bool is_pending() const { return is_pending_; } function in class:net::URLRequest
683 // Allow the URLRequestJob class to control the is_pending() flag.

Completed in 218 milliseconds