HomeSort by relevance Sort by last modified time
    Searched refs:cardName (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)
282 if (cardName.isEmpty())
295 if (card->getIdAttribute() != cardName)
319 String cardName = doc->url().fragmentIdentifier();
321 WMLCardElement* activeCard = findNamedCardInDocument(doc, cardName);
  /external/quake/quake/src/WinQuake/
net_bw.cpp 219 char cardName [9];

Completed in 54 milliseconds