HomeSort by relevance Sort by last modified time
    Searched defs:implementation_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/disk_cache/
disk_cache_test_base.h 56 implementation_ = true;
131 bool implementation_; member in class:DiskCacheTestWithCache
  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
api.js 162 var implementation_ = null; variable
164 implementation_ = cvox.ApiImplementation;
180 if (!implementation_) {
211 if (implementation_) {
229 if (implementation_) {
230 implementation_.speak(textString, queueMode, properties);
252 if (implementation_) {
253 implementation_.speak(cvox.DomUtil.getName(targetNode),
273 if (implementation_) {
274 implementation_.stop()
    [all...]

Completed in 302 milliseconds