OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pageURL
(Results
1 - 18
of
18
) sorted by null
/external/webkit/WebCore/platform/mac/
WebCoreKeyGenerator.h
30
- (NSString *)signedPublicKeyAndChallengeStringWithStrengthIndex:(unsigned)index challenge:(NSString *)challenge
pageURL
:(NSURL *)
pageURL
;
SSLKeyGeneratorMac.mm
46
pageURL
:url];
WebCoreKeyGenerator.m
54
- (NSString *)signedPublicKeyAndChallengeStringWithStrengthIndex:(unsigned)unusedIndex challenge:(NSString *)unusedChallenge
pageURL
:(NSURL *)unusedPageURL
/external/webkit/WebKit/mac/WebCoreSupport/
WebIconDatabaseClient.h
39
virtual void dispatchDidAddIconForPageURL(const WebCore::String&
pageURL
);
WebKeyGenerator.m
62
- (NSString *)signedPublicKeyAndChallengeStringWithStrengthIndex:(unsigned)index challenge:(NSString *)challenge
pageURL
:(NSURL *)
pageURL
80
NSString *keyDescription = [NSString stringWithFormat:UI_STRING("Key from %@", "name of keychain key generated by the KEYGEN tag"), [
pageURL
host]];
WebIconDatabaseClient.mm
51
void WebIconDatabaseClient::dispatchDidAddIconForPageURL(const WebCore::String&
pageURL
)
56
[[WebIconDatabase sharedIconDatabase] _sendNotificationForURL:
pageURL
];
/external/webkit/WebCore/loader/icon/
PageURLRecord.cpp
36
PageURLRecord::PageURLRecord(const String&
pageURL
)
37
: m_pageURL(
pageURL
)
PageURLRecord.h
46
:
pageURL
(page)
50
String
pageURL
;
56
PageURLRecord(const String&
pageURL
);
IconDatabase.cpp
240
// 1 - The initial url import is incomplete and this
pageURL
was marked to be notified once it is complete if an iconURL exists
241
// 2 - The initial url import IS complete and this
pageURL
has no icon
246
// If we ever reach this condition, we know we've already made the
pageURL
copy
255
// If the initial URL import isn't complete, it's possible to have a
PageURL
record without an associated icon
256
// In this case, the
pageURL
is already in the set to alert the client when the iconURL mapping is complete so
261
// The only way we should *not* have an icon record is if this
pageURL
is retained but has no icon yet - make sure of that
298
void IconDatabase::readIconForPageURLFromDisk(const String&
pageURL
)
300
// The effect of asking for an Icon for a
pageURL
automatically queues it to be read from disk
303
iconForPageURL(
pageURL
, IntSize(0,0));
323
// 1 - The initial url import is incomplete and this
pageURL
has already been marked to be notified once it is complete if an iconURL exist
[
all
...]
IconDatabase.h
85
void setIconURLForPageURL(const String& iconURL, const String&
pageURL
);
137
PageURLRecord* getOrCreatePageURLRecord(const String&
pageURL
);
173
void importIconURLForPageURL(const String& iconURL, const String&
pageURL
);
205
void removePageURLFromSQLDatabase(const String&
pageURL
);
/external/webkit/WebKit/android/jni/
WebIconDatabase.h
45
virtual void didAddIconForPageUrl(const WebCore::String&
pageUrl
) = 0;
52
virtual void dispatchDidAddIconForPageURL(const WebCore::String&
pageURL
);
WebIconDatabase.cpp
67
void WebIconDatabase::dispatchDidAddIconForPageURL(const WebCore::String&
pageURL
)
70
mNotifications.append(
pageURL
);
/external/webkit/WebKit/chromium/public/
WebContextMenuData.h
67
WebURL
pageURL
;
/external/webkit/WebCore/loader/icon/wince/
IconDatabaseWince.cpp
56
void IconDatabase::setIconURLForPageURL(const String& iconURL, const String&
pageURL
) {}
/external/webkit/WebCore/page/
XSSAuditor.cpp
342
String
pageURL
= frame->document()->url().string();
345
if (!hasFormData && task.string.length() > 2 *
pageURL
.length()) {
357
canonicalizedString = task.string.substring(0, 2 *
pageURL
.length());
371
String decodedPageURL = m_cache.canonicalizeURL(
pageURL
, frame->document()->decoder()->encoding(), task.decodeEntities, task.decodeURLEscapeSequencesTwice);
/external/webkit/WebKit/win/
WebIconDatabase.cpp
311
void WebIconDatabase::dispatchDidAddIconForPageURL(const String&
pageURL
)
314
m_notificationQueue.append(
pageURL
.threadsafeCopy());
353
static void postDidAddIconNotification(const String&
pageURL
, WebIconDatabase* iconDB)
358
RetainPtr<CFStringRef> url(AdoptCF,
pageURL
.createCFString());
/external/webkit/WebKit/mac/Misc/
WebIconDatabase.mm
179
- (void)releaseIconForURL:(NSString *)
pageURL
182
ASSERT(
pageURL
);
186
iconDatabase()->releaseIconForPageURL(
pageURL
);
633
// First, we'll iterate through the
PageURL
->IconURL map
/external/webkit/WebKit/chromium/src/
ContextMenuClientImpl.cpp
190
data.
pageURL
= urlFromFrame(m_webView->mainFrameImpl()->frame());
Completed in 483 milliseconds