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

  /external/chromium_org/ppapi/c/
pp_macros.h 102 : PP_ALLOW_THIS_IN_INITIALIZER_LIST(callback_factory_(this)) {}
105 # define PP_ALLOW_THIS_IN_INITIALIZER_LIST(code) \
111 # define PP_ALLOW_THIS_IN_INITIALIZER_LIST(code) code
  /external/chromium_org/ppapi/api/
pp_macros.idl 93 : PP_ALLOW_THIS_IN_INITIALIZER_LIST(callback_factory_(this)) {}
96 # define PP_ALLOW_THIS_IN_INITIALIZER_LIST(code) \
102 # define PP_ALLOW_THIS_IN_INITIALIZER_LIST(code) code
  /external/chromium_org/ppapi/utility/websocket/
websocket_api.cc 27 callback_factory_(PP_ALLOW_THIS_IN_INITIALIZER_LIST(this)) {
107 : impl_(new Implement(instance, PP_ALLOW_THIS_IN_INITIALIZER_LIST(this))) {
  /external/chromium_org/ppapi/tests/
test_flash_message_loop.cc 19 PP_ALLOW_THIS_IN_INITIALIZER_LIST(callback_factory_(this)) {
test_message_loop.cc 20 PP_ALLOW_THIS_IN_INITIALIZER_LIST(callback_factory_(this)),
test_flash_drm.cc 35 PP_ALLOW_THIS_IN_INITIALIZER_LIST(callback_factory_(this)) {
test_flash.cc 22 PP_ALLOW_THIS_IN_INITIALIZER_LIST(callback_factory_(this)) {

Completed in 479 milliseconds