Home
last modified time | relevance | path

Searched refs:for_io_thread (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/renderer/extensions/
Dsend_request_natives.cc44 bool for_io_thread = args[4]->BooleanValue(); in StartRequest() local
64 context(), name, request_id, has_callback, for_io_thread, in StartRequest()
Drequest_sender.cc59 bool for_io_thread, in StartRequest() argument
97 if (for_io_thread) { in StartRequest()
Dset_icon_natives.cc150 bool for_io_thread = args[4]->BooleanValue(); in SetIconCommon() local
156 for_io_thread, in SetIconCommon()
Drequest_sender.h62 bool for_io_thread,