OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theAction
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/haiku/
ContextMenuItemHaiku.cpp
88
ContextMenuAction
theAction
= action();
94
m_platformDescription = new BMenuItem(BString(theTitle).String(), new BMessage(
theAction
));
99
m_platformDescription = new BMenuItem(subMenu, new BMessage(
theAction
));
102
m_platformDescription = new BMenuItem(BString(theTitle).String(), new BMessage(
theAction
));
/external/webkit/Source/WebKit/mac/Panels/
WebAuthenticationPanel.m
274
- (BOOL)_blocksActionWhenModal:(SEL)
theAction
283
if (
theAction
== @selector(terminate:)) {
Completed in 1171 milliseconds