Searched refs:remove (Results 176 - 200 of 1926) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DUserMediaClientImpl.cpp86 userMediaRequestsMap().remove(m_request.get());
94 userMediaRequestsMap().remove(m_request.get());
134 userMediaRequestsMap().remove(it);
/macosx-10.9.5/libauto-185.5/
H A DPointerHash.cpp90 void PointerHash::remove(uint32_t slot) function in class:Auto::PointerHash
112 void PointerHash::remove(void *pointer) function in class:Auto::PointerHash
116 remove(index);
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dtoolbar.rb113 def remove method in class:Tk
114 @t.remove(@id)
161 def remove(*items) method in class:Tk
162 tk_send('remove', *items)
167 tk_send('remove', '-destroy', *items)
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dpasswddlg.tcl20 remove {-image -bitmap -side -default -cancel -separator} \
24 remove [list -command -justify -name -show -side \
37 remove [list -command -width -show -side -takefocus \
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtzoffloc.cpp211 dateStr.remove();
228 dateStr.remove();
249 dateStr.remove();
270 dateStr.remove();
291 dateStr.remove();
312 dateStr.remove();
H A Dtextfile.cpp104 str.remove(0, 1);
123 if (trim) line.remove(0, pos);
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DResourceLoadScheduler.cpp153 void ResourceLoadScheduler::remove(ResourceLoader* resourceLoader) function in class:WebCore::ResourceLoadScheduler
159 host->remove(resourceLoader);
173 oldHost->remove(resourceLoader);
279 void ResourceLoadScheduler::HostInformation::remove(ResourceLoader* resourceLoader) function in class:WebCore::ResourceLoadScheduler::HostInformation
282 m_requestsLoading.remove(resourceLoader);
290 m_requestsPending[priority].remove(it);
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlcatalog.c294 printf("\tdel 'values' : remove values\n");
320 \t--del 'values' : remove values\n\
401 fprintf(stderr, "No catalog entry specified to remove from\n");
461 fprintf(stderr, "Failed to remove entry from %s\n",
474 "Failed to remove entry from %s\n",
485 remove(argv[i + 1]);
500 remove(XML_SGML_DEFAULT_CATALOG);
539 fprintf(stderr, "Failed to remove entry %s\n",
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DAliasSetTracker.h334 /// remove methods - These methods are used to remove all entries that might
338 bool remove(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo);
339 bool remove(LoadInst *LI);
340 bool remove(StoreInst *SI);
341 bool remove(VAArgInst *VAAI);
342 bool remove(Instruction *I);
343 void remove(AliasSet &AS);
376 /// deleteValue method - This method is used to remove a pointer value from
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlcatalog.c294 printf("\tdel 'values' : remove values\n");
320 \t--del 'values' : remove values\n\
401 fprintf(stderr, "No catalog entry specified to remove from\n");
461 fprintf(stderr, "Failed to remove entry from %s\n",
474 "Failed to remove entry from %s\n",
485 remove(argv[i + 1]);
500 remove(XML_SGML_DEFAULT_CATALOG);
539 fprintf(stderr, "Failed to remove entry %s\n",
/macosx-10.9.5/vim-53/src/po/
H A Dcheck.vim23 " remove '%', not used for formatting.
26 " remove '%' used for plural forms.
29 " remove everything but % items.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DMDC.pm43 sub remove { subroutine
88 =item my $text = Log::Log4perl::MDC->remove();
/macosx-10.9.5/Heimdal-323.92.1/admin/
H A DNTMakefile48 $(OBJ)\remove.obj \
/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Ddbgutil.cpp28 return fillin.remove();
140 dst->remove();
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DCopiedSpaceInlines.h102 m_blockSet.remove(block);
103 m_fromSpace->remove(block);
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DWeakGCMap.h54 using Base::remove;
109 remove(zombies[i]);
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dbundlediskrep.h120 void remove();
125 void remove(CodeDirectory::SpecialSlot slot);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dbundlediskrep.h120 void remove();
125 void remove(CodeDirectory::SpecialSlot slot);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cssm/lib/
H A Dmodule.cpp75 remove(callback);
80 remove(callback);
/macosx-10.9.5/WebCore-7537.78.1/Modules/geolocation/
H A DGeolocationController.cpp79 m_observers.remove(observer);
80 m_highAccuracyObservers.remove(observer);
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DObjCEventListener.mm73 listenerMap->remove(m_listener.get());
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DCharacterData.idl42 [RaisesException] void remove();
H A DDocumentEventQueue.cpp104 m_queuedEvents.remove(it);
134 m_queuedEvents.remove(iter);
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DTrackListBase.cpp63 void TrackListBase::remove(TrackBase* track) function in class:TrackListBase
73 m_inbandTracks.remove(index);
121 // user agent may queue a task to remove the track from the audioTracks
132 // media element, then the user agent must remove the track element's
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DBreakpointManager.js83 breakpoint.remove(true);
264 breakpoints[i].remove();
295 this._breakpointsForUISourceCode.remove(uiSourceCode);
300 this._breakpoints.remove(breakpoint);
328 this._breakpoints.remove(breakpoint);
369 lineBreakpoints.remove(breakpoint);
497 remove: function(keepInStorage)
542 this.remove();

Completed in 337 milliseconds

1234567891011>>