HomeSort by relevance Sort by last modified time
    Searched refs:beforeLoadAllowedLoad (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLEmbedElement.cpp 147 bool beforeLoadAllowedLoad = dispatchBeforeLoadEvent(m_url);
148 if (!beforeLoadAllowedLoad) {
HTMLObjectElement.cpp 298 bool beforeLoadAllowedLoad = dispatchBeforeLoadEvent(url);
302 bool success = beforeLoadAllowedLoad && hasValidClassId() && requestObject(url, serviceType, paramNames, paramValues);
HTMLPlugInElement.cpp 235 bool beforeLoadAllowedLoad = HTMLFrameOwnerElement::dispatchBeforeLoadEvent(sourceURL);
237 return beforeLoadAllowedLoad;

Completed in 56 milliseconds