OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PromptResult
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter.h
41
enum
PromptResult
{
49
//
PromptResult
, the absence of which indicates that the prompt was ignored.
114
//
PromptResult
, dismiss the prompt, and conclude the reset prompt flow early
236
virtual void ReportPromptResult(
PromptResult
result);
automatic_profile_resetter.cc
732
void AutomaticProfileResetter::ReportPromptResult(
PromptResult
result) {
734
"AutomaticProfileReset.
PromptResult
", result, PROMPT_RESULT_MAX);
automatic_profile_resetter_unittest.cc
69
void(AutomaticProfileResetter::
PromptResult
));
[
all
...]
/build/tools/releasetools/
common.py
724
def
PromptResult
(self, current):
742
return self.
PromptResult
(current)
[
all
...]
Completed in 3145 milliseconds