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

1234567891011>>

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DGeolocationPermissionRequestManagerProxy.cpp72 m_pendingRequests.remove(it);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/SharedWorkers/
H A DSharedWorkerProcessManager.cpp59 m_sharedWorkerProcesses.remove(vectorIndex);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Notifications/
H A DNotificationPermissionRequestManager.cpp111 m_idToOriginMap.remove(id);
113 m_idToCallbackMap.remove(id);
116 m_idToVoidCallbackMap.remove(id);
160 m_originToIDMap.remove(origin);
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-common.h80 /* Number of temporary files to remove. */
82 /* List of temporary files to remove; array allocated using malloc
84 char **remove; member in struct:pex_obj
/macosx-10.9.5/expat-12/expat/xmlwf/
H A Dxmltchar.h35 #define tremove remove
/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Ddictionary.cpp47 // we can't use double-hashing because we want a remove function
96 void *dictionary::remove(symbol s) function in class:dictionary
183 object *obj = (object *)d.remove(oldnm);
191 void object_dictionary::remove(symbol nm) function in class:object_dictionary
193 object *obj = (object *)d.remove(nm);
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dpanelframe.rb53 def remove(*wins) method in class:Tk
54 tk_send('remove', *wins)
59 tk_send('remove', '-destroy', *wins)
H A Dstatusbar.rb32 def remove(*wins) method in class:Tk
33 tk_send('remove', *wins)
38 tk_send('remove', '-destroy', *wins)
/macosx-10.9.5/ruby-104/ruby/lib/rexml/
H A Dchild.rb36 def remove method in class:REXML.Child
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dcompatibility.rb19 Gem::QuickLoader.remove
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/expat/xmlwf/
H A Dxmltchar.h35 #define tremove remove
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/extensions/example/
H A Dexampletest.tcl54 tdom $parser remove
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Djava-post.pl16 m/DbSequence/ || s!(public [^(]*(open|remove|rename)0?\([^)]*\))( {|;)!$1 throws com.sleepycat.db.DatabaseException, java.io.FileNotFoundException$3!;
/macosx-10.9.5/ICU-511.35/icuSources/samples/translit/answers/
H A Dmain_3.cpp17 // RuleBasedTransliterator rules to remove accents from characters
75 str.remove();
83 str.remove();
H A Dmain_4.cpp17 // RuleBasedTransliterator rules to remove accents from characters
79 str.remove();
87 str.remove();
/macosx-10.9.5/ICU-511.35/icuSources/samples/translit/
H A Dmain.cpp17 // RuleBasedTransliterator rules to remove accents from characters
81 str.remove();
89 str.remove();
/macosx-10.9.5/SmartCardServices-55111/installPhase/scripts/
H A Dsc_auth37 $(basename $0) remove [-v] [-u user] [-d domain] # remove all public keys for this user
145 remove) remove_user;;
/macosx-10.9.5/WebCore-7537.78.1/Modules/filesystem/
H A DEntry.cpp75 void Entry::remove(PassRefPtr<VoidCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) const function in class:WebCore::Entry
78 if (!m_fileSystem->remove(this, successCallback, errorCallback))
H A DEntry.idl47 void remove(VoidCallback successCallback, optional ErrorCallback errorCallback);
H A DEntrySync.cpp87 void EntrySync::remove(ExceptionCode& ec) const function in class:WebCore::EntrySync
91 if (!m_fileSystem->remove(this, helper.successCallback(), helper.errorCallback())) {
/macosx-10.9.5/WebCore-7537.78.1/Modules/vibration/
H A DVibration.cpp112 m_pattern.remove(0);
125 m_pattern.remove(0);
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSStyleRule.cpp56 selectorTextCache().remove(this);
116 selectorTextCache().remove(this);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DSpaceSplitString.h50 void remove(unsigned index);
81 bool remove(const AtomicString&);
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DInbandTextTrack.h50 void remove(GenericCueData*);
51 void remove(TextTrackCueGeneric*);
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDeviceController.cpp60 m_listeners.remove(window);
61 m_lastEventListeners.remove(window);

Completed in 153 milliseconds

1234567891011>>