/third_party/cef/libcef_dll/ctocpp/ |
D | request_context_handler_ctocpp.cc | 49 bool is_navigation, in GetResourceRequestHandler() argument 72 CefRequestCppToC::Wrap(request), is_navigation, is_download, in GetResourceRequestHandler()
|
D | request_context_handler_ctocpp.h | 44 bool is_navigation,
|
D | request_handler_ctocpp.h | 52 bool is_navigation,
|
D | request_handler_ctocpp.cc | 108 bool is_navigation, in GetResourceRequestHandler() argument 141 CefRequestCppToC::Wrap(request), is_navigation, is_download, in GetResourceRequestHandler()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | request_context_handler_cpptoc.cc | 50 int is_navigation, in request_context_handler_get_resource_request_handler() argument 77 CefRequestCToCpp::Wrap(request), is_navigation ? true : false, in request_context_handler_get_resource_request_handler()
|
D | request_handler_cpptoc.cc | 110 int is_navigation, in request_handler_get_resource_request_handler() argument 147 CefRequestCToCpp::Wrap(request), is_navigation ? true : false, in request_handler_get_resource_request_handler()
|
/third_party/cef/include/capi/ |
D | cef_request_context_handler_capi.h | 97 int is_navigation,
|
D | cef_request_handler_capi.h | 150 int is_navigation,
|
/third_party/cef/include/ |
D | cef_request_context_handler.h | 90 bool is_navigation, in GetResourceRequestHandler() argument
|
D | cef_request_handler.h | 144 bool is_navigation, in GetResourceRequestHandler() argument
|
/third_party/cef/libcef/browser/net_service/ |
D | resource_request_handler_wrapper.h | 35 bool is_navigation,
|
D | resource_request_handler_wrapper.cc | 241 bool is_navigation, in Initialize() 267 is_navigation_ = is_navigation; in Initialize() 1286 bool is_navigation, in CreateInterceptedRequestHandler() argument 1314 is_navigation, is_download, request_initiator, in CreateInterceptedRequestHandler() 1379 const bool is_navigation = ui::PageTransitionIsNewNavigation( in CreateInterceptedRequestHandler() local 1390 is_navigation, is_download, request_initiator, in CreateInterceptedRequestHandler()
|
/third_party/cef/tests/ceftests/ |
D | test_handler.h | 168 bool is_navigation, in GetResourceRequestHandler() argument
|
D | resource_request_handler_unittest.cc | 560 bool is_navigation, in GetResourceRequestHandler() argument 576 EXPECT_TRUE(is_navigation); in GetResourceRequestHandler() 1562 bool is_navigation, in GetResourceRequestHandler() argument 1608 EXPECT_FALSE(is_navigation); in GetResourceRequestHandler() 2694 bool is_navigation, in GetResourceRequestHandler() argument 3021 bool is_navigation, in GetResourceRequestHandler() argument
|
D | cookie_unittest.cc | 1612 bool is_navigation, in GetResourceRequestHandler() argument 2034 bool is_navigation, in GetResourceRequestHandler() argument
|
/third_party/cef/patch/patches/ |
D | component_build.patch | 12 bool is_navigation,
|
/third_party/cef/tests/cefclient/browser/ |
D | client_handler.h | 237 bool is_navigation,
|
D | client_handler.cc | 739 bool is_navigation, in GetResourceRequestHandler() argument
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 34700 - bool is_navigation, 34708 + bool is_navigation, 61239 + bool is_navigation, 62225 + bool is_navigation,
|