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

  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_network_proxy_host.h 46 struct UIThreadData {
47 UIThreadData();
48 ~UIThreadData();
52 static UIThreadData GetUIThreadDataOnUIThread(int render_process_id,
55 void DidGetUIThreadData(const UIThreadData&);
pepper_network_proxy_host.cc 58 PepperNetworkProxyHost::UIThreadData::UIThreadData()
62 PepperNetworkProxyHost::UIThreadData::~UIThreadData() {
66 PepperNetworkProxyHost::UIThreadData
71 PepperNetworkProxyHost::UIThreadData result;
94 const UIThreadData& ui_thread_data) {

Completed in 165 milliseconds