OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EntryPicker
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/developer_private/
entry_picker.cc
28
EntryPicker
::
EntryPicker
(EntryPickerClient* client,
47
&
EntryPicker
::FileSelected,
53
&
EntryPicker
::FileSelectionCanceled,
69
EntryPicker
::~
EntryPicker
() {}
71
void
EntryPicker
::FileSelected(const base::FilePath& path,
78
void
EntryPicker
::FileSelectionCanceled(void* params) {
84
void
EntryPicker
::SkipPickerAndAlwaysSelectPathForTest(
91
void
EntryPicker
::SkipPickerAndAlwaysCancelForTest()
[
all
...]
entry_picker.h
26
class
EntryPicker
: public ui::SelectFileDialog::Listener {
28
EntryPicker
(EntryPickerClient* client,
43
virtual ~
EntryPicker
();
56
DISALLOW_COPY_AND_ASSIGN(
EntryPicker
);
Completed in 25 milliseconds