Home
last modified time | relevance | path

Searched refs:applets (Results 1 – 4 of 4) sorted by relevance

/external/proguard/examples/
Dapplets.pro2 # This ProGuard configuration file illustrates how to process applets.
4 # java -jar proguard.jar @applets.pro
14 # Preserve all public applets.
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.idl117 readonly attribute HTMLCollection applets;
DDocument.h372 PassRefPtr<HTMLCollection> applets();
DDocument.cpp4219 PassRefPtr<HTMLCollection> Document::applets() in applets() function in WebCore::Document