Home | History | Annotate | Download | only in private

Lines Matching defs:flash

5 #include "ppapi/cpp/private/flash.h"
49 // The combined Flash interface is all Flash v12.* interfaces. All v12
58 // is no Flash interface supported, all functions will be NULL.
77 namespace flash {
80 bool Flash::IsAvailable() {
88 void Flash::SetInstanceAlwaysOnTop(const InstanceHandle& instance,
101 bool Flash::DrawGlyphs(const InstanceHandle& instance,
145 Var Flash::GetProxyForURL(const InstanceHandle& instance,
160 int32_t Flash::Navigate(const URLRequestInfo& request_info,
180 double Flash::GetLocalTimeZoneOffset(const InstanceHandle& instance,
195 Var Flash::GetCommandLineArgs(Module* module) {
210 void Flash::PreloadFontWin(const void* logfontw) {
219 bool Flash::IsRectTopmost(const InstanceHandle& instance, const Rect& rect) {
233 void Flash::UpdateActivity(const InstanceHandle& instance) {
242 Var Flash::GetSetting(const InstanceHandle& instance, PP_FlashSetting setting) {
258 bool Flash::SetCrashData(const InstanceHandle& instance,
275 int32_t Flash::EnumerateVideoCaptureDevices(
298 bool Flash::InvokePrinting(const InstanceHandle& instance) {
307 } // namespace flash