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

  /external/chromium_org/ppapi/thunk/
ppb_network_list_api.h 16 class PPAPI_THUNK_EXPORT PPB_NetworkList_API {
18 virtual ~PPB_NetworkList_API() {}
ppb_network_list_thunk.cc 21 EnterResource<PPB_NetworkList_API> enter(resource, false);
27 EnterResource<PPB_NetworkList_API> enter(resource, true);
35 EnterResource<PPB_NetworkList_API> enter(resource, true);
43 EnterResource<PPB_NetworkList_API> enter(resource, true);
51 EnterResource<PPB_NetworkList_API> enter(resource, true);
61 EnterResource<PPB_NetworkList_API> enter(resource, true);
69 EnterResource<PPB_NetworkList_API> enter(resource, true);
77 EnterResource<PPB_NetworkList_API> enter(resource, true);
  /external/chromium_org/ppapi/proxy/
network_list_resource.h 24 public thunk::PPB_NetworkList_API {
31 virtual thunk::PPB_NetworkList_API* AsPPB_NetworkList_API() OVERRIDE;
33 // PPB_NetworkList_API implementation.
network_list_resource.cc 26 thunk::PPB_NetworkList_API* NetworkListResource::AsPPB_NetworkList_API() {
  /external/chromium_org/ppapi/shared_impl/
resource.h 62 F(PPB_NetworkList_API) \

Completed in 211 milliseconds