OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_dont_close_on_action
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_controller_unittest.mm
138
delegate_.
set_dont_close_on_action
();
185
delegate_.
set_dont_close_on_action
();
207
delegate_.
set_dont_close_on_action
();
229
delegate_.
set_dont_close_on_action
();
mock_confirm_infobar_delegate.h
21
void
set_dont_close_on_action
() { closes_on_action_ = false; }
function in class:MockConfirmInfoBarDelegate
mock_link_infobar_delegate.h
21
void
set_dont_close_on_action
() { closes_on_action_ = false; }
function in class:MockLinkInfoBarDelegate
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
mock_confirm_infobar_delegate.h
27
void
set_dont_close_on_action
() { closes_on_action_ = false; }
function in class:MockConfirmInfoBarDelegate
confirm_infobar_controller_unittest.mm
178
delegate()->
set_dont_close_on_action
();
200
delegate()->
set_dont_close_on_action
();
222
delegate()->
set_dont_close_on_action
();
Completed in 196 milliseconds