OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unimplemented
(Results
26 - 27
of
27
) sorted by null
1
2
/external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeOptionsScript.js
4
goog.abstractMethod=function(){throw Error("
unimplemented
abstract method");};goog.addSingletonGetter=function(a){a.getInstance=function(){if(a.instance_)return a.instance_;goog.DEBUG&&(goog.instantiatedSingletons_[goog.instantiatedSingletons_.length]=a);return a.instance_=new a}};goog.instantiatedSingletons_=[];goog.DEPENDENCIES_ENABLED=!1;
[
all
...]
chromeVoxChromePageScript.js
4
goog.abstractMethod=function(){throw Error("
unimplemented
abstract method");};goog.addSingletonGetter=function(a){a.getInstance=function(){if(a.instance_)return a.instance_;goog.DEBUG&&(goog.instantiatedSingletons_[goog.instantiatedSingletons_.length]=a);return a.instance_=new a}};goog.instantiatedSingletons_=[];goog.DEPENDENCIES_ENABLED=!1;
[
all
...]
Completed in 140 milliseconds
1
2