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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFullscreen.cpp 40 if (Fullscreen* fullscreen = Fullscreen::fromIfExists(document))
52 if (Fullscreen* fullscreen = Fullscreen::fromIfExists(document))
59 if (Fullscreen* fullscreen = Fullscreen::fromIfExists(document))
Fullscreen.h 55 static Fullscreen* fromIfExists(Document&);
123 Fullscreen* fullscreen = fromIfExists(element.document());
129 inline Fullscreen* Fullscreen::fromIfExists(Document& document)
Fullscreen.cpp 136 Fullscreen* fullscreen = fromIfExists(document);
152 if (Fullscreen* found = fromIfExists(document))
159 if (Fullscreen* found = fromIfExists(document))
Element.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
FullscreenController.cpp 103 if (Fullscreen* fullscreen = Fullscreen::fromIfExists(*document)) {
WebDocument.cpp 237 if (Fullscreen* fullscreen = Fullscreen::fromIfExists(*const_cast<WebDocument*>(this)->unwrap<Document>()))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 384 if (Fullscreen* fullscreen = Fullscreen::fromIfExists(document())) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]

Completed in 892 milliseconds