Searched refs:notifyCookiesChangedOnMainThread (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/network/mac/
H A DCookieStorageMac.mm42 -(void)notifyCookiesChangedOnMainThread;
50 -(void)notifyCookiesChangedOnMainThread
61 [self performSelectorOnMainThread:@selector(notifyCookiesChangedOnMainThread) withObject:nil waitUntilDone:FALSE];
/external/webkit/Source/WebCore/platform/network/cf/
H A DCookieStorageCFNet.cpp94 static void notifyCookiesChangedOnMainThread(void* context) function in namespace:WebCore
105 callOnMainThread(notifyCookiesChangedOnMainThread, 0);

Completed in 76 milliseconds