Searched refs:dictionaryRepresentation (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/mac/History/
H A DWebHistoryItemPrivate.h54 - (NSDictionary *)dictionaryRepresentation;
H A DWebHistoryItem.mm439 - (NSDictionary *)dictionaryRepresentation
498 [childDicts addObject:[kit(children[i].get()) dictionaryRepresentation]];
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebHistoryItemPrivate.idl43 [local] HRESULT dictionaryRepresentation([out, retval] void** dictionary);
/external/webkit/Source/WebKit/win/
H A DWebHistoryItem.h86 virtual HRESULT STDMETHODCALLTYPE dictionaryRepresentation(void** dictionary);
H A DWebHistoryItem.cpp202 HRESULT STDMETHODCALLTYPE WebHistoryItem::dictionaryRepresentation(void** dictionary) function in class:WebHistoryItem

Completed in 56 milliseconds