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

  /external/chromium_org/ppapi/tests/
test_video_destination.cc 34 ppb_core_interface_(NULL),
47 ppb_core_interface_ = static_cast<const PPB_Core*>(
49 if (!ppb_core_interface_)
54 ppb_core_interface_;
92 ppb_core_interface_->ReleaseResource(video_destination);
test_truetype_font.h 33 const PPB_Core* ppb_core_interface_; member in class:TestTrueTypeFont
test_video_destination.h 31 const PPB_Core* ppb_core_interface_; member in class:TestVideoDestination
test_video_source.h 31 const PPB_Core* ppb_core_interface_; member in class:TestVideoSource
test_video_source.cc 34 ppb_core_interface_(NULL),
46 ppb_core_interface_ = static_cast<const PPB_Core*>(
48 if (!ppb_core_interface_)
51 return ppb_video_source_private_interface_ && ppb_core_interface_;
84 ppb_core_interface_->ReleaseResource(video_source);
test_url_request.h 44 const PPB_Core* ppb_core_interface_; member in class:TestURLRequest
test_url_request.cc 42 ppb_core_interface_(NULL),
53 ppb_core_interface_ = static_cast<const PPB_Core*>(
61 if (!ppb_core_interface_)
111 ppb_core_interface_->ReleaseResource(url_loader);
119 ppb_core_interface_->ReleaseResource(url_request);
287 ppb_core_interface_->ReleaseResource(url_request);
335 ppb_core_interface_->ReleaseResource(url_response);
338 ppb_core_interface_->ReleaseResource(url_loader);
375 ppb_core_interface_->ReleaseResource(url_request);
431 ppb_core_interface_->ReleaseResource(url_request)
    [all...]
test_truetype_font.cc 62 ppb_core_interface_(NULL),
72 ppb_core_interface_ = static_cast<const PPB_Core*>(
74 if (!ppb_core_interface_)
84 ppb_core_interface_ &&
212 ppb_core_interface_->ReleaseResource(font);

Completed in 2482 milliseconds