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

/external/chromium_org/mojo/public/cpp/bindings/
H A Dinterface_request.h28 bool is_pending() const { return handle_.is_valid(); } function in class:mojo::InterfaceRequest
/external/chromium_org/ipc/
H A Dipc_channel_win.h69 bool is_pending; member in struct:IPC::ChannelWin::State
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dnavigation_tracker.cc35 bool* is_pending) {
70 *is_pending = loading_state_ == kLoading;
72 *is_pending |= scheduled_frame_set_.size() > 0;
74 *is_pending |= scheduled_frame_set_.count(frame_id) > 0;
34 IsPendingNavigation(const std::string& frame_id, bool* is_pending) argument
H A Dnavigation_tracker_unittest.cc21 bool is_pending = !expected_is_pending; local
22 ASSERT_EQ(kOk, tracker->IsPendingNavigation(frame_id, &is_pending).code());
23 ASSERT_EQ(expected_is_pending, is_pending);
247 bool is_pending; local
249 tracker.IsPendingNavigation("f", &is_pending).code());
H A Dstub_web_view.cc108 bool* is_pending) {
107 IsPendingNavigation(const std::string& frame_id, bool* is_pending) argument
H A Dweb_view_impl.cc361 bool* is_pending) {
362 return navigation_tracker_->IsPendingNavigation(frame_id, is_pending);
560 bool is_pending; local
562 navigation_tracker_->IsPendingNavigation(frame_id, &is_pending);
566 if (is_pending && dialog_manager_->IsDialogOpen())
569 *is_not_pending = !is_pending;
360 IsPendingNavigation(const std::string& frame_id, bool* is_pending) argument
/external/chromium_org/net/dns/
H A Ddns_transaction.cc115 bool is_pending() const { function in class:net::__anon8600::DnsAttempt
811 if (!attempts_[i]->is_pending())
/external/chromium_org/net/url_request/
H A Durl_request.h542 bool is_pending() const { return is_pending_; } function in class:net::URLRequest
675 // Allow the URLRequestJob class to control the is_pending() flag.

Completed in 155 milliseconds