Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/haiku/
DContextMenuItemHaiku.cpp88 ContextMenuAction theAction = action(); in setType() local
94 m_platformDescription = new BMenuItem(BString(theTitle).String(), new BMessage(theAction)); in setType()
99 m_platformDescription = new BMenuItem(subMenu, new BMessage(theAction)); in setType()
102 … m_platformDescription = new BMenuItem(BString(theTitle).String(), new BMessage(theAction)); in setType()
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dreload_button.mm117 - (BOOL)sendAction:(SEL)theAction to:(id)theTarget {
127 const BOOL ret = [super sendAction:theAction to:theTarget];
133 return [super sendAction:theAction to:theTarget];
/external/webkit/Source/WebKit/mac/Panels/
DWebAuthenticationPanel.m274 - (BOOL)_blocksActionWhenModal:(SEL)theAction
283 if (theAction == @selector(terminate:)) {