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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFullscreen.cpp 35 if (FullscreenElementStack* fullscreen = FullscreenElementStack::fromIfExists(document))
42 if (FullscreenElementStack* fullscreen = FullscreenElementStack::fromIfExists(document))
49 if (FullscreenElementStack* fullscreen = FullscreenElementStack::fromIfExists(document))
66 if (FullscreenElementStack* fullscreen = FullscreenElementStack::fromIfExists(document))
FullscreenElementStack.h 55 static FullscreenElementStack* fromIfExists(Document&);
124 FullscreenElementStack* controller = fromIfExists(element->document());
130 inline FullscreenElementStack* FullscreenElementStack::fromIfExists(Document& document)
FullscreenElementStack.cpp 86 FullscreenElementStack* fullscreen = fromIfExists(document);
102 if (FullscreenElementStack* found = fromIfExists(document))
109 if (FullscreenElementStack* found = fromIfExists(document))
116 if (FullscreenElementStack* found = fromIfExists(document))
599 if (FullscreenElementStack* fullscreen = fromIfExists(*doc)) {
ContainerNode.cpp 461 if (FullscreenElementStack* fullscreen = FullscreenElementStack::fromIfExists(document()))
545 if (FullscreenElementStack* fullscreen = FullscreenElementStack::fromIfExists(document()))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
FullscreenController.cpp 116 FullscreenElementStack* fullscreen = FullscreenElementStack::fromIfExists(*doc);
138 if (FullscreenElementStack* fullscreen = FullscreenElementStack::fromIfExists(*doc)) {
WebDocument.cpp 233 if (FullscreenElementStack* fullscreen = FullscreenElementStack::fromIfExists(*unwrap<Document>()))
240 if (FullscreenElementStack* fullscreen = FullscreenElementStack::fromIfExists(*const_cast<WebDocument*>(this)->unwrap<Document>()))
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 365 if (FullscreenElementStack* fullscreen = FullscreenElementStack::fromIfExists(document())) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]

Completed in 284 milliseconds