OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebFormDelegate
(Results
1 - 7
of
7
) sorted by null
/external/webkit/WebKit/mac/WebView/
WebFormDelegatePrivate.h
29
#import "
WebFormDelegate
.h"
31
@interface
WebFormDelegate
(WebPrivate)
32
+ (
WebFormDelegate
*)_sharedWebFormDelegate;
WebFormDelegate.m
34
@implementation
WebFormDelegate
36
static
WebFormDelegate
*sharedDelegate = nil;
40
+ (
WebFormDelegate
*)_sharedWebFormDelegate
43
sharedDelegate = [[
WebFormDelegate
alloc] init];
WebFormDelegate.h
44
@protocol
WebFormDelegate
46
@protocol
WebFormDelegate
<NSObject>
50
// These methods are forwarded from widgets used in forms to the
WebFormDelegate
.
68
@class
WebFormDelegate
69
@discussion The
WebFormDelegate
class responds to all
WebFormDelegate
protocol
73
@interface
WebFormDelegate
: NSObject <
WebFormDelegate
>
WebViewData.h
45
@protocol
WebFormDelegate
;
67
id <
WebFormDelegate
> formDelegate;
WebViewPrivate.h
52
@protocol
WebFormDelegate
;
279
- (void)_setFormDelegate:(id<
WebFormDelegate
>)delegate;
280
- (id<
WebFormDelegate
>)_formDelegate;
WebView.mm
[
all
...]
/external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm
47
#import "
WebFormDelegate
.h"
[
all
...]
Completed in 223 milliseconds