Searched defs:clear (Results 201 - 225 of 854) sorted by relevance

1234567891011>>

/external/chromium_org/base/containers/
H A Dscoped_ptr_hash_map.h35 ~ScopedPtrHashMap() { clear(); }
122 inline void clear() { STLDeleteValues(&data_); } function in class:base::ScopedPtrHashMap
/external/chromium_org/base/files/
H A Dfile_path.h184 void clear() { path_.clear(); } function in class:base::FilePath
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DInMemorySharedPreferences.java197 public SharedPreferences.Editor clear() { method in class:InMemorySharedPreferences.InMemoryEditor
217 mData.clear();
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/
H A DSuggestionPopup.java99 * @param clear Whether to clear the most recent autocomplete results.
101 private void stopAutocomplete(boolean clear) { argument
102 if (mAutocomplete != null) mAutocomplete.stop(clear);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_change.h69 void clear() { list_.clear(); } function in class:drive::FileChange::ChangeList
104 void ClearForTest() { map_.clear(); }
/external/chromium_org/components/content_settings/core/browser/
H A Dcontent_settings_origin_identifier_value_map.cc180 void OriginIdentifierValueMap::clear() { function in class:content_settings::OriginIdentifierValueMap
182 entries_.clear();
/external/chromium_org/content/test/
H A Dmock_webclipboard_impl.cc133 clear();
142 clear();
150 clear();
161 clear();
171 clear();
197 void MockWebClipboardImpl::clear() { function in class:content::MockWebClipboardImpl
201 m_customData.clear();
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/smoothlife/
H A Dexample.js218 $('clear').addEventListener('click', function() { clear(0); });
286 clear(0);
307 function clear(color) { function
308 naclModule.postMessage({cmd: 'clear', color: color});
/external/chromium_org/net/base/
H A Dlinked_hash_map.h105 void clear() { function in class:linked_hash_map
106 map_.clear();
107 list_.clear();
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptState.h79 void clearContext() { return m_context.clear(); }
101 // So you must explicitly clear the OwnPtr by calling disposePerContextData()
122 // You need to call clear() once you no longer need the context. Otherwise, the context will leak.
135 void clear() function in class:blink::ScriptStateProtectingContext
138 m_context.clear();
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DMatchedPropertiesCache.cpp77 void CachedMatchedProperties::clear() function in class:blink::CachedMatchedProperties
79 matchedProperties.clear();
134 cacheItem->clear();
139 void MatchedPropertiesCache::clear() function in class:blink::MatchedPropertiesCache
141 m_cache.clear();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNodeIterator.cpp45 void NodeIterator::NodePointer::clear() function in class:blink::NodeIterator::NodePointer
47 node.clear();
108 m_candidateNode.clear();
132 m_candidateNode.clear();
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEventListenerMap.cpp92 void EventListenerMap::clear() function in class:blink::EventListenerMap
96 m_entries.clear();
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImportLoader.cpp57 clear();
64 clear();
67 void HTMLImportLoader::clear() function in class:blink::HTMLImportLoader
73 m_document.clear();
/external/chromium_org/third_party/WebKit/Source/core/storage/
H A DStorageArea.cpp118 void StorageArea::clear(ExceptionState& exceptionState, LocalFrame* frame) function in class:blink::StorageArea
124 m_storageArea->clear(frame->document()->url());
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegList.h61 void clearByteStream() { m_byteStream.clear(); }
85 void clear() function in class:blink::SVGPathSegList
88 Base::clear();
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGListPropertyTearOffHelper.h90 void clear(ExceptionState& exceptionState) function in class:blink::SVGListPropertyTearOffHelper
97 toDerived()->target()->clear();
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequestProgressEventThrottle.cpp37 DeferredEvent() { clear(); }
45 void clear() function in class:blink::XMLHttpRequestProgressEventThrottle::DeferredEvent
102 m_deferred->clear();
113 m_deferred->clear();
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPurgeableVector.cpp92 m_discardable.clear();
135 void PurgeableVector::clear() function in class:blink::PurgeableVector
138 m_vector.clear();
155 clear();
166 other.clear();
237 m_vector.clear();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageDecodingStore.cpp143 void ImageDecodingStore::clear() function in class:blink::ImageDecodingStore
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DCallbackStack.cpp27 void clear() function in class:blink::CallbackStack::Block
121 clear();
127 void CallbackStack::clear() function in class:blink::CallbackStack
134 m_first->clear();
178 m_first->clear();
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DSegmentedString.cpp53 void SegmentedString::clear() function in class:blink::SegmentedString
58 m_currentString.clear();
62 m_substrings.clear();
165 m_currentString.clear();
254 m_currentString.clear();
286 m_currentString.clear();
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashCountedSet.h81 void clear() { m_impl.clear(); } function in class:WTF::HashCountedSet
H A DOwnPtr.h73 void clear();
89 OwnPtr& operator=(std::nullptr_t) { clear(); return *this; }
131 template<typename T> inline void OwnPtr<T>::clear() function in class:WTF::OwnPtr
H A DRefPtr.h63 void clear();
78 RefPtr& operator=(std::nullptr_t) { clear(); return *this; }
97 template<typename T> inline void RefPtr<T>::clear() function in class:WTF::RefPtr

Completed in 3625 milliseconds

1234567891011>>