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

  /external/chromium_org/chrome/browser/extensions/api/developer_private/
entry_picker.cc 27 EntryPicker::EntryPicker(EntryPickerClient* client,
46 &EntryPicker::FileSelected,
52 &EntryPicker::FileSelectionCanceled,
68 EntryPicker::~EntryPicker() {}
70 void EntryPicker::FileSelected(const base::FilePath& path,
77 void EntryPicker::FileSelectionCanceled(void* params) {
83 void EntryPicker::SkipPickerAndAlwaysSelectPathForTest(
90 void EntryPicker::SkipPickerAndAlwaysCancelForTest()
    [all...]
entry_picker.h 26 class EntryPicker : public ui::SelectFileDialog::Listener {
28 EntryPicker(EntryPickerClient* client,
42 virtual ~EntryPicker();
55 DISALLOW_COPY_AND_ASSIGN(EntryPicker);

Completed in 3330 milliseconds