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

  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_interface.h 35 #include "ppapi/c/ppb_view.h"
63 const PPB_View* PSInterfaceView();
ps_instance.h 14 #include "ppapi/c/ppb_view.h"
205 const PPB_View* ppb_view_;
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
get_browser_interface.h 30 #include "ppapi/c/ppb_view.h"
66 const PPB_View* PPBView();
get_browser_interface.cc 29 #include "ppapi/c/ppb_view.h"
179 const PPB_View* PPBView() {
180 return reinterpret_cast<const PPB_View*>(
  /external/chromium_org/ppapi/api/
ppb_view.idl 7 * This file defines the <code>PPB_View</code> struct representing the state
20 * <code>PPB_View</code> represents the state of the view of an instance.
25 interface PPB_View {
28 * <code>PPB_View</code> resource. Note that <code>PPB_ViewChanged</code>
29 * resources derive from <code>PPB_View</code> and will return true here
33 * <code>PPB_View</code> resource.
36 * <code>PPB_View</code> or <code>PP_FALSE</code> if it is an invalid
56 * <code>PPB_View</code> resource.
71 * <code>PPB_View</code> resource.
92 * <code>PPB_View</code> resource
    [all...]
  /external/chromium_org/ppapi/c/
ppb_view.h 6 /* From ppb_view.idl modified Fri Sep 5 11:32:22 2014. */
19 #define PPB_VIEW_INTERFACE_1_0 "PPB_View;1.0"
20 #define PPB_VIEW_INTERFACE_1_1 "PPB_View;1.1"
21 #define PPB_VIEW_INTERFACE_1_2 "PPB_View;1.2"
26 * This file defines the <code>PPB_View</code> struct representing the state
36 * <code>PPB_View</code> represents the state of the view of an instance.
43 * <code>PPB_View</code> resource. Note that <code>PPB_ViewChanged</code>
44 * resources derive from <code>PPB_View</code> and will return true here
48 * <code>PPB_View</code> resource.
51 * <code>PPB_View</code> or <code>PP_FALSE</code> if it is an invali
    [all...]
  /external/chromium_org/ppapi/examples/2d/
graphics_2d_example.c 19 #include "ppapi/c/ppb_view.h"
29 const PPB_View* g_view_interface;
195 g_view_interface = (const PPB_View*)
  /external/chromium_org/native_client_sdk/src/examples/demo/life/
life.c 19 #include "ppapi/c/ppb_view.h"
29 PPB_View* g_pView;
294 g_pView = (PPB_View*)PSGetInterface(PPB_VIEW_INTERFACE);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
life.c 22 #include "ppapi/c/ppb_view.h"
31 PPB_View* g_pView;
293 g_pView = (PPB_View*)PSGetInterface(PPB_VIEW_INTERFACE);

Completed in 271 milliseconds