OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetUserVerifiedFilePath
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/download/
download_item.cc
253
GetUserVerifiedFilePath
());
259
prefs->EnableAutoOpenBasedOnExtension(
GetUserVerifiedFilePath
());
261
prefs->DisableAutoOpenBasedOnExtension(
GetUserVerifiedFilePath
());
381
GetUserVerifiedFilePath
()) ||
610
FilePath DownloadItem::
GetUserVerifiedFilePath
() const {
download_item.h
290
FilePath
GetUserVerifiedFilePath
() const;
/external/chromium/chrome/browser/ui/webui/
downloads_dom_handler.cc
161
gfx::Image* icon = im->LookupIcon(file->
GetUserVerifiedFilePath
(),
/external/chromium/chrome/browser/ui/views/download/
download_item_view.cc
542
gfx::Image* icon = im->LookupIcon(download_->
GetUserVerifiedFilePath
(),
[
all
...]
/external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.cc
374
if (download->
GetUserVerifiedFilePath
() != icon_filepath_) {
535
icon_filepath_ = get_download()->
GetUserVerifiedFilePath
();
[
all
...]
Completed in 1109 milliseconds