HomeSort by relevance Sort by last modified time
    Searched refs:rdh (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/content/browser/loader/
resource_message_delegate.cc 15 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get(); local
16 rdh->RegisterResourceMessageDelegate(id_, this);
20 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get(); local
21 rdh->UnregisterResourceMessageDelegate(id_, this);
async_resource_handler.h 32 ResourceDispatcherHostImpl* rdh);
async_resource_handler.cc 80 ResourceDispatcherHostImpl* rdh)
83 rdh_(rdh),
  /external/chromium_org/remoting/host/
desktop_shape_tracker_win.cc 82 for (size_t i = 0; i < region_data->rdh.nCount; ++i) {
  /external/chromium_org/content/browser/
browser_context.cc 110 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get(); local
111 DCHECK(rdh);
  /external/chromium_org/content/browser/frame_host/
interstitial_page_impl.cc 53 void ResourceRequestHelper(ResourceDispatcherHostImpl* rdh,
59 rdh->BlockRequestsForRoute(process_id, render_view_host_id);
62 rdh->ResumeBlockedRequestsForRoute(process_id, render_view_host_id);
65 rdh->CancelBlockedRequestsForRoute(process_id, render_view_host_id);
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 313 path.AllocPointCount(pData->rdh.nCount * 5);
314 for (FX_DWORD i = 0; i < pData->rdh.nCount; i ++) {
315 RECT* pRect = (RECT*)(pData->Buffer + pData->rdh.nRgnSize * i);
  /external/chromium_org/content/browser/download/
save_package.cc 281 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get(); local
282 if (!rdh) {
287 file_manager_ = rdh->save_file_manager();
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc 132 // - When RDH receives a response, the BufferedResourceHandler determines
137 // - After RDH receives a response and determines that it is safe and not a
3714 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h 2324 RGNDATAHEADER rdh; member in struct:_RGNDATA
    [all...]
strmif.h 5133 RGNDATAHEADER rdh; member in struct:_RGNDATA
    [all...]

Completed in 335 milliseconds