HomeSort by relevance Sort by last modified time
    Searched defs:OpenItem (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/
platform_util_chromeos.cc 28 void OpenItem(Profile* profile, const base::FilePath& full_path) {
30 file_manager::util::OpenItem(profile, full_path);
platform_util_android.cc 17 void OpenItem(Profile* profile, const base::FilePath& full_path) {
platform_util_linux.cc 74 void OpenItem(Profile* profile, const base::FilePath& full_path) {
platform_util_win.cc 183 void OpenItem(Profile* profile, const base::FilePath& full_path) {
  /external/chromium_org/chrome/browser/chromeos/file_manager/
open_util.cc 157 // Used to implement OpenItem().
213 void OpenItem(Profile* profile, const base::FilePath& file_path) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pstore.h 355 virtual HRESULT WINAPI OpenItem(PST_KEY Key,const GUID *pItemType,const GUID *pItemSubtype,LPCWSTR szItemName,PST_ACCESSMODE ModeFlags,PPST_PROMPTINFO pPromptInfo,DWORD dwFlags) = 0;
381 HRESULT (WINAPI *OpenItem)(IPStore *This,PST_KEY Key,const GUID *pItemType,const GUID *pItemSubtype,LPCWSTR szItemName,PST_ACCESSMODE ModeFlags,PPST_PROMPTINFO pPromptInfo,DWORD dwFlags);
409 #define IPStore_OpenItem(This,Key,pItemType,pItemSubtype,szItemName,ModeFlags,pPromptInfo,dwFlags) (This)->lpVtbl->OpenItem(This,Key,pItemType,pItemSubtype,szItemName,ModeFlags,pPromptInfo,dwFlags)

Completed in 84 milliseconds