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

  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_apitest.cc 64 api->SendEventOnUIThread(devices);
72 api->SendEventOnUIThread(devices);
80 api->SendEventOnUIThread(devices);
dial_api.h 36 void SendEventOnUIThread(const DialRegistry::DeviceList& devices);
dial_api.cc 86 base::Bind(&DialAPI::SendEventOnUIThread, this, devices));
95 void DialAPI::SendEventOnUIThread(const DialRegistry::DeviceList& devices) {

Completed in 563 milliseconds