OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TriggerPrompt
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_delegate.h
96
virtual bool
TriggerPrompt
() = 0;
147
virtual bool
TriggerPrompt
() OVERRIDE;
automatic_profile_resetter_delegate.cc
247
bool AutomaticProfileResetterDelegateImpl::
TriggerPrompt
() {
automatic_profile_resetter_unittest.cc
98
MOCK_METHOD0(
TriggerPrompt
, bool());
147
EXPECT_CALL(*this,
TriggerPrompt
()).WillOnce(testing::Return(true));
[
all
...]
automatic_profile_resetter.cc
710
if (ShouldPerformLiveRun() && delegate_->
TriggerPrompt
()) {
automatic_profile_resetter_delegate_unittest.cc
610
resetter_delegate()->
TriggerPrompt
();
Completed in 262 milliseconds