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

  /external/skia/src/ports/
SkFontHost_none.cpp 67 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
68 SkASSERT(!"SkFontHost::Serialize unimplemented");
SkFontHost_FONTPATH.cpp 305 void SkFontHost::Serialize(const SkTypeface* tface, SkWStream* stream) {
SkFontHost_fontconfig.cpp 358 void SkFontHost::Serialize(const SkTypeface*, SkWStream*) {
359 SkASSERT(!"SkFontHost::Serialize unimplemented");
SkFontHost_linux.cpp 478 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
486 // SkDebugf("--- fonthost serialize null\n");
491 // SkDebugf("--- fonthost serialize <%s> %d\n", name, face->getStyle());
SkFontHost_android.cpp 547 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
567 // SkDebugf("--- fonthost custom serialize %d %d\n", face->style(), len);
576 // SkDebugf("--- fonthost serialize null\n");
581 // SkDebugf("--- fonthost serialize <%s> %d\n", name, face->style());
SkFontHost_mac_atsui.cpp 465 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
466 SkASSERT(!"SkFontHost::Serialize unimplemented");
SkFontHost_simple.cpp 500 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
507 // SkDebugf("--- fonthost serialize null\n");
512 // SkDebugf("--- fonthost serialize <%s> %d\n", name, face->style());
SkFontHost_win.cpp 710 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
711 SkASSERT(!"SkFontHost::Serialize unimplemented");
    [all...]
SkFontHost_mac_coretext.cpp 870 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
    [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)) {
  /external/v8/src/
scopeinfo.cc 303 Handle<SerializedScopeInfo> ScopeInfo<Allocator>::Serialize() {
355 return sinfo.Serialize();
serialize.cc 38 #include "serialize.h"
    [all...]
api.cc 45 #include "serialize.h"
    [all...]
  /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"
240 ser.Serialize();
245 static void Serialize() {
257 TEST(Serialize) {
260 Serialize();
268 Serialize();
269 Serialize();
293 DEPENDENT_TEST(Deserialize, Serialize) {
294 // The serialize-deserialize tests only work if the VM is built without
296 // 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...]

Completed in 264 milliseconds