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

  /external/chromium_org/ppapi/tests/
test_video_destination.cc 33 ppb_video_destination_private_interface_(NULL),
39 ppb_video_destination_private_interface_ =
43 if (!ppb_video_destination_private_interface_)
53 ppb_video_destination_private_interface_ &&
77 ppb_video_destination_private_interface_->Create(kInvalidInstance);
80 ppb_video_destination_private_interface_->IsVideoDestination(
85 ppb_video_destination_private_interface_->Create(
89 ppb_video_destination_private_interface_->IsVideoDestination(
95 ppb_video_destination_private_interface_->IsVideoDestination(
test_video_destination.h 30 const PPB_VideoDestination_Private* ppb_video_destination_private_interface_; member in class:TestVideoDestination

Completed in 289 milliseconds