OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WKView
(Results
1 - 25
of
31
) sorted by null
1
2
/external/webkit/Source/WebKit2/UIProcess/mac/
WebContextMenuProxyMac.h
33
OBJC_CLASS
WKView
;
41
static PassRefPtr<WebContextMenuProxyMac> create(
WKView
* webView, WebPageProxy* page)
53
WebContextMenuProxyMac(
WKView
*, WebPageProxy*);
58
WKView
* m_webView;
WebPopupMenuProxyMac.h
33
OBJC_CLASS
WKView
;
41
static PassRefPtr<WebPopupMenuProxyMac> create(
WKView
*webView, WebPopupMenuProxy::Client* client)
51
WebPopupMenuProxyMac(
WKView
*, WebPopupMenuProxy::Client*);
56
WKView
*m_webView;
CorrectionPanel.h
34
@class
WKView
;
42
void show(
WKView
*, WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings);
45
static void recordAutocorrectionResponse(
WKView
*, NSCorrectionResponse, const String& replacedString, const String& replacementString);
54
RetainPtr<
WKView
> m_view;
WKFullScreenWindowController.h
39
@class
WKView
;
43
WKView
*_webView;
59
- (
WKView
*)webView;
60
- (void)setWebView:(
WKView
*)webView;
CorrectionPanel.mm
31
#import "
WKView
.h"
64
void CorrectionPanel::show(
WKView
* view, CorrectionPanelInfo::PanelType type, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings)
120
void CorrectionPanel::recordAutocorrectionResponse(
WKView
* view, NSCorrectionResponse response, const String& replacedString, const String& replacementString)
WebInspectorProxyMac.mm
32
#import "
WKView
.h"
84
m_inspectorView.adoptNS([[
WKView
alloc] initWithFrame:NSZeroRect contextRef:toAPI(page()->process()->context()) pageGroupRef:toAPI(inspectorPageGroup())]);
WebContextMenuProxyMac.mm
31
#import "
WKView
.h"
107
WebContextMenuProxyMac::WebContextMenuProxyMac(
WKView
* webView, WebPageProxy* page)
/external/webkit/Source/WebKit2/UIProcess/API/mac/
WKViewPrivate.h
26
@interface
WKView
(Private)
28
// Stops updating the size of the page as the
WKView
frame size updates.
31
// Immediately updates the size of the page to match
WKView
's frame size
FindIndicatorWindow.h
36
@class
WKView
;
47
static PassOwnPtr<FindIndicatorWindow> create(
WKView
*);
53
explicit FindIndicatorWindow(
WKView
*);
64
WKView
* m_wkView;
PDFViewController.h
36
@class
WKView
;
51
static PassOwnPtr<PDFViewController> create(
WKView
*);
54
WKView
*
wkView
() const { return m_wkView; }
74
explicit PDFViewController(
WKView
*
wkView
);
81
WKView
* m_wkView;
PageClientImpl.h
34
@class
WKView
;
46
static PassOwnPtr<PageClientImpl> create(
WKView
*);
50
PageClientImpl(
WKView
*);
120
WKView
* m_wkView;
WKView.h
32
@interface
WKView
: NSView <NSTextInputClient> {
WKViewInternal.h
26
#import "
WKView
.h"
47
@interface
WKView
(Internal)
FindIndicatorWindow.mm
30
#import "
WKView
.h"
115
PassOwnPtr<FindIndicatorWindow> FindIndicatorWindow::create(
WKView
*
wkView
)
117
return adoptPtr(new FindIndicatorWindow(
wkView
));
120
FindIndicatorWindow::FindIndicatorWindow(
WKView
*
wkView
)
121
: m_wkView(
wkView
)
/external/webkit/Tools/WebKitTestRunner/
PlatformWebView.h
38
@class
WKView
;
41
class
WKView
;
44
typedef
WKView
* PlatformWKView;
/external/webkit/Tools/TestWebKitAPI/
PlatformWebView.h
37
@class
WKView
;
40
class
WKView
;
43
typedef
WKView
*PlatformWKView;
/external/webkit/Source/WebKit2/UIProcess/API/C/
WebKit2.h
61
#import <WebKit2/
WKView
.h>
63
#include <WebKit2/
WKView
.h>
/external/webkit/Source/WebKit2/UIProcess/
ChunkedUpdateDrawingAreaProxy.h
38
OBJC_CLASS
WKView
;
52
typedef
WKView
PlatformWebView;
WebFullScreenManagerProxy.h
46
OBJC_CLASS
WKView
;
52
typedef
WKView
PlatformWebView;
TiledDrawingAreaProxy.h
42
@class
WKView
;
44
class
WKView
;
57
typedef
WKView
PlatformWebView;
WebInspectorProxy.h
41
OBJC_CLASS
WKView
;
145
RetainPtr<
WKView
> m_inspectorView;
/external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.h
38
WKView
*_webView;
/external/webkit/Source/WebKit2/WebProcess/mac/
WebProcessMainMac.mm
33
#import <WebKit2/
WKView
.h>
/external/webkit/Tools/WebKitTestRunner/mac/
PlatformWebViewMac.mm
33
m_view = [[
WKView
alloc] initWithFrame:rect contextRef:contextRef pageGroupRef:pageGroupRef];
/external/webkit/Tools/TestWebKitAPI/mac/
PlatformWebViewMac.mm
35
m_view = [[
WKView
alloc] initWithFrame:rect contextRef:contextRef pageGroupRef:pageGroupRef];
Completed in 1467 milliseconds
1
2