Home
last modified time | relevance | path

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

/external/skia/debugger/QT/
DSkDebuggerGUI.h70 void openFile(const QString& filename);
213 void openFile();
DSkDebuggerGUI.cpp77 connect(&fActionOpen, SIGNAL(triggered()), this, SLOT(openFile())); in SkDebuggerGUI()
621 void SkDebuggerGUI::openFile() { in openFile() function in SkDebuggerGUI
624 openFile(temp); in openFile()
627 void SkDebuggerGUI::openFile(const QString &filename) { in openFile() function in SkDebuggerGUI
/external/chromium_org/third_party/skia/debugger/QT/
DSkDebuggerGUI.h70 void openFile(const QString& filename);
213 void openFile();
DSkDebuggerGUI.cpp77 connect(&fActionOpen, SIGNAL(triggered()), this, SLOT(openFile())); in SkDebuggerGUI()
621 void SkDebuggerGUI::openFile() { in openFile() function in SkDebuggerGUI
624 openFile(temp); in openFile()
627 void SkDebuggerGUI::openFile(const QString &filename) { in openFile() function in SkDebuggerGUI
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
Declipse.ini10 openFile
/external/chromium_org/chrome/browser/printing/
Dprinter_manager_dialog_mac.mm15 [[NSWorkspace sharedWorkspace] openFile:kPrintAndFaxPrefPane];
/external/chromium_org/third_party/skia/debugger/
Ddebuggermain.cpp51 w.openFile(input.c_str()); in main()
/external/skia/debugger/
Ddebuggermain.cpp51 w.openFile(input.c_str()); in main()
/external/chromium_org/chrome/common/extensions/api/
Dfile_system.idl32 openFile,
56 // Type of the prompt to show. The default is 'openFile'.
72 // Whether to accept multiple files. This is only supported for openFile and
/external/clang/lib/Basic/
DFileManager.cpp216 const FileEntry *FileManager::getFile(StringRef Filename, bool openFile, in getFile() argument
258 if (getStatValue(InterndFileName, Data, true, openFile ? &F : nullptr)) { in getFile()
266 assert((openFile || !F) && "undesired open file"); in getFile()
/external/chromium_org/ui/file_manager/file_manager/background/js/
Dtest_util.js262 test.util.sync.openFile = function(contentWindow, filename) { function
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
DSDLMain.m252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
DSDLMain.m252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/
DSDLMain.m252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/
DSDLMain.m252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/
DSDLMain.m252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/
DSDLMain.m252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/
DSDLMain.m252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
DSDLMain.m252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
DSDLMain.m252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
/external/qemu/distrib/sdl-1.2.15/src/main/macosx/
DSDLMain.m251 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
/external/sonivox/jet_tools/JetCreator/
DJetCreator.py1415 openFile = "" variable
1426 openFile = dlg.fileName variable
1429 au = JetCreator(None, -1, openFile)
/external/chromium_org/apps/app_shim/
Dchrome_main_app_mode_mac.mm370 openFile:(NSString*)filename {
/external/llvm/docs/
DCodingStandards.rst1079 and start with a lower case letter (e.g. ``openFile()`` or ``isFoo()``).