HomeSort by relevance Sort by last modified time
    Searched refs:PPB_View (Results 1 - 8 of 8) 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"
129 const PPB_View* ppb_view_;
  /external/chromium_org/ppapi/api/
ppb_view.idl 7 * This file defines the <code>PPB_View</code> struct representing the state
19 * <code>PPB_View</code> represents the state of the view of an instance.
24 interface PPB_View {
27 * <code>PPB_View</code> resource. Note that <code>PPB_ViewChanged</code>
28 * resources derive from <code>PPB_View</code> and will return true here
32 * <code>PPB_View</code> resource.
35 * <code>PPB_View</code> or <code>PP_FALSE</code> if it is an invalid
55 * <code>PPB_View</code> resource.
70 * <code>PPB_View</code> resource.
91 * <code>PPB_View</code> resource.
    [all...]
  /external/chromium_org/ppapi/c/
ppb_view.h 6 /* From ppb_view.idl modified Fri Mar 29 11:55:32 2013. */
19 #define PPB_VIEW_INTERFACE_1_0 "PPB_View;1.0"
20 #define PPB_VIEW_INTERFACE_1_1 "PPB_View;1.1"
25 * This file defines the <code>PPB_View</code> struct representing the state
35 * <code>PPB_View</code> represents the state of the view of an instance.
42 * <code>PPB_View</code> resource. Note that <code>PPB_ViewChanged</code>
43 * resources derive from <code>PPB_View</code> and will return true here
47 * <code>PPB_View</code> resource.
50 * <code>PPB_View</code> or <code>PP_FALSE</code> if it is an invalid
69 * <code>PPB_View</code> resource
    [all...]
  /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 30 #include "ppapi/c/ppb_view.h"
180 const PPB_View* PPBView() {
181 return reinterpret_cast<const PPB_View*>(
  /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 18 #include "ppapi/c/ppb_view.h"
28 PPB_View* g_pView;
274 g_pView = (PPB_View*)PSGetInterface(PPB_VIEW_INTERFACE);

Completed in 803 milliseconds