HomeSort by relevance Sort by last modified time
    Searched refs:findNamedCardInDocument (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/wml/
WMLCardElement.h 59 static WMLCardElement* findNamedCardInDocument(Document*, const String& cardName);
WMLCardElement.cpp 280 WMLCardElement* WMLCardElement::findNamedCardInDocument(Document* doc, const String& cardName)
321 WMLCardElement* activeCard = findNamedCardInDocument(doc, cardName);
WMLGoElement.cpp 122 if (WMLCardElement* card = WMLCardElement::findNamedCardInDocument(document, url.fragmentIdentifier())) {

Completed in 37 milliseconds