/external/skia/debugger/QT/ |
D | SkDebuggerGUI.h | 70 void openFile(const QString& filename); 213 void openFile();
|
D | SkDebuggerGUI.cpp | 77 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/ |
D | SkDebuggerGUI.h | 70 void openFile(const QString& filename); 213 void openFile();
|
D | SkDebuggerGUI.cpp | 77 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/ |
D | eclipse.ini | 10 openFile
|
/external/chromium_org/chrome/browser/printing/ |
D | printer_manager_dialog_mac.mm | 15 [[NSWorkspace sharedWorkspace] openFile:kPrintAndFaxPrefPane];
|
/external/chromium_org/third_party/skia/debugger/ |
D | debuggermain.cpp | 51 w.openFile(input.c_str()); in main()
|
/external/skia/debugger/ |
D | debuggermain.cpp | 51 w.openFile(input.c_str()); in main()
|
/external/chromium_org/chrome/common/extensions/api/ |
D | file_system.idl | 32 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/ |
D | FileManager.cpp | 216 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/ |
D | test_util.js | 262 test.util.sync.openFile = function(contentWindow, filename) { function
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/ |
D | SDLMain.m | 252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/ |
D | SDLMain.m | 252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/ |
D | SDLMain.m | 252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/ |
D | SDLMain.m | 252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/ |
D | SDLMain.m | 252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/ |
D | SDLMain.m | 252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/ |
D | SDLMain.m | 252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/ |
D | SDLMain.m | 252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/ |
D | SDLMain.m | 252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
|
/external/qemu/distrib/sdl-1.2.15/src/main/macosx/ |
D | SDLMain.m | 251 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCreator.py | 1415 openFile = "" variable 1426 openFile = dlg.fileName variable 1429 au = JetCreator(None, -1, openFile)
|
/external/chromium_org/apps/app_shim/ |
D | chrome_main_app_mode_mac.mm | 370 openFile:(NSString*)filename {
|
/external/llvm/docs/ |
D | CodingStandards.rst | 1079 and start with a lower case letter (e.g. ``openFile()`` or ``isFoo()``).
|