OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:webIconDatabase
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/mac/Misc/
WebIconDatabaseDelegate.h
31
- (NSImage *)
webIconDatabase
:(
WebIconDatabase
*)
webIconDatabase
defaultIconForURL:(NSString *)URL withSize:(NSSize)size;
WebIconDatabase.mm
79
@interface
WebIconDatabase
(WebReallyInternal)
91
@implementation
WebIconDatabase
99
+ (
WebIconDatabase
*)sharedIconDatabase
101
static
WebIconDatabase
*database = nil;
103
database = [[
WebIconDatabase
alloc] init];
174
return [_private->delegate
webIconDatabase
:self defaultIconForURL:URL withSize:size];
215
_private->delegateImplementsDefaultIconForURL = [delegate respondsToSelector:@selector(
webIconDatabase
:defaultIconForURL:withSize:)];
226
@implementation
WebIconDatabase
(WebPendingPublic)
257
@implementation
WebIconDatabase
(WebPrivate)
266
@implementation
WebIconDatabase
(WebInternal
[
all
...]
/external/webkit/Source/WebKit/android/jni/
WebIconDatabase.cpp
29
#include "
WebIconDatabase
.h"
80
static
WebIconDatabase
* gIconDatabaseClient = new
WebIconDatabase
();
82
bool
WebIconDatabase
::performImport()
89
void
WebIconDatabase
::didImportIconURLForPageURL(const WTF::String& pageURL)
103
void
WebIconDatabase
::didImportIconDataForPageURL(const WTF::String& pageURL)
109
void
WebIconDatabase
::didChangeIconForPageURL(const WTF::String& pageURL)
115
void
WebIconDatabase
::didRemoveAllIcons()
119
void
WebIconDatabase
::didFinishURLImport()
124
void
WebIconDatabase
::RegisterForIconNotification(WebIconDatabaseClient* client
[
all
...]
Completed in 29 milliseconds