OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_View_1_1
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/cpp/
view.cc
18
template <> const char* interface_name<
PPB_View_1_1
>() {
32
if (has_interface<
PPB_View_1_1
>()) {
33
if (PP_ToBool(get_interface<
PPB_View_1_1
>()->GetRect(pp_resource(), &out)))
43
if (has_interface<
PPB_View_1_1
>()) {
44
return PP_ToBool(get_interface<
PPB_View_1_1
>()->IsFullscreen(
54
if (has_interface<
PPB_View_1_1
>())
55
return PP_ToBool(get_interface<
PPB_View_1_1
>()->IsVisible(pp_resource()));
62
if (has_interface<
PPB_View_1_1
>()) {
63
return PP_ToBool(get_interface<
PPB_View_1_1
>()->IsPageVisible(
74
if (has_interface<
PPB_View_1_1
>()) {
[
all
...]
/external/chromium_org/ppapi/c/
ppb_view.h
39
struct
PPB_View_1_1
{
202
typedef struct
PPB_View_1_1
PPB_View;
/external/chromium_org/ppapi/thunk/
ppb_view_thunk.cc
92
const
PPB_View_1_1
g_ppb_view_thunk_1_1 = {
109
const
PPB_View_1_1
* GetPPB_View_1_1_Thunk() {
interfaces_ppb_public_stable.h
100
PROXIED_IFACE(NoAPIName, PPB_VIEW_INTERFACE_1_1,
PPB_View_1_1
)
Completed in 104 milliseconds