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

  /external/chromium_org/chrome/common/extensions/docs/server2/
fail_on_access_file_system.py 8 # All this needs to do is implement GetIdentity. All other methods will
10 def GetIdentity(self):
patcher.py 24 def GetIdentity(self):
empty_dir_file_system.py 28 def GetIdentity(self):
offline_file_system.py 11 FileNotFound error for all operations, and overrides GetIdentity.
24 def GetIdentity(self):
25 return self._fs.GetIdentity()
test_patcher.py 34 def GetIdentity(self):
caching_file_system.py 45 category='%s/%s' % (file_system.GetIdentity(), category),
121 def GetIdentity(self):
122 return self._file_system.GetIdentity()
chroot_file_system.py 48 def GetIdentity(self):
50 '%s/%s' % (self._file_system.GetIdentity(), self._root))
rietveld_patcher.py 154 def GetIdentity(self):
caching_rietveld_patcher.py 66 category='%s/%s' % (rietveld_patcher.GetIdentity(), category))
115 def GetIdentity(self):
116 return self._patcher.GetIdentity()
local_file_system.py 90 def GetIdentity(self):
patched_file_system.py 165 def GetIdentity(self):
167 self._base_file_system.GetIdentity(),
168 self._patcher.GetIdentity())
test_file_system.py 128 def GetIdentity(self):
file_system.py 97 def GetIdentity(self):
mock_file_system.py 89 def GetIdentity(self):
90 return self._file_system.GetIdentity()
subversion_file_system.py 199 def GetIdentity(self):
github_file_system.py 209 def GetIdentity(self):
new_github_file_system.py 284 def GetIdentity(self):
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.cc 111 talk_base::SSLIdentity& SecureTunnelSessionClient::GetIdentity() const {
279 std::string pem_cert = GetIdentity().certificate().ToPEMString();
301 GetIdentity().certificate().ToPEMString()));
319 GetIdentity().GetReference();
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.cc 115 talk_base::SSLIdentity& SecureTunnelSessionClient::GetIdentity() const {
283 std::string pem_cert = GetIdentity().certificate().ToPEMString();
305 GetIdentity().certificate().ToPEMString()));
323 GetIdentity().GetReference();
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.cpp 208 GetIdentity()->Process(sources, this);
218 ShaderProgram* GLFrame::GetIdentity() const {
385 GetIdentity()->Process(sources, &target);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport.cc 110 bool Transport::GetIdentity(talk_base::SSLIdentity** identity) {

Completed in 329 milliseconds