Home
last modified time | relevance | path

Searched refs:protector (Results 1 – 25 of 107) sorted by relevance

12345

/external/webkit/Source/WebCore/loader/
DResourceLoader.cpp88 RefPtr<ResourceLoader> protector(this); in releaseResources() local
237 RefPtr<ResourceLoader> protector(this); in willSendRequest() local
265 RefPtr<ResourceLoader> protector(this); in didReceiveResponse() local
286 RefPtr<ResourceLoader> protector(this); in didReceiveData() local
338 RefPtr<ResourceLoader> protector(this); in didFail() local
469 RefPtr<ResourceLoader> protector(this); in shouldUseCredentialStorage() local
477 RefPtr<ResourceLoader> protector(this); in didReceiveAuthenticationChallenge() local
485 RefPtr<ResourceLoader> protector(this); in didCancelAuthenticationChallenge() local
492 RefPtr<ResourceLoader> protector(this); in canAuthenticateAgainstProtectionSpace() local
DDocumentWriter.cpp224 RefPtr<Frame> protector(m_frame); in endIfNotLoadingMainResource() local
/external/llvm/test/CodeGen/X86/
Dstack-protector.ll23 ; Requires no protector.
54 ; Requires protector.
85 ; Requires protector.
116 ; Requires protector.
147 ; Requires no protector.
180 ; Requires protector.
213 ; Requires protector.
246 ; Requires protector.
279 ; Requires no protector.
310 ; Requires no protector.
[all …]
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapeBrowserFuncs.cpp423 PluginDestructionProtector protector(plugin.get()); in NPN_GetValue() local
434 PluginDestructionProtector protector(plugin.get()); in NPN_GetValue() local
665 PluginDestructionProtector protector(plugin.get()); in NPN_Evaluate() local
675 PluginDestructionProtector protector(plugin.get()); in NPN_GetProperty() local
686 PluginDestructionProtector protector(plugin.get()); in NPN_SetProperty() local
697 PluginDestructionProtector protector(plugin.get()); in NPN_RemoveProperty() local
708 PluginDestructionProtector protector(plugin.get()); in NPN_HasProperty() local
719 PluginDestructionProtector protector(plugin.get()); in NPN_HasMethod() local
752 PluginDestructionProtector protector(plugin.get()); in NPN_Enumerate() local
768 PluginDestructionProtector protector(plugin.get()); in NPN_Construct() local
[all …]
DJSNPObject.cpp97 NPRuntimeObjectMap::PluginProtector protector(m_objectMap); in callMethod() local
136 NPRuntimeObjectMap::PluginProtector protector(m_objectMap); in callObject() local
175 NPRuntimeObjectMap::PluginProtector protector(m_objectMap); in callConstructor() local
304 NPRuntimeObjectMap::PluginProtector protector(m_objectMap); in put() local
334 NPRuntimeObjectMap::PluginProtector protector(m_objectMap); in getOwnPropertyNames() local
380 NPRuntimeObjectMap::PluginProtector protector(thisObj->m_objectMap); in propertyGetter() local
/external/grub/
DAndroid.mk33 LOCAL_CFLAGS += -m32 -O2 -fno-builtin -nostdinc -fno-reorder-functions -fno-stack-protector
90 LOCAL_CFLAGS += -m32 -Os -fno-builtin -nostdinc -fno-reorder-functions -fno-stack-protector
127 LOCAL_CFLAGS += -m32 -Os -fno-builtin -nostdinc -fno-reorder-functions -fno-stack-protector
/external/webkit/Source/WebCore/loader/cache/
DCachedResourceRequest.cpp156 RefPtr<Document> protector(m_cachedResourceLoader->document()); in didFinishLoading() local
188 RefPtr<Document> protector(m_cachedResourceLoader->document()); in didFail() local
215 RefPtr<Document> protector(m_cachedResourceLoader->document()); in didReceiveResponse() local
/external/v8/build/
Dandroid.gypi96 '-fstack-protector',
180 # The x86 toolchain currently has problems with stack-protector.
182 '-fstack-protector',
185 '-fno-stack-protector',
/external/webkit/Source/WebKit2/PluginProcess/
DWebProcessConnection.cpp111 …PluginController::PluginDestructionProtector protector(pluginControllerProxy->asPluginController()… in didReceiveMessage() local
130 …PluginController::PluginDestructionProtector protector(pluginControllerProxy->asPluginController()… in didReceiveSyncMessage() local
/external/valgrind/main/
DAndroid.mk24 -fno-strict-aliasing -fno-stack-protector \
DMakefile.all.am170 -fno-stack-protector -fno-pic -fno-PIC
176 -mmacosx-version-min=10.5 -fno-stack-protector
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8CustomApplicationInstalledCallback.cpp62 RefPtr<Frame> protector(m_frame); in handleEvent() local
DV8CustomPositionCallback.cpp74 RefPtr<ScriptExecutionContext> protector(scriptContext); in handleEvent() local
DV8CustomPositionErrorCallback.cpp74 RefPtr<ScriptExecutionContext> protector(scriptContext); in handleEvent() local
/external/clang/test/Driver/
Drewrite-objc.m6 // TEST0: "-fmessage-length" "0" "-stack-protector" "1" "-mstackrealign" "-fblocks" "-fobjc-runtime…
Drewrite-legacy-objc.m6 // TEST0: "-fmessage-length" "0" "-stack-protector" "1" "-mstackrealign" "-fblocks" "-fobjc-runtime…
/external/webkit/Source/WebKit/android/plugins/
DPluginTimer.cpp69 RefPtr<PluginTimer> protector(this); in fired() local
/external/webkit/Source/WebCore/bindings/
DScriptControllerBase.cpp84 RefPtr<Frame> protector(m_frame); in executeIfJavaScriptURL() local
/external/webkit/Source/WebCore/dom/
DEventQueue.cpp127 RefPtr<EventQueue> protector(this); in pendingEventTimerFired() local
/external/webkit/Source/JavaScriptCore/
DJavaScriptCore.pro37 QMAKE_CXXFLAGS += -fno-stack-protector
38 QMAKE_CFLAGS += -fno-stack-protector
/external/qemu-pc-bios/bochs/bios/
DMakefile.in44 GCC32 = gcc -m32 -fno-stack-protector
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DCACFLayerTreeHost.cpp285 RefPtr<CACFLayerTreeHost> protector(this); in flushPendingLayerChangesNow() local
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
DLayerTreeHostCAWin.cpp283 RefPtr<LayerTreeHostCA> protector(this); in flushPendingLayerChangesNow() local
/external/webkit/Source/WebCore/html/
DHTMLFormElement.cpp233 RefPtr<HTMLFormElement> protector(this); in validateInteractively() local
589 RefPtr<HTMLFormElement> protector(this); in checkInvalidControlsAndCollectUnhandled() local
/external/webkit/Source/WebCore/css/
DCSSStyleSheet.cpp229 RefPtr<CSSStyleSheet> protector(this); in checkLoaded() local

12345