Home
last modified time | relevance | path

Searched refs:GetHttpStatusCode (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/libcef/browser/
Dnavigation_entry_impl.cc65 int CefNavigationEntryImpl::GetHttpStatusCode() { in GetHttpStatusCode() function in CefNavigationEntryImpl
67 return mutable_value()->GetHttpStatusCode(); in GetHttpStatusCode()
Dnavigation_entry_impl.h34 int GetHttpStatusCode() override;
/third_party/cef/include/
Dcef_navigation_entry.h111 virtual int GetHttpStatusCode() = 0;
/third_party/cef/libcef_dll/ctocpp/
Dnavigation_entry_ctocpp.h46 int GetHttpStatusCode() override;
Dnavigation_entry_ctocpp.cc159 NO_SANITIZE("cfi-icall") int CefNavigationEntryCToCpp::GetHttpStatusCode() { in GetHttpStatusCode() function in CefNavigationEntryCToCpp
/third_party/cef/libcef_dll/cpptoc/
Dnavigation_entry_cpptoc.cc171 int _retval = CefNavigationEntryCppToC::Get(self)->GetHttpStatusCode(); in navigation_entry_get_http_status_code()
/third_party/cef/tests/ceftests/
Dnavigation_unittest.cc256 EXPECT_EQ(200, entry->GetHttpStatusCode()); in Visit()
/third_party/chromium/patch/
D0004-3.2-Beta5.patch6708 int GetHttpStatusCode() override;
6782 + pickle->WriteInt(entry.GetHttpStatusCode());
20015 int GetHttpStatusCode() override;