HomeSort by relevance Sort by last modified time
    Searched refs:DidChangeView (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/chromium_org/ppapi/api/
ppp_instance.idl 116 * DidChangeView() is called when the position, the size, of the clip
148 void DidChangeView(
163 * <code>DidChangeView() is called when the position, size, or other view
167 void DidChangeView(
  /external/chromium_org/ppapi/shared_impl/
ppp_instance_combined.cc 33 : did_change_view_1_0_(instance_if.DidChangeView) {
36 instance_1_1_.DidChangeView = NULL;
56 void PPP_Instance_Combined::DidChangeView(PP_Instance instance,
60 if (instance_1_1_.DidChangeView) {
62 instance_1_1_.DidChangeView, instance, view_changed_resource);
ppp_instance_combined.h 32 // This version of DidChangeView encapsulates all arguments for both 1.0
36 void DidChangeView(PP_Instance instance,
48 // For version 1.0, DidChangeView will be NULL, and DidChangeView_1_0 will
  /external/chromium_org/ppapi/c/
ppp_instance.h 115 * <code>DidChangeView() is called when the position, size, or other view
118 void (*DidChangeView)(PP_Instance instance, PP_Resource view);
186 void (*DidChangeView)(PP_Instance instance,
  /external/chromium_org/ppapi/tests/
test_flash_fullscreen.h 26 virtual void DidChangeView(const pp::View& view);
test_mouse_lock.h 23 virtual void DidChangeView(const pp::View& view);
test_view.h 15 virtual void DidChangeView(const pp::View& view);
42 // DidChangeView stores the page visibility in this vector on each
46 // Set to true to request that the next invocation of DidChangeView should
47 // post a quit to the message loop. DidChangeView will also reset the flag so
test_fullscreen.h 31 virtual void DidChangeView(const pp::View& view);
test_ime_input_event.h 26 virtual void DidChangeView(const pp::View& view);
test_input_event.h 27 virtual void DidChangeView(const pp::View& view);
test_mouse_lock.cc 31 void TestMouseLock::DidChangeView(const pp::View& view) {
test_graphics_2d.h 27 virtual void DidChangeView(const pp::View& view);
88 // DidChangeView can check whether the event is from here.
110 // Used to indicate that DidChangeView has happened, in order to make plugin
114 // Set to true to request that the next invocation of DidChangeView should
115 // post a quit to the message loop. DidChangeView will also reset the flag so
testing_instance.h 56 virtual void DidChangeView(const pp::View& view);
  /external/chromium_org/ppapi/cpp/
instance.h 104 /// DidChangeView() is called when the view information for the Instance
112 /// DidChangeView below.
113 virtual void DidChangeView(const View& view);
115 /// Deprecated backwards-compatible version of <code>DidChangeView()</code>.
119 /// <code>DidChangeView</code> function for source compatibility with older
147 virtual void DidChangeView(const Rect& position, const Rect& clip);
instance.cc 93 void Instance::DidChangeView(const View& view) {
95 DidChangeView(view.GetRect(), view.GetClipRect());
98 void Instance::DidChangeView(const pp::Rect& /*position*/,
  /external/chromium_org/ppapi/examples/threading/
threading.cc 30 virtual void DidChangeView(const pp::View& view) {
  /external/chromium_org/ppapi/examples/gles2_spinning_cube/
gles2_spinning_cube.cc 32 virtual void DidChangeView(const pp::Rect& position,
74 void DemoInstance::DidChangeView(
  /external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
mouse_lock.h 48 virtual void DidChangeView(const pp::View& view);
  /external/chromium_org/native_client_sdk/src/examples/api/gamepad/
gamepad.cc 35 virtual void DidChangeView(const pp::View& view);
91 void GamepadInstance::DidChangeView(const pp::View& view) {
  /external/chromium_org/ppapi/examples/gles2/
gles2.cc 44 virtual void DidChangeView(const pp::Rect& position,
101 void GLES2DemoInstance::DidChangeView(
  /external/chromium_org/mojo/examples/pepper_container_app/
pepper_container_app.cc 77 plugin_instance_->DidChangeView(bounds.To<PP_Rect>());
  /external/chromium_org/ppapi/examples/mouse_cursor/
mouse_cursor.cc 37 virtual void DidChangeView(const pp::View& view) {
  /external/chromium_org/ppapi/proxy/
ppp_instance_proxy.cc 65 void DidChangeView(PP_Instance instance, PP_Resource view_resource) {
99 &DidChangeView,
222 combined_interface_->DidChangeView(instance, resource,
ppp_instance_proxy_unittest.cc 47 // DidChangeView is asynchronous. We wait until the call has completed before
50 void DidChangeView(PP_Instance instance, const PP_Rect* position,
90 &DidChangeView,
95 // PPP_Instance_Proxy::DidChangeView relies on PPB_(Flash)Fullscreen being
169 ppp_instance->DidChangeView(expected_instance, view_resource.get());
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_instance.h 135 virtual void DidChangeView(const pp::View& view);

Completed in 196 milliseconds

1 2 3 4