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

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

Completed in 1318 milliseconds