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

/external/chromium/chrome/browser/
H A Didbbindingutilities_browsertest.cc62 class IDBKeyPathHelper : public UtilityProcessHost::Client { class in inherits:UtilityProcessHost::Client
64 IDBKeyPathHelper() function in class:IDBKeyPathHelper
74 NewRunnableMethod(this, &IDBKeyPathHelper::CreateUtilityProcess));
89 NewRunnableMethod(this, &IDBKeyPathHelper::DestroyUtilityProcess));
117 NewRunnableMethod(this, &IDBKeyPathHelper::CheckValuesForKeyPath,
134 NewRunnableMethod(this, &IDBKeyPathHelper::CheckInjectValue,
186 // UtilityProcessHost (and wrapped by IDBKeyPathHelper above) happens on the IO
187 // thread. This fixture delegates to IDBKeyPathHelper and blocks via
188 // "ui_test_utils::RunMessageLoop()", until IDBKeyPathHelper posts a quit
193 key_path_helper_ = new IDBKeyPathHelper();
[all...]

Completed in 101 milliseconds