Home
last modified time | relevance | path

Searched refs:RequestContextType (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/tests/ceftests/extensions/
Dchrome_storage_unittest.cc23 explicit StorageTestHandler(RequestContextType request_context_type) in StorageTestHandler()
223 explicit LocalStorageTestHandler(RequestContextType request_context_type) in LocalStorageTestHandler()
252 RequestContextType request_context_type) in LocalStorageGetBytesInUseTestHandler()
283 RequestContextType request_context_type) in LocalStorageRemoveTestHandler()
311 explicit LocalStorageClearTestHandler(RequestContextType request_context_type) in LocalStorageClearTestHandler()
355 explicit SyncStorageTestHandler(RequestContextType request_context_type) in SyncStorageTestHandler()
384 RequestContextType request_context_type) in SyncStorageGetBytesInUseTestHandler()
414 explicit SyncStorageRemoveTestHandler(RequestContextType request_context_type) in SyncStorageRemoveTestHandler()
442 explicit SyncStorageClearTestHandler(RequestContextType request_context_type) in SyncStorageClearTestHandler()
Dchrome_tabs_unittest.cc29 explicit TabsTestHandler(RequestContextType request_context_type) in TabsTestHandler()
379 explicit CreateTestHandler(RequestContextType request_context_type) in CreateTestHandler()
543 explicit ExecuteScriptTestHandler(RequestContextType request_context_type) in ExecuteScriptTestHandler()
570 RequestContextType request_context_type) in ExecuteScriptNullTabTestHandler()
588 RequestContextType request_context_type) in ExecuteScriptExplicitTabTestHandler()
621 explicit ExecuteScriptFileTestHandler(RequestContextType request_context_type) in ExecuteScriptFileTestHandler()
677 RequestContextType request_context_type) in ExecuteScriptCallbackTestHandler()
729 RequestContextType request_context_type) in ExecuteScriptResourceTabTestHandler()
788 explicit InsertCSSTestHandler(RequestContextType request_context_type) in InsertCSSTestHandler()
818 explicit InsertCSSNullTabTestHandler(RequestContextType request_context_type) in InsertCSSNullTabTestHandler()
[all …]
Dchrome_alarms_unittest.cc23 explicit AlarmsTestHandler(RequestContextType request_context_type) in AlarmsTestHandler()
222 explicit CreateAlarmTestHandler(RequestContextType request_context_type) in CreateAlarmTestHandler()
246 explicit GetAlarmTestHandler(RequestContextType request_context_type) in GetAlarmTestHandler()
270 explicit GetAllAlarmsTestHandler(RequestContextType request_context_type) in GetAllAlarmsTestHandler()
296 explicit ClearAlarmTestHandler(RequestContextType request_context_type) in ClearAlarmTestHandler()
321 explicit ClearAllAlarmsTestHandler(RequestContextType request_context_type) in ClearAllAlarmsTestHandler()
Dextension_test_handler.h22 enum RequestContextType { enum
45 explicit ExtensionTestHandler(RequestContextType request_context_type);
139 const RequestContextType request_context_type_;
158 static_cast<ExtensionTestHandler::RequestContextType>(rc_type)); \
Dview_unittest.cc17 explicit ViewLoadUnloadTestHandler(RequestContextType request_context_type) in ViewLoadUnloadTestHandler()
226 explicit ViewLoadNoUnloadTestHandler(RequestContextType request_context_type) in ViewLoadNoUnloadTestHandler()
Dbackground_unittest.cc24 RequestContextType request_context_type) in BackgroundLoadUnloadTestHandler()
275 RequestContextType request_context_type) in BackgroundLoadNoUnloadTestHandler()
Dextension_test_handler.cc12 RequestContextType request_context_type) in ExtensionTestHandler()