Home
last modified time | relevance | path

Searched refs:theTitle (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/haiku/
DContextMenuItemHaiku.cpp89 String theTitle = title(); in setType() local
94 m_platformDescription = new BMenuItem(BString(theTitle).String(), new BMessage(theAction)); in setType()
100 m_platformDescription->SetLabel(BString(theTitle).String()); in setType()
102 … m_platformDescription = new BMenuItem(BString(theTitle).String(), new BMessage(theAction)); in setType()