OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InfoBarButton
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/tab_contents/
confirm_infobar_delegate.h
18
enum
InfoBarButton
{
32
virtual string16 GetButtonLabel(
InfoBarButton
button) const;
35
virtual bool NeedElevation(
InfoBarButton
button) const;
/external/chromium_org/chrome/browser/infobars/
confirm_infobar_delegate.h
18
enum
InfoBarButton
{
37
virtual base::string16 GetButtonLabel(
InfoBarButton
button) const;
40
virtual bool NeedElevation(
InfoBarButton
button) const;
Completed in 32 milliseconds