Searched refs:remove (Results 101 - 125 of 1926) sorted by relevance

1234567891011>>

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCallLinkInfo.cpp55 remove();
H A DWatchpoint.cpp37 remove();
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DPrototypeMap.cpp72 m_structures.remove(std::make_pair(object, inlineCapacity));
/macosx-10.9.5/KerberosHelper-148/regression/
H A DMakefile39 rm -f *~ remove-* /var/db/krb5kdc/test/*
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dfilediskrep.h81 void remove();
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/gke/
H A Dgkclear61 os.remove(file)
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dfilediskrep.h81 void remove();
/macosx-10.9.5/WebCore-7537.78.1/Modules/filesystem/
H A DEntrySync.h58 void remove(ExceptionCode&) const;
/macosx-10.9.5/WebCore-7537.78.1/Modules/mediasource/
H A DMediaSourceRegistry.cpp66 m_mediaSources.remove(iter);
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DAudioNodeInput.cpp78 m_outputs.remove(output);
87 m_disabledOutputs.remove(output);
107 m_outputs.remove(output);
126 m_disabledOutputs.remove(output);
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DScriptObject.h64 static bool remove(ScriptState*, const char* name);
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLSelectElement.idl49 [Custom] void remove(/* indexOrOption */);
51 void remove(long index);
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DTextTrackCueList.h55 bool remove(TextTrackCue*);
H A DTextTrackList.h52 virtual void remove(TrackBase*) OVERRIDE;
/macosx-10.9.5/WebCore-7537.78.1/page/scrolling/
H A DScrollingTreeNode.cpp63 // The index will be notFound if the node to remove is a deeper-than-1-level descendant or
66 m_children->remove(index);
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DAudioSessionManager.cpp75 m_typeCount.remove(type);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DCustomFilterProgram.cpp71 m_clients.remove(client);
/macosx-10.9.5/WebCore-7537.78.1/platform/leveldb/
H A DLevelDBWriteBatch.cpp61 void LevelDBWriteBatch::remove(const LevelDBSlice& key) function in class:WebCore::LevelDBWriteBatch
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DDNSResolveQueue.cpp105 m_names.remove(currentName);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebDocumentLoader.cpp50 gClassNameCount.remove("WebDocumentLoader");
H A DWebGeolocationPolicyListener.cpp52 gClassNameCount.remove("WebGeolocationPolicyListener");
H A DWebTextRenderer.cpp51 gClassNameCount.remove("WebTextRenderer");
H A DWebWorkersPrivate.cpp103 gClassNameCount.remove("WebWorkersPrivate");
/macosx-10.9.5/WebKit2-7537.78.2/NetworkProcess/FileAPI/
H A DNetworkBlobRegistry.cpp89 m_sandboxExtensions.remove(url.string());
93 m_blobsForConnection.find(connection)->value.remove(url);
104 m_sandboxExtensions.remove(*iter);
107 m_blobsForConnection.remove(connection);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/
H A DWKMutableDictionary.cpp57 toImpl(dictionaryRef)->remove(toImpl(keyRef)->string());

Completed in 334 milliseconds

1234567891011>>