HomeSort by relevance Sort by last modified time
    Searched refs:theInstance (Results 1 - 4 of 4) sorted by null

  /packages/apps/Email/src/org/apache/commons/io/
FileCleaner.java 44 static final FileCleaningTracker theInstance = new FileCleaningTracker();
58 theInstance.track(file, marker);
73 theInstance.track(file, marker, deleteStrategy);
87 theInstance.track(path, marker);
102 theInstance.track(path, marker, deleteStrategy);
114 return theInstance.getTrackCount();
140 theInstance.exitWhenFinished();
152 return theInstance;
  /external/webkit/Examples/NetscapeCocoaPlugin/
MenuHandler.h 43 - (id)initWithBrowserFuncs:(NPNetscapeFuncs *)theBrowserFuncs instance:(NPP)theInstance;
MenuHandler.m 61 - (id)initWithBrowserFuncs:(NPNetscapeFuncs *)theBrowserFuncs instance:(NPP)theInstance;
68 instance = theInstance;
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
LayoutTestControllerQt.cpp 42 static WatchdogTimerHelper* theInstance = new WatchdogTimerHelper;
43 return theInstance;

Completed in 292 milliseconds