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

  /external/chromium_org/ppapi/proxy/
ppb_testing_proxy.h 49 const PPB_Testing_Private* ppb_testing_impl_; member in class:ppapi::proxy::PPB_Testing_Proxy
ppb_testing_proxy.cc 146 ppb_testing_impl_(NULL) {
148 ppb_testing_impl_ = static_cast<const PPB_Testing_Private*>(
186 *result = ppb_testing_impl_->ReadImageData(
191 ppb_testing_impl_->RunMessageLoop(instance);
195 ppb_testing_impl_->QuitMessageLoop(instance);
200 *result = ppb_testing_impl_->GetLiveObjectsForInstance(instance);
208 ppb_testing_impl_->SimulateInputEvent(instance,

Completed in 3358 milliseconds