Searched defs:protect (Results 1 - 13 of 13) sorted by relevance

/external/junit/src/junit/framework/
H A DProtectable.java13 public abstract void protect() throws Throwable; method in interface:Protectable
/external/webkit/WebCore/svg/
H A DSVGElementInstance.cpp132 RefPtr<EventTarget> protect = this; local
/external/webkit/WebCore/page/
H A DFocusController.cpp340 RefPtr<Node> protect = node; local
H A DDOMWindow.cpp1354 RefPtr<EventTarget> protect = this; local
/external/webkit/WebCore/bindings/js/
H A DScriptController.cpp118 RefPtr<Frame> protect = m_frame; local
/external/webkit/WebCore/dom/
H A DEventTarget.cpp279 RefPtr<EventTarget> protect = this; local
H A DElement.cpp1268 RefPtr<Node> protect; local
1271 protect = this;
H A DNode.cpp2644 RefPtr<EventTarget> protect = this; local
2911 RefPtr<Node> protect(this);
/external/iproute2/doc/
H A Dip-cref.tex3090 \section{Example: {\protect\tt ifcfg} --- interface address management}
/external/webkit/WebKit/win/
H A DWebDownloadCFNet.cpp502 COMPtr<WebDownload> protect = this; local
/external/webkit/WebCore/storage/
H A DDatabase.cpp383 RefPtr<Database> protect = this; local
/external/webkit/JavaScriptCore/bytecompiler/
H A DNodesCodegen.cpp1540 RefPtr<RegisterID> protect = propertyName; local
1554 RefPtr<RegisterID> protect = propertyName; local
1563 RefPtr<RegisterID> protect = propertyName; local
/external/webkit/JavaScriptCore/runtime/
H A DCollector.cpp194 RefPtr<JSGlobalData> protect(m_globalData);
491 DWORD protect = memoryInformation.Protect & ~(PAGE_GUARD | PAGE_NOCACHE);
492 return protect == PAGE_READWRITE
493 || protect == PAGE_WRITECOPY
494 || protect == PAGE_EXECUTE_READWRITE
495 || protect == PAGE_EXECUTE_WRITECOPY;
1001 void Heap::protect(JSValue k) function in class:Heap

Completed in 112 milliseconds