Searched refs:Clear (Results 101 - 125 of 391) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/bindings/v8/
H A DScriptState.h98 m_context.Clear();
H A DV8NodeFilterCondition.cpp58 m_filter.Clear();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs413 public void Clear() method in class:Antlr.Runtime.Collections.HashList
415 _dictionary.Clear();
416 _insertionOrderList.Clear();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSubList.cs37 public void Clear() method in class:Antlr.Runtime.JavaExtensions.SubList
260 void IList.Clear()
346 void ICollection<T>.Clear() method in class:Antlr.Runtime.JavaExtensions.SubList
/external/chromium/net/socket/
H A Dssl_host_info.cc22 void SSLHostInfo::State::Clear() { function in class:net::SSLHostInfo::State
69 state->Clear();
74 state->Clear();
/external/protobuf/src/google/protobuf/
H A Drepeated_field.h91 void Clear();
166 // static void Clear(Type*);
203 void Clear();
273 static void Clear(GenericType* value) { value->Clear(); } function in class:google::protobuf::internal::GenericTypeHandler
299 static void Clear(string* value) { value->clear(); } function in class:google::protobuf::internal::StringTypeHandlerBase
328 void Clear();
385 // When elements are removed by calls to RemoveLast() or Clear(), they
493 inline void RepeatedField<Element>::Clear() { function in class:google::protobuf::RepeatedField
663 TypeHandler::Clear(cas
667 void RepeatedPtrFieldBase::Clear() { function in class:google::protobuf::internal::RepeatedPtrFieldBase
838 inline void RepeatedPtrField<Element>::Clear() { function in class:google::protobuf::RepeatedPtrField
[all...]
H A Ddescriptor.pb.h184 void Clear();
278 void Clear();
460 void Clear();
557 void Clear();
725 void Clear();
951 void Clear();
1065 void Clear();
1174 void Clear();
1288 void Clear();
1413 void Clear();
[all...]
/external/v8/src/
H A Dhashmap.h69 void Clear();
202 // Clear the entry which is allowed to en emptied.
209 void TemplateHashMapImpl<P>::Clear() { function in class:v8::TemplateHashMapImpl
270 Clear();
/external/tinyxml/
H A Dxmltest.cpp674 doc.Clear();
681 doc.Clear();
711 doc.Clear();
875 doc.Clear();
919 doc.Clear();
924 doc.Clear();
929 doc.Clear();
935 doc.Clear();
940 doc.Clear();
945 doc.Clear();
[all...]
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_node_data.cc114 Clear();
126 Clear();
315 void BookmarkNodeData::Clear() { function in class:BookmarkNodeData
/external/chromium/chrome/browser/renderer_host/
H A Dgtk_im_context_wrapper.cc126 // Clear it so that we can know if something needs committing after
356 composition_.Clear();
527 composition_.Clear();
563 composition_.Clear();
/external/mesa3d/src/pixelflinger2/
H A Dbuffer.cpp139 static void Clear(const GGLInterface * iface, GLbitfield buf) function
242 iface->Clear = Clear;
/external/opencv/otherlibs/highgui/
H A Dloadsave.cpp70 void Clear();
95 void CvFilePath::Clear()
111 Clear();
/external/chromium/base/
H A Dtask_queue_unittest.cc98 queue.Clear();
/external/chromium/chrome/browser/policy/
H A Dpolicy_map_unittest.cc61 b.Clear();
/external/chromium/chrome/browser/prefs/
H A Dsession_startup_pref.cc76 url_pref_list->Clear();
/external/chromium/chrome/browser/sync/engine/
H A Ddownload_updates_command.cc92 status->mutable_updates_response()->Clear();
/external/chromium/chrome/browser/web_resource/
H A Dgpu_blacklist_updater.cc65 gpu_blacklist_cache->Clear();
/external/chromium/net/base/
H A Dtest_root_certs_win.cc159 void TestRootCerts::Clear() { function in class:net::TestRootCerts
/external/chromium/net/tools/flip_server/
H A Depoll_server.h728 Clear();
745 void Clear() { function in struct:net::EpollServer::EventRecorder
760 Clear();
945 event_recorder_.Clear();
H A Dsimple_buffer.cc133 void SimpleBuffer::Clear() { function in class:net::SimpleBuffer
/external/chromium/third_party/libjingle/source/talk/base/
H A Dthread.h160 virtual void Clear(MessageHandler *phandler, uint32 id = MQID_ANY,
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.cc172 signal_thread_->Clear(this, MSG_SI_DESTROYCHANNEL);
175 worker_thread_->Clear(this, MSG_WK_CLOCK);
304 // Clear out any pending event notifications
305 stream_thread_->Clear(this, MSG_ST_EVENT);
522 worker_thread_->Clear(this, MSG_WK_CLOCK);
/external/openfst/src/include/fst/
H A Dheap.h115 void Clear() { function in class:fst::Heap
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.h180 // Clear state from previous Run().
181 void Clear();

Completed in 639 milliseconds

1234567891011>>