IsPageVisible 137 native_client_sdk/src/examples/api/input_event/input_event.cc << " IsPageVisible:" << view.IsPageVisible() IsPageVisible 126 ppapi/c/ppb_view.h PP_Bool (*IsPageVisible)(PP_Resource resource); IsPageVisible 209 ppapi/c/ppb_view.h PP_Bool (*IsPageVisible)(PP_Resource resource); IsPageVisible 63 ppapi/cpp/view.cc return PP_ToBool(get_interface<PPB_View_1_1>()->IsPageVisible( IsPageVisible 66 ppapi/cpp/view.cc return PP_ToBool(get_interface<PPB_View_1_0>()->IsPageVisible( IsPageVisible 82 ppapi/cpp/view.h bool IsPageVisible() const; IsPageVisible 68 ppapi/examples/audio/audio.cc visible_ = view.IsPageVisible(); IsPageVisible 48 ppapi/shared_impl/ppb_view_shared.h virtual PP_Bool IsPageVisible() const OVERRIDE; IsPageVisible 31 ppapi/tests/test_view.cc page_visibility_log_.push_back(view.IsPageVisible()); IsPageVisible 26 ppapi/thunk/ppb_view_api.h virtual PP_Bool IsPageVisible() const = 0; IsPageVisible 54 ppapi/thunk/ppb_view_thunk.cc return enter.object()->IsPageVisible(); IsPageVisible 86 ppapi/thunk/ppb_view_thunk.cc &IsPageVisible, IsPageVisible 95 ppapi/thunk/ppb_view_thunk.cc &IsPageVisible,