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

  /external/chromium_org/ppapi/proxy/
serialized_var.cc 27 // SerializedVar::Inner --------------------------------------------------------
29 SerializedVar::Inner::Inner()
41 SerializedVar::Inner::Inner(VarSerializationRules* serialization_rules)
52 SerializedVar::Inner::~Inner() {
65 PP_Var SerializedVar::Inner::GetVar() {
81 void SerializedVar::Inner::SetVar(PP_Var var) {
89 void SerializedVar::Inner::SetInstance(PP_Instance instance) {
93 void SerializedVar::Inner::ForceSetVarValueForTest(PP_Var value) {
98 void SerializedVar::Inner::WriteToMessage(IPC::Message* m) const {
126 void SerializedVar::Inner::WriteDataToMessage
    [all...]
serialized_var.h 48 // use for sending and receiving vars (this is a SerializedVar). But there are
52 // This makes SerializedVar complicated and easy to mess up. To make it
59 // This is challenging when the SerializedVar must do some cleanup after the
61 // linked_ptr so all copies of a SerializedVar can share and we can guarantee
66 // SerializedVar basically doesn't support const. Everything is mutable and
69 // SerializedVar in a Tuple and this will be given to the function. We kind of
72 // The helper classes used for accessing the SerializedVar have more reasonable
74 class PPAPI_PROXY_EXPORT SerializedVar {
76 SerializedVar();
77 ~SerializedVar();
    [all...]

Completed in 23 milliseconds