Home
last modified time | relevance | path

Searched refs:Finder (Results 1 – 23 of 23) sorted by relevance

/external/llvm/lib/Analysis/
DModuleDebugInfoPrinter.cpp30 DebugInfoFinder Finder; member in __anon686902c50111::ModuleDebugInfoPrinter
55 Finder.processModule(M); in runOnModule()
60 for (DebugInfoFinder::iterator I = Finder.compile_unit_begin(), in print()
61 E = Finder.compile_unit_end(); I != E; ++I) { in print()
67 for (DebugInfoFinder::iterator I = Finder.subprogram_begin(), in print()
68 E = Finder.subprogram_end(); I != E; ++I) { in print()
74 for (DebugInfoFinder::iterator I = Finder.global_variable_begin(), in print()
75 E = Finder.global_variable_end(); I != E; ++I) { in print()
81 for (DebugInfoFinder::iterator I = Finder.type_begin(), in print()
82 E = Finder.type_end(); I != E; ++I) { in print()
/external/chromium/chrome/browser/
Dplatform_util_mac.mm35 // Instead, an AppleEvent is constructed to tell the Finder to open the
45 // Create the target of this AppleEvent, the Finder.
57 // Build the AppleEvent data structure that instructs Finder to open files.
119 LOG(WARNING) << "Could not send AE to Finder in OpenItem()";
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp2218 template <class Finder, class Reader>
2219 void enumerateFreeObjects(Finder& finder, const Reader& reader) in enumerateFreeObjects()
2294 template <class Finder, class Reader>
2295 void enumerateFreeObjects(Finder& finder, const Reader& reader) in enumerateFreeObjects()
2333 template <class Finder, class Reader>
2334 …void enumerateFreeObjects(Finder& finder, const Reader& reader, TCMalloc_Central_FreeList* remoteC… in enumerateFreeObjects()
/external/chromium/chrome/browser/ui/cocoa/
Dframed_browser_window.mm224 // Zoom buttons do bring the window to the front. Note that Finder windows (in
/external/webkit/Source/WebKit/mac/Misc/
DWebNSPasteboardExtras.mm144 // parent directory of the directory in Finder. This check should go away as soon as
/external/webkit/Source/WebKit/win/Interfaces/
DIWebPolicyDelegate.idl120 external app, revealing the location in Finder if a file URL, etc.
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_item_controller.mm269 // Let cmd-click show the file in Finder, like e.g. in Safari and Spotlight.
/external/jpeg/
Dmakeproj.mac32 tell application "Finder"
/external/webkit/Source/WebCore/English.lproj/
DLocalizable.strings131 "Finder" = "Finder";
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DPDFViewController.mm318 … appName = WEB_UI_STRING("Finder", "Default application name for Open With context menu");
/external/chromium/chrome/browser/cocoa/
Dkeystone_glue.mm720 // file operations, such as Snow Leopard's Finder's copy operation when
/external/clang/lib/Sema/
DSemaTemplate.cpp3299 UnnamedLocalNoLinkageFinder Finder(*this, SR); in CheckTemplateArgument() local
3300 (void)Finder.Visit(Context.getCanonicalType(Arg)); in CheckTemplateArgument()
/external/webkit/Source/WebKit/mac/WebView/
DWebPDFView.mm358 … appName = UI_STRING_INTERNAL("Finder", "Default application name for Open With context menu");
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-0919964 <rdar://problem/3061371>: "CFURLGetFSRef failed" log when dragging image to Finder
32880 just the Finder flags, not all the Finder info.
34046 - fixed fix for 3132056 -- Supply Finder bits for decoded BinHex files
34049 Mask off fewer Finder flag bits. Use the same mask as for MacBinary, in fact.
34211 …While downloading a file, Safari and the Finder take up 30%-40% of the CPU each. This is happening…
34221 ts each with 60 timeouts. The event also cause the Finder to do a lot of work.
34225 …g the event for every chunk written is that the file size updates in the Finder. Not worth the per…
34236 …(-[NSWorkspace _web_noteFileChangedAtPath:]): Notifies the Finder (or any other app that cares) th…
34417 - fixed 3128858 -- Supply Finder bits for decoded BinHex files
34421 (-[WebBinHexDecoder decodeHeader]): Decode Finder flags.
[all …]
DChangeLog8761 non-intuitively: it opens the parent directory in the Finder, rather
8809 non-intuitively: it opens the parent directory in the Finder, rather
DChangeLog-2002-12-03223 changed so the Finder can respond to the size change.
839 …Fixed: 3020720 - dropping a folder in the page address makes the folder open in Finder, empties th…
14416 Use NSWorkspace methods instead of Launch Services and Finder functions.
DChangeLog-2007-10-1415185 … "REGRESSION: Instead of showing the error page, Safari opens its Resources folder in the Finder"
22810 REGRESSION (NativeTextField): Pasting a Finder item into a text field results in
/external/sqlite/dist/
Dsqlite3.c.orig26927 posixIoFinder, /* Finder function name */
26936 nolockIoFinder, /* Finder function name */
26945 dotlockIoFinder, /* Finder function name */
26956 flockIoFinder, /* Finder function name */
26968 semIoFinder, /* Finder function name */
26980 afpIoFinder, /* Finder function name */
27005 proxyIoFinder, /* Finder function name */
27018 nfsIoFinder, /* Finder function name */
/external/webkit/Tools/
DChangeLog-2010-05-24454 [Qt] Weekly binary builds on Mac OS X don't work when launched in the Finder
/external/webkit/Source/WebCore/
DChangeLog-2006-05-104194 REGRESSION (NativeTextField): Pasting a Finder item into a text field results in
DChangeLog-2009-06-167706 …REGRESSION: Office 2008: Preview with browser is not shown, and Finder window is in the front of S…
25466 in Finder (painting without up to date layout)
DChangeLog-2007-10-1455638 REGRESSION: Dragging standalone images to Finder fails to download the image file
DChangeLog-2008-08-106071 …Disabled file input element updates its displayed file info when a file is dropped from the Finder.