Searched refs:remove (Results 151 - 175 of 1926) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsLayerAnimation.h87 void remove(const String& name);
88 void remove(const String& name, AnimatedPropertyID);
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DLineBreakIteratorPoolICU.h57 m_pool.remove(i);
90 m_pool.remove(0);
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DMessageReceiverMap.cpp60 m_globalMessageReceivers.remove(messageReceiverName);
67 m_messageReceivers.remove(std::make_pair(messageReceiverName, destinationID));
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/mac/
H A DWKDOMInternals.h78 void remove(WebCoreType core) function in class:WebKit::DOMCache
80 m_map.remove(core);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/
H A DPluginProcessConnectionManager.cpp109 m_tokensAndConnections.remove(pluginProcessConnection->pluginProcessToken());
112 m_pluginProcessConnections.remove(vectorIndex);
/macosx-10.9.5/bc-21/
H A DMakefile13 GnuAfterInstall = remove-dir install-plist
27 remove-dir:
/macosx-10.9.5/emacs-92/emacs/lisp/url/
H A Durl-nfs.el82 ,@(remove '&rest (remove '&optional args))))))
/macosx-10.9.5/libauto-185.5/
H A DPointerHash.h65 void remove(uint32_t slot);
66 void remove(void *pointer);
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dlabelentry.tcl17 remove {-relief -borderwidth -focus} \
22 remove {-fg -bg} \
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dmove.c137 (void) remove (zto);
158 if (remove (zorig) != 0)
159 ulog (LOG_ERROR, "remove (%s): %s", zorig, strerror (errno));
/macosx-10.9.5/swig-10/Lib/std/
H A Dstd_list.i26 void remove(value_type x);
142 void remove(const value_type& x) { self->remove(x); }
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DAliasSetTracker.cpp91 assert(RefCount == 0 && "Cannot remove non-dead alias set from tracker!");
395 /// remove - Remove the specified (potentially non-empty) alias set from the
397 void AliasSetTracker::remove(AliasSet &AS) { function in class:AliasSetTracker
414 // Finally, remove the entry.
425 AliasSetTracker::remove(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo) { function in class:AliasSetTracker
428 remove(*AS);
432 bool AliasSetTracker::remove(LoadInst *LI) { function in class:AliasSetTracker
437 remove(*AS);
441 bool AliasSetTracker::remove(StoreInst *SI) { function in class:AliasSetTracker
446 remove(*A
450 bool AliasSetTracker::remove(VAArgInst *VAAI) { function in class:AliasSetTracker
469 bool AliasSetTracker::remove(Instruction *I) { function in class:AliasSetTracker
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Notifications/
H A DWebNotificationManager.cpp99 m_permissionsMap.remove(originStrings[i]);
199 m_notificationMap.remove(notification);
202 m_notificationContextMap.remove(it);
216 m_notificationIDMap.remove(notificationID);
272 m_notificationMap.remove(notification);
290 it->value.remove(index);
292 m_notificationContextMap.remove(it);
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGDocumentExtensions.cpp62 m_timeContainers.remove(element);
81 m_resources.remove(id);
219 elements->remove(element);
241 elements->remove(element);
289 resourceSet->remove(firstElement);
333 referencingElements->remove(setIt);
340 m_elementDependencies.remove(*it);
376 m_elementDependencies.remove(it);
388 m_svgFontFaceElements.remove(element);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DCheckedRadioButtons.cpp39 void remove(HTMLInputElement*);
130 void RadioButtonGroup::remove(HTMLInputElement* button) function in class:WebCore::RadioButtonGroup
137 m_members.remove(it);
259 it->value->remove(element);
264 m_nameToGroupMap->remove(it);
H A DEventListenerMap.cpp143 listenerVector->remove(indexOfRemovedListener);
147 bool EventListenerMap::remove(const AtomicString& eventType, EventListener* listener, bool useCapture, size_t& indexOfRemovedListener) function in class:WebCore::EventListenerMap
155 m_entries.remove(i);
185 listenerVector->remove(i);
200 m_entries.remove(i);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/soup/
H A DWebSoupRequestManager.cpp122 m_requestMap.remove(requestID);
126 m_requestMap.remove(requestID);
153 m_requestMap.remove(requestID);
160 m_requestMap.remove(requestID);
176 m_requestMap.remove(requestID);
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-identity.el160 ;;First remove old settings, if any.
166 (funcall handler field 'remove))
185 The ACTION is one of 'remove or 'add. If 'add, the VALUE is added.
189 ((or (equal action 'remove)
199 The ACTION is one of 'remove or 'add. If 'add, the VALUE is
202 ((equal action 'remove)
230 The ACTION is one of 'remove or 'add. If 'add, the VALUE is
238 ((equal action 'remove) ; Replace with default
260 The ACTION is one of 'remove or 'add. If TOP is non-nil, add the
267 ((equal action 'remove)
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dcert_command.rb9 :add => [], :remove => [], :list => [], :build => [], :sign => []
50 add_option('-r', '--remove FILTER',
53 options[:remove] << filter
89 options[:remove].each do |filter|
170 If you wish to remove a previously trusted certificate:
172 gem cert --remove cert_subject_substring
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Duninstaller.rb157 remove @spec
192 remove = if @force_executables.nil? then
201 if remove then
235 def remove(spec) method
269 Gem::RDoc.new(spec).remove
309 msg << 'If you remove this gem, these dependencies will not be met.'
/macosx-10.9.5/CPANInternal-140/Makefiles/
H A DMakefile122 all: display-info $(MODULES) ConfigurationFiles remove-symbols
198 .PHONY: remove-symbols
199 remove-symbols:
/macosx-10.9.5/WebCore-7537.78.1/Modules/geolocation/
H A DGeolocation.cpp196 void Geolocation::Watchers::remove(int id) function in class:WebCore::Geolocation::Watchers
202 m_notifierToIdMap.remove(iter->value);
203 m_idToNotifierMap.remove(iter);
206 void Geolocation::Watchers::remove(GeoNotifier* notifier) function in class:WebCore::Geolocation::Watchers
211 m_idToNotifierMap.remove(iter->value);
212 m_notifierToIdMap.remove(iter);
342 m_oneShots.remove(notifier);
343 m_watchers.remove(notifier);
383 m_oneShots.remove(notifier);
401 m_oneShots.remove(notifie
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInjectedScriptManager.cpp129 m_scriptStateToId.remove(scriptState);
134 m_idToInjectedScript.remove(idsToRemove[i]);
136 // Now remove script states that have id but no injected script.
144 m_scriptStateToId.remove(scriptStatesToRemove[i]);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DDockController.js140 sides.remove(this._dockSide);
143 sides.remove(lastState);
146 sides.remove(lastState);
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DGeolocationClientBlackBerry.cpp144 result->remove(i);
147 m_geolocationRequestMap.remove(origin);
182 m_geolocationRequestMap.remove(origin);

Completed in 234 milliseconds

1234567891011>>