HomeSort by relevance Sort by last modified time
    Searched refs:PPAPI_SHARED_EXPORT (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/chromium_org/ppapi/shared_impl/
ppapi_shared_export.h 12 #define PPAPI_SHARED_EXPORT __declspec(dllexport)
14 #define PPAPI_SHARED_EXPORT __declspec(dllimport)
19 #define PPAPI_SHARED_EXPORT __attribute__((visibility("default")))
21 #define PPAPI_SHARED_EXPORT
26 #define PPAPI_SHARED_EXPORT
ppapi_switches.h 8 #include "ppapi/shared_impl/ppapi_shared_export.h"
12 PPAPI_SHARED_EXPORT extern const char kEnablePepperTesting[];
time_conversion.h 10 #include "ppapi/shared_impl/ppapi_shared_export.h"
14 PPAPI_SHARED_EXPORT PP_Time TimeToPPTime(base::Time t);
15 PPAPI_SHARED_EXPORT base::Time PPTimeToTime(PP_Time t);
17 PPAPI_SHARED_EXPORT PP_TimeTicks TimeTicksToPPTimeTicks(base::TimeTicks t);
23 PPAPI_SHARED_EXPORT PP_TimeTicks EventTimeToPPTimeTicks(double event_time);
24 PPAPI_SHARED_EXPORT double PPTimeTicksToEventTime(PP_TimeTicks t);
29 PPAPI_SHARED_EXPORT double PPGetLocalTimeZoneOffset(const base::Time& time);
file_system_util.h 12 #include "ppapi/shared_impl/ppapi_shared_export.h"
17 PPAPI_SHARED_EXPORT
21 PPAPI_SHARED_EXPORT bool FileSystemTypeIsValid(PP_FileSystemType type);
23 PPAPI_SHARED_EXPORT bool FileSystemTypeHasQuota(PP_FileSystemType type);
25 PPAPI_SHARED_EXPORT std::string IsolatedFileSystemTypeToRootName(
file_ref_util.h 10 #include "ppapi/shared_impl/ppapi_shared_export.h"
19 PPAPI_SHARED_EXPORT std::string GetNameForInternalFilePath(
21 PPAPI_SHARED_EXPORT std::string GetNameForExternalFilePath(
25 PPAPI_SHARED_EXPORT bool IsValidInternalPath(const std::string& path);
28 PPAPI_SHARED_EXPORT bool IsValidExternalPath(const base::FilePath& path);
31 PPAPI_SHARED_EXPORT void NormalizeInternalPath(std::string* path);
platform_file.h 10 #include "ppapi/shared_impl/ppapi_shared_export.h"
14 PPAPI_SHARED_EXPORT base::PlatformFile IntToPlatformFile(int32_t handle);
15 PPAPI_SHARED_EXPORT int32_t PlatformFileToInt(base::PlatformFile handle);
test_harness_utils.h 10 #include "ppapi/shared_impl/ppapi_shared_export.h"
22 std::string PPAPI_SHARED_EXPORT StripTestPrefixes(const std::string& test_name);
25 base::FilePath::StringType PPAPI_SHARED_EXPORT GetTestLibraryName();
file_type_conversion.h 12 #include "ppapi/shared_impl/ppapi_shared_export.h"
16 PPAPI_SHARED_EXPORT int FileErrorToPepperError(base::File::Error error_code);
21 PPAPI_SHARED_EXPORT bool PepperFileOpenFlagsToPlatformFileFlags(
25 PPAPI_SHARED_EXPORT void FileInfoToPepperFileInfo(const base::File::Info& info,
file_growth.h 11 #include "ppapi/shared_impl/ppapi_shared_export.h"
15 struct PPAPI_SHARED_EXPORT FileGrowth {
26 PPAPI_SHARED_EXPORT FileGrowthMap
28 PPAPI_SHARED_EXPORT FileSizeMap
media_stream_audio_track_shared.h 9 #include "ppapi/shared_impl/ppapi_shared_export.h"
13 class PPAPI_SHARED_EXPORT MediaStreamAudioTrackShared {
ppb_var_shared.h 12 #include "ppapi/shared_impl/ppapi_shared_export.h"
18 class PPAPI_SHARED_EXPORT PPB_Var_Shared {
ppb_image_data_shared.h 10 #include "ppapi/shared_impl/ppapi_shared_export.h"
23 class PPAPI_SHARED_EXPORT PPB_ImageData_Shared {
file_ref_create_info.h 13 #include "ppapi/shared_impl/ppapi_shared_export.h"
26 PPAPI_SHARED_EXPORT bool IsValid() const;
44 PPAPI_SHARED_EXPORT FileRefCreateInfo
ppb_device_ref_shared.h 20 struct PPAPI_SHARED_EXPORT DeviceRefData {
32 class PPAPI_SHARED_EXPORT PPB_DeviceRef_Shared
ppb_tcp_socket_shared.h 8 #include "ppapi/shared_impl/ppapi_shared_export.h"
12 class PPAPI_SHARED_EXPORT TCPSocketState {
56 enum PPAPI_SHARED_EXPORT TCPSocketVersion {
file_io_state_manager.h 11 #include "ppapi/shared_impl/ppapi_shared_export.h"
19 class PPAPI_SHARED_EXPORT FileIOStateManager {
file_path.h 9 #include "ppapi/shared_impl/ppapi_shared_export.h"
17 class PPAPI_SHARED_EXPORT PepperFilePath {
media_stream_video_track_shared.h 9 #include "ppapi/shared_impl/ppapi_shared_export.h"
13 class PPAPI_SHARED_EXPORT MediaStreamVideoTrackShared {
ppapi_nacl_plugin_args.h 15 struct PPAPI_SHARED_EXPORT PpapiNaClPluginArgs {
ppapi_preferences.h 8 #include "ppapi/shared_impl/ppapi_shared_export.h"
15 struct PPAPI_SHARED_EXPORT Preferences {
ppb_memory_shared.cc 8 #include "ppapi/shared_impl/ppapi_shared_export.h"
30 PPAPI_SHARED_EXPORT const PPB_Memory_Dev_0_1* GetPPB_Memory_Dev_0_1_Thunk() {
ppb_opengles2_shared.h 10 #include "ppapi/shared_impl/ppapi_shared_export.h"
14 class PPAPI_SHARED_EXPORT PPB_OpenGLES2_Shared {
resource_var.h 10 #include "ppapi/shared_impl/ppapi_shared_export.h"
20 class PPAPI_SHARED_EXPORT ResourceVar : public Var {
socket_option_data.h 9 #include "ppapi/shared_impl/ppapi_shared_export.h"
13 class PPAPI_SHARED_EXPORT SocketOptionData {
url_response_info_data.h 12 #include "ppapi/shared_impl/ppapi_shared_export.h"
16 struct PPAPI_SHARED_EXPORT URLResponseInfoData {

Completed in 64 milliseconds

1 2 3