OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_opened_path_
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/ui/libgtk2ui/
select_file_dialog_impl.cc
32
base::FilePath* SelectFileDialogImpl::
last_opened_path_
= NULL;
member in class:libgtk2ui::SelectFileDialogImpl
76
last_opened_path_
= new base::FilePath();
select_file_dialog_impl.h
84
static base::FilePath*
last_opened_path_
;
member in class:libgtk2ui::SelectFileDialogImpl
select_file_dialog_impl_kde.cc
332
*
last_opened_path_
= path.DirName();
334
*
last_opened_path_
= path;
345
*
last_opened_path_
= files[0].DirName();
369
default_path.empty() ? *
last_opened_path_
: default_path,
385
default_path.empty() ? *
last_opened_path_
: default_path,
401
default_path.empty() ? *
last_opened_path_
: default_path,
select_file_dialog_impl_gtk2.cc
342
*
last_opened_path_
= path.DirName();
360
*
last_opened_path_
= files[0].DirName();
397
} else if (!
last_opened_path_
->empty()) {
399
last_opened_path_
->value().c_str());
431
} else if (!
last_opened_path_
->empty()) {
433
last_opened_path_
->value().c_str());
/external/chromium_org/ui/shell_dialogs/gtk/
select_file_dialog_impl.cc
29
base::FilePath* SelectFileDialogImpl::
last_opened_path_
= NULL;
member in class:ui::SelectFileDialogImpl
72
last_opened_path_
= new base::FilePath();
select_file_dialog_impl.h
78
static base::FilePath*
last_opened_path_
;
member in class:ui::SelectFileDialogImpl
select_file_dialog_impl_kde.cc
312
*
last_opened_path_
= path.DirName();
314
*
last_opened_path_
= path;
325
*
last_opened_path_
= files[0].DirName();
348
default_path.empty() ? *
last_opened_path_
: default_path,
364
default_path.empty() ? *
last_opened_path_
: default_path,
380
default_path.empty() ? *
last_opened_path_
: default_path,
select_file_dialog_impl_gtk.cc
298
*
last_opened_path_
= path.DirName();
316
*
last_opened_path_
= files[0].DirName();
352
} else if (!
last_opened_path_
->empty()) {
354
last_opened_path_
->value().c_str());
385
} else if (!
last_opened_path_
->empty()) {
387
last_opened_path_
->value().c_str());
/external/chromium/chrome/browser/ui/gtk/
dialogs_gtk.cc
147
static FilePath*
last_opened_path_
;
member in class:SelectFileDialogImpl
159
FilePath* SelectFileDialogImpl::
last_opened_path_
= NULL;
member in class:SelectFileDialogImpl
174
last_opened_path_
= new FilePath();
312
*
last_opened_path_
= path.DirName();
329
*
last_opened_path_
= files[0].DirName();
370
} else if (!
last_opened_path_
->empty()) {
372
last_opened_path_
->value().c_str());
394
} else if (!
last_opened_path_
->empty()) {
396
last_opened_path_
->value().c_str());
Completed in 95 milliseconds