OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LegalDocumentsText
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_view_delegate.h
55
virtual base::string16
LegalDocumentsText
() = 0;
100
// Returns ranges to linkify in the text returned by |
LegalDocumentsText
()|.
mock_autofill_dialog_view_delegate.h
29
MOCK_METHOD0(
LegalDocumentsText
, base::string16());
autofill_dialog_controller_impl.h
108
virtual base::string16
LegalDocumentsText
() OVERRIDE;
[
all
...]
autofill_dialog_controller_unittest.cc
[
all
...]
autofill_dialog_controller_impl.cc
720
base::string16 AutofillDialogControllerImpl::
LegalDocumentsText
() {
[
all
...]
/external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc
[
all
...]
Completed in 506 milliseconds