OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URLDropTarget
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/
url_drop_target.h
11
@protocol
URLDropTarget
;
18
NSView<
URLDropTarget
>* view_; // weak
24
// Initialize the given view, which must implement the |
URLDropTarget
| (below),
26
- (id)initWithView:(NSView<
URLDropTarget
>*)view;
40
@protocol
URLDropTarget
52
@end // @protocol
URLDropTarget
/external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_editor.h
21
@interface AutocompleteTextFieldEditor : NSTextView<
URLDropTarget
> {
autocomplete_text_field.h
106
URLDropTarget
> {
/external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_view.h
20
@interface TabStripView : NSView<
URLDropTarget
> {
Completed in 65 milliseconds