OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestAutofillDialogController
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc
105
class
TestAutofillDialogController
: public AutofillDialogControllerImpl {
107
TestAutofillDialogController
(
125
virtual ~
TestAutofillDialogController
() {}
198
base::WeakPtr<
TestAutofillDialogController
> AsWeakPtr() {
212
return &const_cast<
TestAutofillDialogController
*>(this)->test_manager_;
242
base::WeakPtrFactory<
TestAutofillDialogController
> weak_ptr_factory_;
247
DISALLOW_COPY_AND_ASSIGN(
TestAutofillDialogController
);
326
controller_ = new
TestAutofillDialogController
(
340
TestAutofillDialogController
* controller() { return controller_; }
482
TestAutofillDialogController
* controller_; // Weak reference
[
all
...]
autofill_dialog_controller_unittest.cc
222
class
TestAutofillDialogController
224
public base::SupportsWeakPtr<
TestAutofillDialogController
> {
226
TestAutofillDialogController
(
244
virtual ~
TestAutofillDialogController
() {}
308
return const_cast<
TestAutofillDialogController
*>(this)->
349
DISALLOW_COPY_AND_ASSIGN(
TestAutofillDialogController
);
408
controller_ = (new testing::NiceMock<
TestAutofillDialogController
>(
551
TestAutofillDialogController
* controller() { return controller_.get(); }
574
base::WeakPtr<
TestAutofillDialogController
> controller_;
[
all
...]
Completed in 50 milliseconds