Home
last modified time | relevance | path

Searched refs:GetPendingCount (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/include/wrapper/
Dcef_message_router.h325 virtual int GetPendingCount(CefRefPtr<CefBrowser> browser,
390 virtual int GetPendingCount(CefRefPtr<CefBrowser> browser,
/third_party/cef/libcef_dll/wrapper/
Dcef_message_router.cc184 int GetPendingCount(CefRefPtr<CefBrowser> browser, in GetPendingCount() function in __anon8aeebdc30111::CefMessageRouterBrowserSideImpl
722 int GetPendingCount(CefRefPtr<CefBrowser> browser, in GetPendingCount() function in __anon8aeebdc30111::CefMessageRouterRendererSideImpl
/third_party/cef/tests/ceftests/
Dmessage_router_unittest.cc79 delegate_->message_router_->GetPendingCount(nullptr, nullptr); in Execute()
82 delegate_->message_router_->GetPendingCount(browser, nullptr); in Execute()
85 delegate_->message_router_->GetPendingCount(browser, context); in Execute()
268 int actual_count = message_router_->GetPendingCount(browser, handler); in AssertQueryCount()