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 23 EnterResource<PPB_NetworkList_API> enter(resource, false);
29 EnterResource<PPB_NetworkList_API> enter(resource, true);
37 EnterResource<PPB_NetworkList_API> enter(resource, true);
45 EnterResource<PPB_NetworkList_API> enter(resource, true);
53 EnterResource<PPB_NetworkList_API> enter(resource, true);
63 EnterResource<PPB_NetworkList_API> enter(resource, true);
71 EnterResource<PPB_NetworkList_API> enter(resource, true);
79 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 58 F(PPB_NetworkList_API) \

Completed in 105 milliseconds