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

  /external/chromium_org/extensions/browser/api/
async_api_function.h 45 content::BrowserThread::ID work_thread_id() const { return work_thread_id_; } function in class:extensions::AsyncApiFunction
46 void set_work_thread_id(content::BrowserThread::ID work_thread_id) {
47 work_thread_id_ = work_thread_id;
  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_socket_api.cc 164 BluetoothSocketAsyncApiFunction::work_thread_id() const { function in class:extensions::core_api::BluetoothSocketAsyncApiFunction
194 DCHECK(BrowserThread::CurrentlyOn(work_thread_id()));
275 DCHECK(BrowserThread::CurrentlyOn(work_thread_id()));
282 DCHECK(BrowserThread::CurrentlyOn(work_thread_id()));
319 DCHECK(BrowserThread::CurrentlyOn(work_thread_id()));
341 DCHECK(BrowserThread::CurrentlyOn(work_thread_id()));
455 DCHECK(BrowserThread::CurrentlyOn(work_thread_id()));
462 DCHECK(BrowserThread::CurrentlyOn(work_thread_id()));
496 DCHECK(BrowserThread::CurrentlyOn(work_thread_id()));
520 DCHECK(BrowserThread::CurrentlyOn(work_thread_id()));
    [all...]
bluetooth_socket_api.h 57 content::BrowserThread::ID work_thread_id() const;

Completed in 107 milliseconds