OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PromptResult
(Results
1 - 2
of
2
) 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);
/build/tools/releasetools/
common.py
724
def
PromptResult
(self, current):
742
return self.
PromptResult
(current)
[
all
...]
Completed in 846 milliseconds