Searched refs:clear (Results 176 - 200 of 2915) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/storage/
H A DSQLCallbackWrapper.h43 // - by calling clear() - on any thread
56 clear();
59 void clear() function in class:WebCore::SQLCallbackWrapper
H A DStorage.cpp98 void Storage::clear() function in class:WebCore::Storage
103 m_storageArea->clear(m_frame);
H A DStorage.idl41 [DontEnum] void clear();
H A DSQLTransaction.cpp158 m_statementQueue.clear();
162 m_callbackWrapper.clear();
163 m_successCallbackWrapper.clear();
164 m_errorCallbackWrapper.clear();
173 m_sqliteTransaction.clear();
224 m_sqliteTransaction.clear();
269 m_sqliteTransaction.clear();
277 m_sqliteTransaction.clear();
468 m_successCallbackWrapper.clear();
483 m_errorCallbackWrapper.clear();
[all...]
/external/webkit/Source/WebCore/xml/
H A DXPathNodeSet.h49 void clear() { m_nodes.clear(); } function in class:WebCore::XPath::NodeSet
/external/webkit/Source/WebKit/chromium/src/
H A DWebStorageAreaImpl.cpp89 void WebStorageAreaImpl::clear(const WebURL& url, bool& somethingCleared) function in class:WebKit::WebStorageAreaImpl
92 somethingCleared = m_storageArea->clear(0);
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
H A DIntBufferTest.java85 buf.clear();
102 readonly.clear();
110 buf.clear();
165 buf.clear();
183 buf.clear();
200 duplicate.clear();
240 buf.clear();
258 buf.clear();
283 buf.clear();
339 buf.clear();
[all...]
H A DLongBufferTest.java85 buf.clear();
102 readonly.clear();
110 buf.clear();
165 buf.clear();
183 buf.clear();
200 duplicate.clear();
240 buf.clear();
258 buf.clear();
284 buf.clear();
340 buf.clear();
[all...]
H A DShortBufferTest.java84 buf.clear();
101 readonly.clear();
109 buf.clear();
164 buf.clear();
182 buf.clear();
199 duplicate.clear();
239 buf.clear();
257 buf.clear();
276 buf.clear();
326 buf.clear();
[all...]
H A DDoubleBufferTest.java109 buf.clear();
126 readonly.clear();
134 buf.clear();
212 buf.clear();
229 duplicate.clear();
270 buf.clear();
288 buf.clear();
307 buf.clear();
363 buf.clear();
374 buf.clear();
[all...]
/external/chromium/chrome/browser/sync/glue/
H A Dforeign_session_tracker.cc15 clear();
122 void ForeignSessionTracker::clear() { function in class:browser_sync::ForeignSessionTracker
126 foreign_session_map_.clear();
132 foreign_tab_map_.clear();
137 unmapped_tabs_.clear();
/external/chromium/net/tools/fetch/
H A Dhttp_listen_socket.cc140 buffer.clear();
144 buffer.clear();
149 buffer.clear();
153 buffer.clear();
160 buffer.clear();
/external/llvm/lib/VMCore/
H A DTypeFinder.cpp73 MDForInst.clear();
85 void TypeFinder::clear() { function in class:TypeFinder
86 VisitedConstants.clear();
87 VisitedTypes.clear();
88 StructTypes.clear();
/external/openfst/src/include/fst/
H A Dsparse-tuple-weight.h176 rest_.clear();
335 strm.clear(std::ios::badbit);
343 strm.clear(std::ios::badbit);
376 strm.clear(std::ios::badbit);
384 strm.clear(std::ios::badbit);
414 strm.clear(std::ios::badbit);
431 strm.clear(std::ios::badbit);
452 strm.clear(std::ios::badbit);
468 strm.clear(std::ios::badbit);
483 strm.clear(st
[all...]
H A Dpair-weight.h125 strm.clear(std::ios::badbit);
153 strm.clear(std::ios::failbit);
163 strm.clear(std::ios::badbit);
173 strm.clear(std::ios::failbit);
193 strm.clear(std::ios::failbit);
237 strm.clear(std::ios::badbit);
246 strm.clear(std::ios::badbit);
259 strm.clear(std::ios::badbit);
267 strm.clear(std::ios::badbit);
H A Dtuple-weight.h149 strm.clear(std::ios::badbit);
183 strm.clear(std::ios::badbit);
194 strm.clear(std::ios::badbit);
204 strm.clear(std::ios::failbit);
226 strm.clear(std::ios::failbit);
278 strm.clear(std::ios::badbit);
286 strm.clear(std::ios::badbit);
309 strm.clear(std::ios::badbit);
317 strm.clear(std::ios::badbit);
/external/webkit/Source/WebCore/dom/
H A DNodeIterator.cpp45 void NodeIterator::NodePointer::clear() function in class:WebCore::NodeIterator::NodePointer
47 node.clear();
116 m_candidateNode.clear();
145 m_candidateNode.clear();
154 m_referenceNode.node.clear();
/external/webkit/Source/WebCore/loader/
H A DPolicyChecker.cpp110 m_callback.clear();
117 m_callback.clear();
136 m_callback.clear();
166 m_callback.clear();
186 m_callback.clear();
/external/webkit/Source/WebCore/platform/graphics/
H A DGlyphBuffer.h76 void clear() function in class:WebCore::GlyphBuffer
78 m_fontData.clear();
79 m_glyphs.clear();
80 m_advances.clear();
82 m_offsets.clear();
/external/chromium/chrome/browser/importer/
H A Dfirefox_proxy_settings.cc71 http_proxy_.clear();
73 ssl_proxy_.clear();
75 ftp_proxy_.clear();
77 gopher_proxy_.clear();
79 socks_host_.clear();
82 proxy_bypass_list_.clear();
83 autoconfig_url_.clear();
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h105 /// clear - Erase the contents of the InsertedExpressions map so that users
108 void clear() { function in class:llvm::SCEVExpander
109 InsertedExpressions.clear();
110 InsertedValues.clear();
111 InsertedPostIncValues.clear();
112 ChainedPhis.clear();
158 PostIncLoops.clear();
162 InsertedPostIncValues.clear();
/external/webkit/Source/WebCore/platform/
H A DSharedBuffer.cpp79 clear();
158 void SharedBuffer::clear() function in class:WebCore::SharedBuffer
165 m_segments.clear();
168 m_buffer.clear();
169 m_purgeableBuffer.clear();
171 m_dataArray.clear();
211 m_segments.clear();
/external/zlib/src/contrib/iostream/
H A Dzfstream.cpp264 clear( ios::failbit | ios::badbit );
266 clear();
273 clear( ios::failbit | ios::badbit );
275 clear();
282 clear( ios::failbit | ios::badbit );
294 clear( ios::badbit );
314 clear( ios::badbit );
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DAttributesImplSerializer.java168 * @see org.xml.sax.helpers.AttributesImpl#clear()
170 public final void clear() method in class:AttributesImplSerializer
174 super.clear();
178 // using the Hashtable, then clear the Hashtable too.
179 m_indexFromQName.clear();
/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_settings_state.cc37 state_map_.clear();
44 state_map_.clear();
48 state_map_.clear();

Completed in 292 milliseconds

1234567891011>>