HomeSort by relevance Sort by last modified time
    Searched refs:IsPageVisible (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ppapi/cpp/
view.h 63 /// and IsPageVisible() (whether the page is visible to the user).
69 /// IsPageVisible() determines if the page that contains the module instance
82 bool IsPageVisible() const;
93 /// IsPageVisible() and IsVisible() if you want to account for page
view.cc 73 bool View::IsPageVisible() const {
75 return PP_ToBool(get_interface<PPB_View_1_2>()->IsPageVisible(
78 return PP_ToBool(get_interface<PPB_View_1_1>()->IsPageVisible(
81 return PP_ToBool(get_interface<PPB_View_1_0>()->IsPageVisible(
  /external/chromium_org/ppapi/thunk/
ppb_view_api.h 26 virtual PP_Bool IsPageVisible() const = 0;
ppb_view_thunk.cc 49 PP_Bool IsPageVisible(PP_Resource resource) {
50 VLOG(4) << "PPB_View::IsPageVisible()";
54 return enter.object()->IsPageVisible();
94 &IsPageVisible,
103 &IsPageVisible,
114 &IsPageVisible,
  /external/chromium_org/ppapi/c/
ppb_view.h 100 * and IsPageVisible() (whether the page is visible to the user).
110 * IsPageVisible() determines if the page that contains the module instance
127 PP_Bool (*IsPageVisible)(PP_Resource resource);
138 * IsPageVisible() and IsVisible() if you want to account for page
224 PP_Bool (*IsPageVisible)(PP_Resource resource);
233 PP_Bool (*IsPageVisible)(PP_Resource resource);
  /external/chromium_org/ppapi/shared_impl/
ppb_view_shared.h 49 virtual PP_Bool IsPageVisible() const OVERRIDE;
ppb_view_shared.cc 69 PP_Bool PPB_View_Shared::IsPageVisible() const {
  /external/chromium_org/ppapi/api/
ppb_view.idl 89 * and IsPageVisible() (whether the page is visible to the user).
100 * IsPageVisible() determines if the page that contains the module instance
117 PP_Bool IsPageVisible([in] PP_Resource resource);
129 * IsPageVisible() and IsVisible() if you want to account for page
  /external/chromium_org/ppapi/examples/audio/
audio.cc 68 visible_ = view.IsPageVisible();
  /external/chromium_org/native_client_sdk/src/examples/api/input_event/
input_event.cc 137 << " IsPageVisible:" << view.IsPageVisible()
  /external/chromium_org/ppapi/tests/
test_view.cc 31 page_visibility_log_.push_back(view.IsPageVisible());
  /external/chromium_org/pdf/pdfium/
pdfium_engine.h 217 bool IsPageVisible(int index) const;
pdfium_engine.cc 861 if (IsPageVisible(pending_pages_[i]))
892 if (IsPageVisible(i))
    [all...]

Completed in 113 milliseconds