OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileChooser_Trusted
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/cpp/trusted/
file_chooser_trusted.h
14
class
FileChooser_Trusted
: public FileChooser_Dev {
16
/// Creates an is_null()
FileChooser_Trusted
object.
17
FileChooser_Trusted
();
19
FileChooser_Trusted
(const InstanceHandle& instance,
25
FileChooser_Trusted
(const
FileChooser_Trusted
& other);
27
FileChooser_Trusted
& operator=(const
FileChooser_Trusted
& other);
file_chooser_trusted.cc
28
FileChooser_Trusted
::
FileChooser_Trusted
() : save_as_(false) {
31
FileChooser_Trusted
::
FileChooser_Trusted
(const InstanceHandle& instance,
41
FileChooser_Trusted
::
FileChooser_Trusted
(const
FileChooser_Trusted
& other)
47
FileChooser_Trusted
&
FileChooser_Trusted
::operator=(
48
const
FileChooser_Trusted
& other)
[
all
...]
Completed in 3731 milliseconds