OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PP_DirectoryEntry
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ppapi/c/
pp_directory_entry.h
19
* This file defines the <code>
PP_DirectoryEntry
</code> struct.
27
struct
PP_DirectoryEntry
{
31
PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(
PP_DirectoryEntry
, 8);
/external/chromium_org/ppapi/api/
pp_directory_entry.idl
7
* This file defines the <code>
PP_DirectoryEntry
</code> struct.
11
struct
PP_DirectoryEntry
{
/external/chromium_org/ppapi/cpp/
directory_entry.h
30
/// A constructor used when you have a <code>
PP_DirectoryEntry
</code> which
34
/// @param[in] data A <code>
PP_DirectoryEntry
</code> to be copied.
35
DirectoryEntry(PassRef, const
PP_DirectoryEntry
& data);
77
PP_DirectoryEntry
data_;
83
: public ArrayOutputAdapter<
PP_DirectoryEntry
> {
89
//
PP_DirectoryEntry
written by the browser to pp::DirectoryEntry
98
std::vector<
PP_DirectoryEntry
> temp_storage_;
108
//
PP_DirectoryEntry
to pp::DirectoryEntry when passing to the plugin.
directory_entry.cc
19
PassRef, const
PP_DirectoryEntry
& data) {
57
// A destructor for
PP_DirectoryEntry
will release them.
65
typedef std::vector<
PP_DirectoryEntry
> Entries;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_html5fs.cc
108
PP_DirectoryEntry
* entries = static_cast<
PP_DirectoryEntry
*>(output_buf.data);
/external/chromium_org/ppapi/proxy/
file_ref_resource.cc
244
std::vector<
PP_DirectoryEntry
> entries;
246
PP_DirectoryEntry
entry;
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fake_pepper_interface_html5fs.cc
606
PP_DirectoryEntry
* dir_entries = static_cast<
PP_DirectoryEntry
*>(data_buffer);
Completed in 87 milliseconds