HomeSort by relevance Sort by last modified time
    Searched refs:Attached (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementLifecycleCallbacks.h 48 Attached = 1 << 1,
56 virtual void attached(Element*) = 0;
CustomElementCallbackInvocation.cpp 54 ASSERT(m_which == CustomElementLifecycleCallbacks::Attached || m_which == CustomElementLifecycleCallbacks::Detached);
60 case CustomElementLifecycleCallbacks::Attached:
61 callbacks()->attached(element);
111 CustomElementScheduler::scheduleCallback(callbacks(), element, CustomElementLifecycleCallbacks::Attached);
121 case CustomElementLifecycleCallbacks::Attached:
CustomElement.cpp 117 CustomElementScheduler::scheduleCallback(element->customElementDefinition()->callbacks(), element, CustomElementLifecycleCallbacks::Attached);
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfArtifactsDictionary_autogen.cpp 35 SkPdfArray* SkPdfArtifactsDictionary::Attached(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("Attached", "");
44 return get("Attached", "") != NULL;
SkPdfArtifactsDictionary_autogen.h     [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfArtifactsDictionary_autogen.cpp 35 SkPdfArray* SkPdfArtifactsDictionary::Attached(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("Attached", "");
44 return get("Attached", "") != NULL;
SkPdfArtifactsDictionary_autogen.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8CustomElementLifecycleCallbacks.cpp 49 V(attached, Attached) \
53 PassRefPtr<V8CustomElementLifecycleCallbacks> V8CustomElementLifecycleCallbacks::create(ScriptState* scriptState, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged)
66 return adoptRef(new V8CustomElementLifecycleCallbacks(scriptState, prototype, created, attached, detached, attributeChanged));
69 static CustomElementLifecycleCallbacks::CallbackType flagSet(v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged)
74 if (!attached.IsEmpty())
75 flags |= CustomElementLifecycleCallbacks::Attached;
92 V8CustomElementLifecycleCallbacks::V8CustomElementLifecycleCallbacks(ScriptState* scriptState, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged)
93 : CustomElementLifecycleCallbacks(flagSet(attached, detached, attributeChanged))
99 , m_attached(scriptState->isolate(), attached)
193 void V8CustomElementLifecycleCallbacks::attached(Element* element) function in class:WebCore::V8CustomElementLifecycleCallbacks
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
braille_util.js 77 * Attached to the value region of a braille spannable.
117 * Attached to the selected text within a value.
232 * attached, along with (possibly) a cvox.BrailleUtil.ValueSelectionSpan.
342 * attached, along with a cvox.BrailleUtil.ValueSelectionSpan if applicable.
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 369 // Attached targets have no unique id until Chrome 26. For such targets
371 page.hasNoUniqueId = page.attached &&
384 sendTargetCommand.bind(null, 'reload', page), page.attached);
476 if (webview.attached && !webview.visible)
478 else if (!webview.attached)
484 if (webview.attached) {
491 if (webview.empty || !webview.attached || !webview.visible)
531 if (!webview.empty && webview.attached) {

Completed in 1406 milliseconds