FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
webkit/WebKitLibraries/WebKitSystemInterfaceIOS.h at master · fealebenpae/webkit · GitHub
fealebenpae
/
webkit
Public
forked from
WebKit/WebKit-http
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
webkit
/
WebKitLibraries
/
WebKitSystemInterfaceIOS.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
59 lines (46 loc) · 1.29 KB
Breadcrumbs
webkit
/
WebKitLibraries
/
WebKitSystemInterfaceIOS.h
Copy path
File metadata and controls
59 lines (46 loc) · 1.29 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/*
* WebKitSystemInterfaceIOS.h
* Copyright (C) 2011, 2012, 2013 Apple Inc. All rights reserved.
*/
#
import
<
CoreGraphics/CoreGraphics.h
>
#
ifdef
__OBJC__
@class
UIScreen;
#
else
class UIScreen;
#
endif
#
ifdef
__cplusplus
extern
"
C
"
{
#endif
bool
WKExecutableWasLinkedOnOrAfterIOSVersion
(
int
);
bool
WKIsGB18030ComplianceRequired
(
void
);
typedef
enum
{
WKDeviceClassInvalid = -
1
,
WKDeviceClassiPad,
WKDeviceClassiPhone,
WKDeviceClassiPod,
} WKDeviceClass;
int
WKGetDeviceClass
(
void
);
CFStringRef
WKGetUserAgent
(
void
);
CFStringRef
WKGetOSNameForUserAgent
(
void
);
CFStringRef
WKGetDeviceName
(
void
);
CFStringRef
WKGetPlatformNameForNavigator
(
void
);
CFStringRef
WKGetVendorNameForNavigator
(
void
);
CGSize
WKGetScreenSize
(
void
);
CGSize
WKGetAvailableScreenSize
(
void
);
float
WKGetMinimumZoomFontSize
(
void
);
float
WKGetScreenScaleFactor
(
void
);
float
WKGetScaleFactorForScreen
(UIScreen *);
#
ifdef
__OBJC__
NSData
*
WKAXRemoteToken
(CFUUIDRef);
void
WKAXStoreRemoteConnectionInformation
(
id
,
pid_t
,
mach_port_t
, CFUUIDRef);
void
WKAXRegisterRemoteApp
(
void
);
#
endif
bool
WKIsOptimizedFullscreenSupported
(
void
);
typedef
enum
{
WKMediaUIPartOptimizedFullscreenButton =
0
,
WKMediaUIPartOptimizedFullscreenPlaceholder
} WKMediaUIPart;
CFStringRef
WKGetMediaUIImageData
(
int
);
#
ifdef
__cplusplus
}
#
endif
Back
|
FazBrowse Home
|
New Git URL