Searched refs:DidChangeView (Results 1 - 25 of 79) sorted by relevance

1234

/external/chromium_org/ppapi/api/
H A Dppp_instance.idl116 * 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/
H A Dppp_instance_combined.cc33 : did_change_view_1_0_(instance_if.DidChangeView) {
36 instance_1_1_.DidChangeView = NULL;
56 void PPP_Instance_Combined::DidChangeView(PP_Instance instance, function in class:ppapi::PPP_Instance_Combined
60 if (instance_1_1_.DidChangeView) {
62 instance_1_1_.DidChangeView, instance, view_changed_resource);
H A Dppp_instance_combined.h32 // 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/
H A Dppp_instance.h115 * <code>DidChangeView() is called when the position, size, or other view
118 void (*DidChangeView)(PP_Instance instance, PP_Resource view); member in struct:PPP_Instance_1_1
186 void (*DidChangeView)(PP_Instance instance, member in struct:PPP_Instance_1_0
/external/chromium_org/ppapi/tests/
H A Dtest_flash_fullscreen.h26 virtual void DidChangeView(const pp::View& view);
H A Dtest_mouse_lock.h23 virtual void DidChangeView(const pp::View& view);
H A Dtest_view.h15 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
H A Dtest_fullscreen.h31 virtual void DidChangeView(const pp::View& view);
H A Dtest_ime_input_event.h26 virtual void DidChangeView(const pp::View& view);
H A Dtest_input_event.h27 virtual void DidChangeView(const pp::View& view);
H A Dtest_mouse_lock.cc31 void TestMouseLock::DidChangeView(const pp::View& view) { function in class:TestMouseLock
H A Dtesting_instance.h56 virtual void DidChangeView(const pp::View& view);
/external/chromium_org/ppapi/examples/threading/
H A Dthreading.cc30 virtual void DidChangeView(const pp::View& view) { function in class:MyInstance
/external/chromium_org/ppapi/cpp/
H A Dinstance.h104 /// 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);
H A Dinstance.cc93 void Instance::DidChangeView(const View& view) { function in class:pp::Instance
95 DidChangeView(view.GetRect(), view.GetClipRect());
98 void Instance::DidChangeView(const pp::Rect& /*position*/, function in class:pp::Instance
/external/chromium_org/ppapi/examples/gles2_spinning_cube/
H A Dgles2_spinning_cube.cc32 virtual void DidChangeView(const pp::Rect& position,
74 void DemoInstance::DidChangeView( function in class:__anon10058::DemoInstance
/external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
H A Dmouse_lock.h48 virtual void DidChangeView(const pp::View& view);
/external/chromium_org/native_client_sdk/src/examples/api/gamepad/
H A Dgamepad.cc35 virtual void DidChangeView(const pp::View& view);
91 void GamepadInstance::DidChangeView(const pp::View& view) { function in class:GamepadInstance
/external/chromium_org/ppapi/examples/gles2/
H A Dgles2.cc44 virtual void DidChangeView(const pp::Rect& position,
101 void GLES2DemoInstance::DidChangeView( function in class:__anon10057::GLES2DemoInstance
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dpepper_container_app.cc77 plugin_instance_->DidChangeView(bounds.To<PP_Rect>());
/external/chromium_org/ppapi/examples/mouse_cursor/
H A Dmouse_cursor.cc37 virtual void DidChangeView(const pp::View& view) { function in class:MyInstance
/external/chromium_org/ppapi/proxy/
H A Dppp_instance_proxy.cc65 void DidChangeView(PP_Instance instance, PP_Resource view_resource) { function in namespace:ppapi::proxy::__anon10135
99 &DidChangeView,
222 combined_interface_->DidChangeView(instance, resource,
H A Dppp_instance_proxy_unittest.cc47 // DidChangeView is asynchronous. We wait until the call has completed before
50 void DidChangeView(PP_Instance instance, const PP_Rect* position, function in namespace:ppapi::proxy::__anon10136
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/
H A Dps_instance.h135 virtual void DidChangeView(const pp::View& view);
/external/chromium_org/ppapi/examples/2d/
H A Dscroll.cc45 virtual void DidChangeView(const pp::Rect& position, const pp::Rect& clip) { function in class:MyInstance

Completed in 3776 milliseconds

1234