OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/menu/
menu_controller_delegate.h
20
enum
NotifyType
{
27
virtual void DropMenuClosed(
NotifyType
type, MenuItemView* menu) = 0;
menu_runner.cc
55
virtual void DropMenuClosed(
NotifyType
type, MenuItemView* menu) OVERRIDE;
219
void MenuRunnerImpl::DropMenuClosed(
NotifyType
type, MenuItemView* menu) {
Completed in 33 milliseconds