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

  /external/chromium_org/content/child/
resource_dispatcher.cc 22 #include "content/child/threaded_data_provider.h"
458 if (request_info->threaded_data_provider) {
459 request_info->threaded_data_provider->OnReceivedDataOnForegroundThread(
655 DCHECK(!request_info->threaded_data_provider);
656 request_info->threaded_data_provider = new ThreadedDataProvider(
667 threaded_data_provider(NULL),
683 threaded_data_provider(NULL),
695 if (threaded_data_provider)
696 threaded_data_provider->Stop();
resource_dispatcher.h 120 ThreadedDataProvider* threaded_data_provider; member in struct:content::ResourceDispatcher::PendingRequestInfo
  /external/chromium_org/content/
content_child.target.darwin-arm64.mk 111 content/child/threaded_data_provider.cc \
content_child.target.darwin-mips.mk 111 content/child/threaded_data_provider.cc \
content_child.target.darwin-x86.mk 111 content/child/threaded_data_provider.cc \
content_child.target.darwin-x86_64.mk 111 content/child/threaded_data_provider.cc \
content_child.target.linux-arm64.mk 111 content/child/threaded_data_provider.cc \
content_child.target.linux-mips.mk 111 content/child/threaded_data_provider.cc \
content_child.target.linux-x86.mk 111 content/child/threaded_data_provider.cc \
content_child.target.linux-x86_64.mk 111 content/child/threaded_data_provider.cc \
content_child.target.darwin-arm.mk 111 content/child/threaded_data_provider.cc \
content_child.target.linux-arm.mk 111 content/child/threaded_data_provider.cc \

Completed in 165 milliseconds