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 56 static FullscreenElementStack* fromIfExists(Document*);
121 FullscreenElementStack* controller = fromIfExists(&element->document());
127 inline FullscreenElementStack* FullscreenElementStack::fromIfExists(Document* document)
FullscreenElementStack.cpp 65 FullscreenElementStack* fullscreen = fromIfExists(document);
81 if (FullscreenElementStack* found = fromIfExists(document))
88 if (FullscreenElementStack* found = fromIfExists(document))
95 if (FullscreenElementStack* found = fromIfExists(document))
556 if (FullscreenElementStack* fullscreen = fromIfExists(doc)) {
ContainerNode.cpp 419 if (FullscreenElementStack* fullscreen = FullscreenElementStack::fromIfExists(&document()))
503 if (FullscreenElementStack* fullscreen = FullscreenElementStack::fromIfExists(&document()))
  /external/chromium_org/third_party/WebKit/Source/web/
FullscreenController.cpp 104 FullscreenElementStack* fullscreen = FullscreenElementStack::fromIfExists(doc);
126 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 354 if (FullscreenElementStack* fullscreen = FullscreenElementStack::fromIfExists(&document())) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]

Completed in 173 milliseconds