OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countDeprecation
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
UseCounter.h
177
// "
countDeprecation
" sets the bit for this feature to 1, and sends a deprecation
182
static void
countDeprecation
(DOMWindow*, Feature);
183
static void
countDeprecation
(ScriptExecutionContext*, Feature);
184
static void
countDeprecation
(Document*, Feature);
UseCounter.cpp
573
void UseCounter::
countDeprecation
(ScriptExecutionContext* context, Feature feature)
577
UseCounter::
countDeprecation
(toDocument(context), feature);
580
void UseCounter::
countDeprecation
(DOMWindow* window, Feature feature)
584
UseCounter::
countDeprecation
(window->document(), feature);
587
void UseCounter::
countDeprecation
(Document* document, Feature feature)
ContentSecurityPolicy.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestExtendedEvent.cpp
93
UseCounter::
countDeprecation
(activeDOMWindow(), UseCounter::KeyboardEventKeyLocation);
134
UseCounter::
countDeprecation
(activeDOMWindow(), UseCounter::KeyboardEventKeyLocation);
V8TestObject.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.cpp
547
UseCounter::
countDeprecation
(frame->document(), UseCounter::PrefixedTransitionMediaFeature);
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.cpp
[
all
...]
Completed in 1266 milliseconds