OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DidChangeView
(Results
1 - 25
of
64
) sorted by null
1
2
3
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
ppapi_bad_ppp_initialize_crash.cc
47
void
DidChangeView
(PP_Instance /*instance*/, PP_Resource /*view*/) {
60
DidChangeView
,
ppapi_bad_ppp_instance_didcreate.cc
43
void
DidChangeView
(PP_Instance /*instance*/,
57
DidChangeView
,
ppapi_bad_get_ppp_messaging_crash.cc
45
void
DidChangeView
(PP_Instance /*instance*/, PP_Resource /*view*/) {
58
DidChangeView
,
ppapi_bad_get_ppp_printing_crash.cc
45
void
DidChangeView
(PP_Instance /*instance*/, PP_Resource /*view*/) {
58
DidChangeView
,
/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;
58
void PPP_Instance_Combined::
DidChangeView
(PP_Instance instance,
62
if (instance_1_1_.
DidChangeView
) {
63
CallWhileUnlocked(instance_1_1_.
DidChangeView
,
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);
41
//
DidChangeView
stores the page visibility in this vector on each
45
// Set to true to request that the next invocation of
DidChangeView
should
46
// 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
26
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
101
///
DidChangeView
() is called when the view information for the Instance
109
///
DidChangeView
below.
110
virtual void
DidChangeView
(const View& view);
112
/// Deprecated backwards-compatible version of <code>
DidChangeView
()</code>.
116
/// <code>
DidChangeView
</code> function for source compatibility with older
144
virtual void
DidChangeView
(const Rect& position, const Rect& clip);
instance.cc
57
void Instance::
DidChangeView
(const View& view) {
59
DidChangeView
(view.GetRect(), view.GetClipRect());
62
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/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
34
virtual void
DidChangeView
(const pp::View& view);
90
void GamepadInstance::
DidChangeView
(const pp::View& view) {
/external/chromium_org/ppapi/examples/gles2/
gles2.cc
44
virtual void
DidChangeView
(const pp::Rect& position,
100
void GLES2DemoInstance::
DidChangeView
(
/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,
Completed in 616 milliseconds
1
2
3