Home
last modified time | relevance | path

Searched refs:CreatedCallback (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementLifecycleCallbacks.h47 CreatedCallback = 1 << 0, enumerator
DCustomElementCallbackInvocation.cpp118 case CustomElementLifecycleCallbacks::CreatedCallback: in createInvocation()
DCustomElement.cpp107 …heduleCallback(definition->callbacks(), element, CustomElementLifecycleCallbacks::CreatedCallback); in define()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8CustomElementLifecycleCallbacks.cpp48 V(created, CreatedCallback) \
72 int flags = CustomElementLifecycleCallbacks::CreatedCallback; in flagSet()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h669 typedef base::Callback<void(WebContents*)> CreatedCallback; in NON_EXPORTED_BASE() typedef
970 static void AddCreatedCallback(const CreatedCallback& callback); in NON_EXPORTED_BASE()
971 static void RemoveCreatedCallback(const CreatedCallback& callback); in NON_EXPORTED_BASE()
Dweb_contents_impl.cc184 base::LazyInstance<std::vector<WebContentsImpl::CreatedCallback> >
278 void WebContentsImpl::AddCreatedCallback(const CreatedCallback& callback) { in AddCreatedCallback()
282 void WebContentsImpl::RemoveCreatedCallback(const CreatedCallback& callback) { in RemoveCreatedCallback()