Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DmacosxSupport.py96 def doOpenFile(*args): function
103 root.createcommand("::tk::mac::OpenDocument", doOpenFile)
/external/python/cpython3/Lib/idlelib/
Dmacosx.py132 def doOpenFile(*args): function
139 root.createcommand("::tk::mac::OpenDocument", doOpenFile)
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
DDetectingViewer.java112 doOpenFile(); in actionPerformed()
352 private void doOpenFile() in doOpenFile() method in DetectingViewer