Searched refs:clear (Results 1 - 25 of 2472) sorted by relevance

1234567891011>>

/external/chromium/net/base/
H A Dssl_cert_request_info.cc15 host_and_port.clear();
16 client_certs.clear();
H A Dcert_verify_result.cc24 public_key_hashes.clear();
/external/webkit/Source/WebKit/chromium/src/
H A DWebCrossOriginPreflightResultCache.cpp38 void WebCrossOriginPreflightResultCache::clear() function in class:WebKit::WebCrossOriginPreflightResultCache
H A DWebFontCache.cpp53 void WebFontCache::clear() function in class:WebKit::WebFontCache
/external/webkit/Source/WebCore/html/
H A DHTMLBRElement.idl23 attribute [Reflect] DOMString clear;
/external/webkit/Source/JavaScriptCore/parser/
H A DSourceProviderCache.cpp35 clear();
38 void SourceProviderCache::clear() function in class:JSC::SourceProviderCache
41 m_map.clear();
/external/webkit/Source/WebCore/history/
H A DCachedFramePlatformData.h40 virtual void clear() { } function in class:WebCore::CachedFramePlatformData
/external/webkit/Source/WebKit/chromium/public/
H A DWebCrossOriginPreflightResultCache.h42 WEBKIT_API static void clear();
H A DWebFontCache.h48 WEBKIT_API static void clear();
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnPathCache.cpp50 void LoopBlinnPathCache::clear() function in class:WebCore::LoopBlinnPathCache
52 m_vertices.clear();
53 m_texcoords.clear();
54 m_interiorVertices.clear();
56 m_interiorEdgeVertices.clear();
/external/ppp/pppd/
H A Dpppcrypt.c129 DesEncrypt(clear, cipher)
130 u_char *clear; /* IN 8 octets */
135 Expand(clear, des_input);
145 DesDecrypt(cipher, clear)
147 u_char *clear; /* OUT 8 octets */
156 Collapse(des_input, clear);
174 DesEncrypt(clear, cipher)
175 u_char *clear; /* IN 8 octets */
178 des_ecb_encrypt((des_cblock *)clear, (des_cblock *)cipher,
184 DesDecrypt(cipher, clear)
[all...]
/external/webkit/Source/WebCore/platform/win/
H A DWin32Handle.h40 ~Win32Handle() { clear(); }
42 void clear() function in class:WebCore::Win32Handle
57 clear();
/external/junit/src/junit/runner/
H A DFailureDetailView.java22 public void clear(); method in interface:FailureDetailView
/external/llvm/lib/Target/
H A DTargetSubtargetInfo.cpp30 CriticalPathRCs.clear();
/external/wpa_supplicant/
H A Dcrypto_none.c26 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dcrypto_none.c26 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_none.c27 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_none.c27 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_none.c27 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
/external/collada/include/dae/
H A DdaeStringTable.h34 ~daeStringTable() { clear(); }
47 DLLSPEC void clear();
/external/llvm/include/llvm/ADT/
H A DIntEqClasses.h49 /// clear - Clear all classes so that grow() will assign a unique class to
51 void clear() { function in class:llvm::IntEqClasses
52 EC.clear();
/external/chromium/chrome/browser/safe_browsing/
H A Dchunk_range_unittest.cc24 chunks.clear();
25 range_string.clear();
39 chunks.clear();
40 range_string.clear();
54 chunks.clear();
55 range_string.clear();
62 chunks.clear();
63 range_string.clear();
87 chunks.clear();
88 range_string.clear();
[all...]
/external/llvm/include/llvm/Support/
H A DPredIteratorCache.h61 /// clear - Remove all information.
62 void clear() { function in class:llvm::PredIteratorCache
63 BlockToPredsMap.clear();
64 BlockToPredCountMap.clear();
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptCachedFrameData.cpp72 void ScriptCachedFrameData::clear() function in class:WebCore::ScriptCachedFrameData
74 m_context.clear();
75 m_global.clear();
H A DScriptInstance.cpp52 clear();
60 void V8ScriptInstance::clear() function in class:WebCore::V8ScriptInstance
73 clear();

Completed in 2816 milliseconds

1234567891011>>