Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Didbbindingutilities_browsertest.cc193 key_path_helper_ = new IDBKeyPathHelper(); in ScopedIDBKeyPathHelper()
194 key_path_helper_->CreateUtilityProcess(); in ScopedIDBKeyPathHelper()
199 key_path_helper_->DestroyUtilityProcess(); in ~ScopedIDBKeyPathHelper()
205 key_path_helper_->SetExpectedKeys(id, expected_keys, failed); in SetExpectedKeys()
209 key_path_helper_->SetExpectedValue(expected_value); in SetExpectedValue()
216 key_path_helper_->CheckValuesForKeyPath(id, serialized_script_values, in CheckValuesForKeyPath()
224 key_path_helper_->CheckInjectValue(key, value, key_path); in CheckInjectValue()
229 scoped_refptr<IDBKeyPathHelper> key_path_helper_; member in ScopedIDBKeyPathHelper