HomeSort by relevance Sort by last modified time
    Searched refs:GetHandles (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/proxy/
serialized_var.h 99 std::vector<SerializedHandle*> GetHandles() const {
100 return inner_->GetHandles();
129 std::vector<SerializedHandle*> GetHandles() {
130 return (raw_var_data_ ? raw_var_data_->GetHandles() :
raw_var_data.h 75 std::vector<SerializedHandle*> GetHandles();
nacl_message_scanner.cc 82 std::vector<SerializedHandle*> var_handles = var.GetHandles();
raw_var_data.cc 205 std::vector<SerializedHandle*> RawVarDataGraph::GetHandles() {

Completed in 1740 milliseconds