HomeSort by relevance Sort by last modified time
    Searched full:countdeprecation (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/workers/
DedicatedWorkerGlobalScope.cpp 101 UseCounter::countDeprecation(context, m_feature);
115 void DedicatedWorkerGlobalScope::countDeprecation(UseCounter::Feature feature) const
DedicatedWorkerGlobalScope.h 53 virtual void countDeprecation(UseCounter::Feature) const OVERRIDE;
WorkerGlobalScope.h 74 virtual void countDeprecation(UseCounter::Feature) const;
WorkerGlobalScope.cpp 317 void WorkerGlobalScope::countDeprecation(UseCounter::Feature) const
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
constants.cpp 8 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::{{constant.deprecate_as}});
attributes.cpp 150 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::{{attribute.deprecate_as}});
183 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::{{attribute.deprecate_as}});
303 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::{{attribute.deprecate_as}});
methods.cpp 370 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::{{overloads.deprecate_all_as}});
388 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::{{method.deprecate_as}});
430 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::{{method.deprecate_as}});
interface.cpp 749 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::{{attribute.deprecate_as}});
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
UseCounter.h 540 // "countDeprecation" sets the bit for this feature to 1, and sends a deprecation
549 static void countDeprecation(const LocalDOMWindow*, Feature);
550 static void countDeprecation(ExecutionContext*, Feature);
551 static void countDeprecation(const Document&, Feature);
UseCounter.cpp 608 void UseCounter::countDeprecation(ExecutionContext* context, Feature feature)
613 UseCounter::countDeprecation(*toDocument(context), feature);
617 toWorkerGlobalScope(context)->countDeprecation(feature);
620 void UseCounter::countDeprecation(const LocalDOMWindow* window, Feature feature)
624 UseCounter::countDeprecation(*window->document(), feature);
627 void UseCounter::countDeprecation(const Document& document, Feature feature)
    [all...]
LocalDOMWindow.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceEventConstructor.cpp 198 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::initializedByEventConstructorReadonlyStringAttribute);
227 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::initializedByEventConstructorReadonlyStringAttribute);
306 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::initializedByEventConstructorReadonlyStringAttribute);
314 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::initializedByEventConstructorReadonlyStringAttribute);
V8TestObject.cpp 86 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::Constant);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableElement.cpp 306 UseCounter::countDeprecation(document(), UseCounter::HTMLTableElementVspace);
310 UseCounter::countDeprecation(document(), UseCounter::HTMLTableElementHspace);
HTMLImageElement.cpp 290 UseCounter::countDeprecation(document(), UseCounter::PictureSourceSrc);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleSheet.cpp 334 UseCounter::countDeprecation(callingExecutionContext(V8PerIsolateData::mainThreadIsolate()), UseCounter::CSSStyleSheetInsertRuleOptionalArg);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp 515 UseCounter::countDeprecation(executionContext(), UseCounter::SyncXHRWithCredentials);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp     [all...]
Document.cpp     [all...]

Completed in 549 milliseconds