HomeSort by relevance Sort by last modified time
    Searched full:setserializeddata (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/remoting/host/
json_host_config.h 34 bool SetSerializedData(const std::string& config);
json_host_config.cc 34 return SetSerializedData(file_content);
50 bool JsonHostConfig::SetSerializedData(const std::string& config) {
remoting_me2me_host.cc 510 if (!config->SetSerializedData(serialized_config)) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8MessageEventCustom.cpp 59 event->setSerializedData(SerializedScriptValue::createAndSwallowExceptions(mainWorldData, info.GetIsolate()));
129 event->setSerializedData(SerializedScriptValue::createAndSwallowExceptions(dataArg, info.GetIsolate()));
  /external/chromium_org/third_party/WebKit/Source/core/events/
MessageEvent.h 108 void setSerializedData(PassRefPtr<SerializedScriptValue> data)

Completed in 1406 milliseconds