Searched refs:remove (Results 26 - 50 of 1926) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/platform/animation/
H A DAnimationList.h51 void remove(size_t i) { m_animations.remove(i); } function in class:WebCore::AnimationList
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DGeolocationPermissionClientQt.cpp73 m_pendingPermissionRequests.remove(webFrame);
87 m_pendingPermissionRequests.remove(webFrame);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DFileUtilities.h55 sys::fs::remove(Filename.str(), existed);
61 /// had ownership of a file, remove it first.
66 sys::fs::remove(Filename.str(), existed);
/macosx-10.9.5/python_modules-35/
H A Dtar-remove.pl6 # % perl tar-remove.pl regex tarball newtarball
17 # Override the remove method. Order of remaining items is preserved.
18 sub remove { subroutine
46 $tar->remove(@list);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Daside.py11 try: os.remove("_f.mk")
13 try: os.remove("_f.mka")
60 try: os.remove("_f.mk")
62 try: os.remove("_f.mka")
104 def t3(): # remove second property using commit-aside
105 try: os.remove("_f.mk")
107 try: os.remove("_f.mka")
152 os.remove("_f.mk")
153 os.remove("_f.mka")
H A Dselfref.py16 try: os.remove("_selfref.mk")
48 os.remove("_selfref.mk")
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpaths.tcl47 method remove {path} {
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A DDLDBList.cpp40 void DLDbList::remove(const DLDbIdentifier& dldbIdentifier) // Removes from list function in class:DLDbList
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A DDLDBList.cpp40 void DLDbList::remove(const DLDbIdentifier& dldbIdentifier) // Removes from list function in class:DLDbList
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLOptionsCollection.h42 void remove(int index);
/macosx-10.9.5/WebCore-7537.78.1/loader/icon/
H A DPageURLRecord.cpp50 m_iconRecord->m_retainingPageURLs.remove(m_pageURL);
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DStyleCustomFilterProgramCache.h54 void remove(StyleCustomFilterProgram*);
/macosx-10.9.5/libxml2-26/
H A DMakefile10 GnuAfterInstall = extract-symbols fix-libraries remove-gtk-doc install-plist remove-autom4te-cache
39 remove-gtk-doc:
52 remove-autom4te-cache:
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dtrunc.c68 (void) remove (zname);
118 (void) remove (zname);
125 (void) remove (zname);
149 (void) remove (zname);
H A Dsplcmd.c118 (void) remove (ztemp);
132 (void) remove (ztemp);
140 (void) remove (ztemp);
155 (void) remove (ztemp);
166 (void) remove (ztemp);
175 (void) remove (ztemp);
180 (void) remove (z);
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DMarkedBlockSet.h40 void remove(MarkedBlock*);
58 inline void MarkedBlockSet::remove(MarkedBlock* block) function in class:JSC::MarkedBlockSet
61 m_set.remove(block);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DIdTargetObserverRegistry.cpp58 set->remove(observer);
60 m_registry.remove(iter);
80 m_registry.remove(id.impl());
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Downer_command.rb25 defaults.merge! :add => [], :remove => []
31 add_option '-r', '--remove EMAIL', 'Remove an owner' do |value, options|
32 options[:remove] << value
41 remove_owners name, options[:remove]
/macosx-10.9.5/WebCore-7537.78.1/history/
H A DBackForwardListImpl.cpp72 m_entryHash.remove(item);
73 pageCache()->remove(item.get());
81 m_entries.remove(0);
82 m_entryHash.remove(item);
83 pageCache()->remove(item.get());
179 m_entryHash.remove(item);
180 pageCache()->remove(item.get());
237 pageCache()->remove(m_entries[i].get());
256 m_entries.remove(i);
257 m_entryHash.remove(ite
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DNotificationManager.cpp91 m_notificationMap.remove(notification);
95 m_notificationContextMap.remove(it);
104 m_notificationIDMap.remove(notificationID);
140 m_idToOriginMap.remove(requestID);
142 m_idToVoidCallbackMap.remove(requestID);
145 m_idToCallbackMap.remove(requestID);
157 m_originToIDMap.remove(origin);
193 m_notificationMap.remove(notification);
223 it->value.remove(index);
225 m_notificationContextMap.remove(i
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DLockFileManager.cpp47 sys::fs::remove(LockFileName, Existed);
105 // We failed to write out PID, so make up an excuse, remove the
109 sys::fs::remove(UniqueLockFileName.c_str(), Existed);
135 sys::fs::remove(UniqueLockFileName.str(), Existed);
141 sys::fs::remove(LockFileName.str(), Existed);
159 // Since we own the lock, remove the lock file and our own unique lock file.
161 sys::fs::remove(LockFileName.str(), Existed);
162 sys::fs::remove(UniqueLockFileName.str(), Existed);
180 // finish up and remove the lock file.
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmodconf.vim23 \ post-install post-remove pre-install
24 \ pre-remove persistdir blacklist
27 \ remove
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/IO/
H A DSessionSet.pm64 $self->{readers}->remove($handle);
65 $self->{writers}->remove($handle);
103 $self->{$select}->remove($handle) unless $act;
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/IO/
H A DSessionSet.pm68 $self->{readers}->remove($handle);
69 $self->{writers}->remove($handle);
107 $self->{$select}->remove($handle) unless $act;
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tests/
H A Dregress.h20 int remove(const char*);
107 #define W(f_) remove(#f_)
108 #define R(f_) A(remove(#f_) == 0)

Completed in 373 milliseconds

1234567891011>>