Searched refs:MOCK_CONST_METHOD0 (Results 1 - 25 of 25) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
H A Dmock_power_library.h21 MOCK_CONST_METHOD0(line_power_on, bool(void));
22 MOCK_CONST_METHOD0(battery_fully_charged, bool(void));
23 MOCK_CONST_METHOD0(battery_percentage, double(void));
24 MOCK_CONST_METHOD0(battery_is_present, bool(void));
25 MOCK_CONST_METHOD0(battery_time_to_empty, base::TimeDelta(void));
26 MOCK_CONST_METHOD0(battery_time_to_full, base::TimeDelta(void));
H A Dmock_network_library.h39 MOCK_CONST_METHOD0(ethernet_network, const EthernetNetwork*(void));
40 MOCK_CONST_METHOD0(ethernet_connecting, bool(void));
41 MOCK_CONST_METHOD0(ethernet_connected, bool(void));
43 MOCK_CONST_METHOD0(wifi_network, const WifiNetwork*(void));
44 MOCK_CONST_METHOD0(wifi_connecting, bool(void));
45 MOCK_CONST_METHOD0(wifi_connected, bool(void));
47 MOCK_CONST_METHOD0(cellular_network, const CellularNetwork*(void));
48 MOCK_CONST_METHOD0(cellular_connecting, bool(void));
49 MOCK_CONST_METHOD0(cellular_connected, bool(void));
51 MOCK_CONST_METHOD0(virtual_networ
[all...]
H A Dmock_input_method_library.h32 MOCK_CONST_METHOD0(previous_input_method, InputMethodDescriptor(void));
33 MOCK_CONST_METHOD0(current_input_method, InputMethodDescriptor(void));
34 MOCK_CONST_METHOD0(current_ime_properties, const ImePropertyList&(void));
H A Dmock_update_library.h26 MOCK_CONST_METHOD0(status, const Status&(void));
H A Dmock_mount_library.h27 MOCK_CONST_METHOD0(disks, const MountLibrary::DiskMap&(void));
/external/chromium/chrome/browser/sync/engine/
H A Dread_node_mock.h21 MOCK_CONST_METHOD0(GetAutofillProfileSpecifics,
23 MOCK_CONST_METHOD0(GetId, int64());
24 MOCK_CONST_METHOD0(GetFirstChildId, int64());
25 MOCK_CONST_METHOD0(GetFirstChild, int64());
26 MOCK_CONST_METHOD0(GetSuccessorId, int64());
H A Dsyncapi_unittest.cc519 MOCK_CONST_METHOD0(ToValue, DictionaryValue*());
/external/chromium/chrome/browser/sync/glue/
H A Ddata_type_controller_mock.h22 MOCK_CONST_METHOD0(type, syncable::ModelType());
23 MOCK_CONST_METHOD0(name, std::string());
24 MOCK_CONST_METHOD0(model_safe_group, browser_sync::ModelSafeGroup());
25 MOCK_CONST_METHOD0(state, State());
H A Dfrontend_data_type_controller_mock.h23 MOCK_CONST_METHOD0(type, syncable::ModelType());
24 MOCK_CONST_METHOD0(name, std::string());
25 MOCK_CONST_METHOD0(model_safe_group, browser_sync::ModelSafeGroup());
26 MOCK_CONST_METHOD0(state, State());
H A Dchange_processor_mock.h28 MOCK_CONST_METHOD0(IsRunning, bool());
H A Dtheme_util_unittest.cc98 MOCK_CONST_METHOD0(GetThemeID, std::string());
H A Dautofill_data_type_controller_unittest.cc55 MOCK_CONST_METHOD0(IsDataLoaded, bool());
/external/chromium/chrome/browser/chromeos/login/
H A Dmock_user_manager.h22 MOCK_CONST_METHOD0(GetUsers, std::vector<User>());
27 MOCK_CONST_METHOD0(logged_in_user, const User&());
H A Dmock_screen_observer.h26 MOCK_CONST_METHOD0(usage_statistics_reporting, bool());
H A Dexisting_user_controller_browsertest.cc60 MOCK_CONST_METHOD0(GetNativeWindow, gfx::NativeWindow(void));
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_mock.h33 MOCK_CONST_METHOD0(GetAuthenticatedUsername, string16());
48 MOCK_CONST_METHOD0(HasSyncSetupCompleted, bool());
56 MOCK_CONST_METHOD0(GetLastSessionSnapshot,
61 MOCK_CONST_METHOD0(GetLastSyncedTimeString, string16());
62 MOCK_CONST_METHOD0(unrecoverable_error_detected, bool());
H A Djs_test_util.h45 MOCK_CONST_METHOD0(GetParentJsEventRouter, const JsEventRouter*());
H A Dprofile_sync_service_autofill_unittest.cc246 MOCK_CONST_METHOD0(IsDataLoaded, bool());
/external/chromium/chrome/browser/extensions/
H A Dmock_extension_service.h22 MOCK_CONST_METHOD0(extensions, const ExtensionList*());
23 MOCK_CONST_METHOD0(disabled_extensions, const ExtensionList*());
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud_unittest.cc102 MOCK_CONST_METHOD0(IsDialogModal,
104 MOCK_CONST_METHOD0(GetDialogTitle,
106 MOCK_CONST_METHOD0(GetDialogContentURL,
112 MOCK_CONST_METHOD0(GetDialogArgs,
/external/chromium/base/
H A Dbind_unittest.cc29 MOCK_CONST_METHOD0(VoidConstMethod0, void(void));
32 MOCK_CONST_METHOD0(IntConstMethod0, int(void));
43 MOCK_CONST_METHOD0(AddRef, void(void));
44 MOCK_CONST_METHOD0(Release, bool(void));
H A Dgmock_unittest.cc48 MOCK_CONST_METHOD0(ReturnNothingConstly, void());
/external/chromium/testing/gmock/test/
H A Dgmock-generated-function-mockers_test.cc142 MOCK_CONST_METHOD0(OverloadedOnConstness, char()); // NOLINT
H A Dgmock-spec-builders_test.cc153 MOCK_CONST_METHOD0(DoB, int()); // NOLINT
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-generated-function-mockers.h644 #define MOCK_CONST_METHOD0(m, F) GMOCK_METHOD0_(, const, , m, F) macro

Completed in 190 milliseconds