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

  /external/chromium_org/ppapi/shared_impl/
api_id.h 14 API_ID_NONE = 0,
  /external/chromium_org/ppapi/proxy/
interface_list.cc 336 COMPILE_ASSERT(API_ID_NONE == 0, none_must_be_zero);
384 // generate calls to this function with API_ID_NONE. This means we
386 if (id == API_ID_NONE)

Completed in 87 milliseconds