Searched refs:remove (Results 126 - 150 of 2784) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/cr/ui/
H A Doverlay.js68 this.classList.remove('pulse');
90 e.target.classList.remove('pulse');
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSegmentedFontFaceCache.h49 void remove(const StyleRuleFontFace*);
50 // FIXME: It's sort of weird that add/remove uses StyleRuleFontFace* as key,
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentLifecycleNotifier.cpp54 m_documentObservers.remove(static_cast<DocumentLifecycleObserver*>(observer));
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementUpgradeCandidateMap.cpp58 void CustomElementUpgradeCandidateMap::remove(Element* element) function in class:WebCore::CustomElementUpgradeCandidateMap
77 elements->value.remove(element);
78 m_upgradeCandidates.remove(candidate);
104 m_upgradeCandidates.remove(*candidate);
H A DCustomElementUpgradeCandidateMap.h56 void remove(Element*);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DAppendNodeCommand.cpp59 m_node->remove(IGNORE_EXCEPTION);
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrackCueList.h54 bool remove(TextTrackCue*);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageLifecycleNotifier.cpp51 m_pageObservers.remove(static_cast<PageLifecycleObserver*>(observer));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DSidebarTreeElement.js59 this._childrenListNode.classList.remove("small");
132 this._listItemNode.classList.remove("small");
163 this._listItemNode.classList.remove("wait");
176 this.titlesElement.classList.remove("no-subtitle");
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DMediaStreamRegistry.cpp52 m_streamDescriptors.remove(url.string());
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageOverlayList.h57 bool remove(WebPageOverlay*);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/fullcoverage/
H A Dencodings.py40 # Finally, remove our own directory from sys.path; remove ourselves from
48 sys.path.remove(parentdirs[-1])
/external/chromium_org/third_party/icu/source/common/
H A Duset_imp.h52 USetRemove *remove; member in struct:USetAdder
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DVideoTrack.java47 if (!renderers.remove(renderer)) {
/external/chromium_org/third_party/mesa/
H A Dredirectoutput.py28 os.remove(abs_outputfile)
/external/chromium_org/tools/gyp/test/defines/
H A Dgyptest-define-override.py30 os.remove(test.built_file_path('fakeosprogram', type=test.EXECUTABLE))
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Ddrag_wrapper.js97 this.target_.classList.remove('drag-target');
110 this.target_.classList.remove('drag-target');
/external/droiddriver/src/com/google/android/droiddriver/util/
H A DDefaultPoller.java96 public void remove() {
97 timeoutListeners.remove(timeoutListener);
107 public void remove() {
108 pollingListeners.remove(pollingListener);
/external/emma/core/java12/com/vladium/jcd/cls/
H A DIAttributeCollection.java95 Attribute_info remove (int offset); method in interface:IAttributeCollection
/external/guava/guava/src/com/google/common/collect/
H A DForwardingCollection.java89 public boolean remove(Object object) { method in class:ForwardingCollection
90 return delegate().remove(object);
162 * A sensible definition of {@link #remove} in terms of {@link #iterator},
163 * using the iterator's {@code remove} method. If you override {@link
164 * #iterator}, you may wish to override {@link #remove} to forward to this
173 iterator.remove();
182 * using the iterator's {@code remove} method. If you override {@link
194 * using the iterator's {@code remove} method. If you override {@link
206 * using the iterator's {@code remove} method. If you override {@link
216 iterator.remove();
[all...]
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DConcurrentHashMap.java64 public boolean remove(Object key, Object value) { method in class:ConcurrentHashMap
66 remove(key);
122 @Override public V remove(Object key) { method in class:ConcurrentHashMap
126 return backingMap.remove(key);
/external/guava/guava-tests/test/com/google/common/collect/
H A DUnmodifiableIteratorTest.java55 iterator.remove();
/external/icu4c/common/
H A Duset_imp.h52 USetRemove *remove; member in struct:USetAdder
/external/llvm/lib/Support/
H A DToolOutputFile.cpp30 sys::fs::remove(Filename, Existed);
/external/okhttp/src/main/java/com/squareup/okhttp/
H A DRouteDatabase.java46 failedRoutes.remove(route);

Completed in 473 milliseconds

1234567891011>>