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

  /external/skia/src/ports/
SkFontHost_none.cpp 56 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
57 SkDEBUGFAIL("SkFontHost::Serialize unimplemented");
SkFontHost_freetype_mac.cpp 88 void SkFontHost::Serialize(const SkTypeface*, SkWStream*) {
89 SkDEBUGFAIL("SkFontHost::Serialize unimplemented");
SkFontHost_fontconfig.cpp 341 void SkFontHost::Serialize(const SkTypeface*, SkWStream*) {
342 SkDEBUGFAIL("SkFontHost::Serialize unimplemented");
SkFontHost_FONTPATH.cpp 293 void SkFontHost::Serialize(const SkTypeface* tface, SkWStream* stream) {
SkFontHost_linux.cpp 466 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
474 // SkDebugf("--- fonthost serialize null\n");
479 // SkDebugf("--- fonthost serialize <%s> %d\n", name, face->getStyle());
SkFontHost_simple.cpp 488 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
495 // SkDebugf("--- fonthost serialize null\n");
500 // SkDebugf("--- fonthost serialize <%s> %d\n", name, face->style());
SkFontHost_mac_atsui.cpp 456 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
457 SkDEBUGFAIL("SkFontHost::Serialize unimplemented");
SkFontHost_android.cpp 718 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
738 // SkDebugf("--- fonthost custom serialize %d %d\n", face->style(), len);
747 // SkDebugf("--- fonthost serialize null\n");
752 // SkDebugf("--- fonthost serialize <%s> %d\n", name, face->style());
SkFontHost_win.cpp     [all...]
SkFontHost_mac_coretext.cpp     [all...]
  /external/chromium/chrome/browser/net/
referrer.cc 147 Value* Referrer::Serialize() const {
  /external/chromium/webkit/glue/
webcursor.cc 117 bool WebCursor::Serialize(Pickle* pickle) const {
  /external/chromium/chrome/browser/extensions/
user_script_master.cc 235 static base::SharedMemory* Serialize(const UserScriptList& scripts) {
289 this, &ScriptReloader::NotifyMaster, Serialize(scripts)));
  /external/chromium/net/socket/
ssl_host_info.cc 140 std::string SSLHostInfo::Serialize() const {
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl.cc 190 bool ProxyConfigServiceImpl::ProxyConfig::Serialize(std::string* output) {
490 if (!reference_config_.Serialize(&value)) {
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 181 constructor->Set(String::New("serialize"), bind->Call(SerializeTemplate->GetFunction(), 1, &arg));
432 static Handle<Value> Serialize(const Arguments& args) {
434 DBG("Serialize(Arguments&) E:");
436 DBG("Serialize(Arguments&) X: not an object");
452 DBG("Serialize(Arguments&) X");
543 SerializeTemplate = Persistent<FunctionTemplate>::New(FunctionTemplate::New(Schema::Type::Serialize));
  /external/v8/test/cctest/
test-serialize.cc 36 #include "serialize.h"
235 ser.Serialize();
240 static void Serialize() {
252 TEST(Serialize) {
255 Serialize();
263 Serialize();
264 Serialize();
288 DEPENDENT_TEST(Deserialize, Serialize) {
289 // The serialize-deserialize tests only work if the VM is built without
291 // serialize a snapshot in a VM that is booted from a snapshot
    [all...]
  /external/chromium/base/metrics/
histogram.cc 225 snapshot.Serialize(&pickle);
725 bool Histogram::SampleSet::Serialize(Pickle* pickle) const {
    [all...]
  /external/v8/src/
serialize.cc 39 #include "serialize.h"
    [all...]
serialize.h 508 void Serialize();
520 // We can't serialize a heap with external two byte strings.
594 // Serialize the objects reachable from a single object pointer.
595 virtual void Serialize(Object** o);
629 // Serialize the current state of the heap. The order is:
638 void Serialize() {
api.cc     [all...]

Completed in 625 milliseconds