HomeSort by relevance Sort by last modified time
    Searched defs:StorageToPluginArg (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ppapi/cpp/private/
pass_file_handle.h 69 static inline PassFileHandle StorageToPluginArg(StorageType& t) {
video_frame_private.h 89 static inline pp::VideoFrame_Private StorageToPluginArg(StorageType& t) {
  /external/chromium_org/ppapi/cpp/
directory_entry.h 118 static inline std::vector<DirectoryEntry>& StorageToPluginArg(
output_traits.h 87 static inline T& StorageToPluginArg(StorageType& t) { return t; }
117 static inline T StorageToPluginArg(StorageType& t) {
155 static inline pp::Var StorageToPluginArg(StorageType& t) {
178 static inline bool StorageToPluginArg(StorageType& t) {
210 static inline std::vector<T>& StorageToPluginArg(StorageType& t) {
233 static inline std::vector<T>& StorageToPluginArg(StorageType& t) {
272 static inline std::vector<pp::Var>& StorageToPluginArg(StorageType& t) {
  /external/chromium_org/ppapi/cpp/dev/
truetype_font_dev.h 208 static inline TrueTypeFontDesc_Dev StorageToPluginArg(StorageType& t) {
260 static inline std::vector<TrueTypeFontDesc_Dev>& StorageToPluginArg(

Completed in 68 milliseconds