OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScopedPageLoadDeferrer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
ScopedPageLoadDeferrer.h
31
class
ScopedPageLoadDeferrer
{
32
WTF_MAKE_NONCOPYABLE(
ScopedPageLoadDeferrer
);
34
ScopedPageLoadDeferrer
(Page* exclusion = 0);
35
~
ScopedPageLoadDeferrer
();
ScopedPageLoadDeferrer.cpp
22
#include "core/page/
ScopedPageLoadDeferrer
.h"
32
ScopedPageLoadDeferrer
::
ScopedPageLoadDeferrer
(Page* exclusion)
51
// beneath modal windows or sheets, which is exactly when
ScopedPageLoadDeferrer
is used.
65
ScopedPageLoadDeferrer
::~
ScopedPageLoadDeferrer
()
Completed in 348 milliseconds