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

  /external/chromium_org/third_party/skia/src/core/
SkWriter32.cpp 83 SkWriter32& mutable_this = *const_cast<SkWriter32*>(this); local
86 mutable_this.fSnapshot.reset(NULL);
95 buffer = mutable_this.fInternal.detach();
98 mutable_this.fData = buffer;
99 mutable_this.fCapacity = fUsed;
100 mutable_this.fExternal = buffer;
102 mutable_this.fSnapshot.reset(SkData::NewFromMalloc(buffer, fUsed));
  /external/skia/src/core/
SkWriter32.cpp 83 SkWriter32& mutable_this = *const_cast<SkWriter32*>(this); local
86 mutable_this.fSnapshot.reset(NULL);
95 buffer = mutable_this.fInternal.detach();
98 mutable_this.fData = buffer;
99 mutable_this.fCapacity = fUsed;
100 mutable_this.fExternal = buffer;
102 mutable_this.fSnapshot.reset(SkData::NewFromMalloc(buffer, fUsed));
  /external/chromium_org/crypto/
mock_apple_keychain_mac.cc 227 MockAppleKeychain* mutable_this = const_cast<MockAppleKeychain*>(this);
232 mutable_this->SetTestDataCreator(key, *(static_cast<OSType*>(data)));
239 mutable_this->SetTestDataPasswordBytes(key, data, length);
414 MockAppleKeychain* mutable_this = const_cast<MockAppleKeychain*>(this); local
415 mutable_this->SetTestDataBytes(key, kSecServerItemAttr, serverName,
417 mutable_this->SetTestDataBytes(key, kSecSecurityDomainItemAttr,
419 mutable_this->SetTestDataBytes(key, kSecAccountItemAttr, accountName,
421 mutable_this->SetTestDataBytes(key, kSecPathItemAttr, path, pathLength);
422 mutable_this->SetTestDataPort(key, port);
423 mutable_this->SetTestDataProtocol(key, protocol)
    [all...]