HomeSort by relevance Sort by last modified time
    Searched refs:RefPtrWillBeRawPtr (Results 276 - 300 of 474) sorted by null

<<111213141516171819

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptDebugServer.h 106 virtual void compileScript(ScriptState*, const String& expression, const String& sourceURL, String* scriptId, String* exceptionDetailsText, int* lineNumber, int* columnNumber, RefPtrWillBeRawPtr<ScriptCallStack>* stackTrace);
108 virtual void runScript(ScriptState*, const String& scriptId, ScriptValue* result, bool* wasThrown, String* exceptionDetailsText, int* lineNumber, int* columnNumber, RefPtrWillBeRawPtr<ScriptCallStack>* stackTrace);
WorkerScriptController.cpp 241 void WorkerScriptController::evaluate(const ScriptSourceCode& sourceCode, RefPtrWillBeRawPtr<ErrorEvent>* errorEvent)
262 RefPtrWillBeRawPtr<ErrorEvent> event = nullptr;
ScriptController.cpp 145 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame);
195 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame);
540 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame);
541 RefPtrWillBeRawPtr<Document> ownerDocument(m_frame->document());
603 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame);
  /external/chromium_org/third_party/WebKit/Source/core/animation/
EffectInputTest.cpp 53 RefPtrWillBeRawPtr<AnimationEffect> animationEffect = EffectInput::convert(element.get(), jsKeyframes, exceptionState);
95 RefPtrWillBeRawPtr<AnimationEffect> animationEffect = EffectInput::convert(element.get(), jsKeyframes, exceptionState);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSegmentedFontFace.cpp 87 RefPtrWillBeRawPtr<FontFace> fontFace = prpFontFace;
102 RefPtrWillBeRawPtr<FontFace> fontFace = prpFontFace;
CSSBasicShapes.cpp 81 RefPtrWillBeRawPtr<CSSPrimitiveValue> amount = nullptr;
114 RefPtrWillBeRawPtr<CSSPrimitiveValue> normalizedCX = buildSerializablePositionOffset(m_centerX, CSSValueLeft);
115 RefPtrWillBeRawPtr<CSSPrimitiveValue> normalizedCY = buildSerializablePositionOffset(m_centerY, CSSValueTop);
184 RefPtrWillBeRawPtr<CSSPrimitiveValue> normalizedCX = buildSerializablePositionOffset(m_centerX, CSSValueLeft);
185 RefPtrWillBeRawPtr<CSSPrimitiveValue> normalizedCY = buildSerializablePositionOffset(m_centerY, CSSValueTop);
FontFaceSet.cpp 412 RefPtrWillBeRawPtr<FontFaceSetLoadEvent> doneEvent = nullptr;
413 RefPtrWillBeRawPtr<FontFaceSetLoadEvent> errorEvent = nullptr;
454 RefPtrWillBeRawPtr<LoadFontPromiseResolver> resolver = LoadFontPromiseResolver::create(faces, scriptState);
498 RefPtrWillBeRawPtr<MutableStylePropertySet> parsedStyle = MutableStylePropertySet::create();
568 RefPtrWillBeRawPtr<FontFaceSet> fonts = static_cast<FontFaceSet*>(SupplementType::from(document, supplementName()));
RuleFeature.cpp 528 if (RefPtrWillBeRawPtr<DescendantInvalidationSet> invalidationSet = m_attributeInvalidationSets.get(attributeName.localName()))
535 if (RefPtrWillBeRawPtr<DescendantInvalidationSet> invalidationSet = m_idInvalidationSets.get(oldId))
539 if (RefPtrWillBeRawPtr<DescendantInvalidationSet> invalidationSet = m_idInvalidationSets.get(newId))
546 if (RefPtrWillBeRawPtr<DescendantInvalidationSet> invalidationSet = m_pseudoInvalidationSets.get(pseudo))
552 if (RefPtrWillBeRawPtr<DescendantInvalidationSet> invalidationSet = m_classInvalidationSets.get(className))
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentTest.cpp 150 RefPtrWillBeRawPtr<HTMLLinkElement> link = HTMLLinkElement::create(document(), false);
156 RefPtrWillBeRawPtr<HTMLLinkElement> link2 = HTMLLinkElement::create(document(), false);
ExecutionContext.cpp 137 RefPtrWillBeRawPtr<ErrorEvent> errorEvent = event;
165 RefPtrWillBeRawPtr<ErrorEvent> errorEvent = event;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormControlsCollection.cpp 195 void HTMLFormControlsCollection::namedGetter(const AtomicString& name, RefPtrWillBeRawPtr<RadioNodeList>& radioNodeList, RefPtrWillBeRawPtr<Element>& element)
HTMLFormElement.cpp 292 RefPtrWillBeRawPtr<HTMLFormElement> protector(this);
322 RefPtrWillBeRawPtr<HTMLFormElement> protector(this);
380 RefPtrWillBeRawPtr<HTMLFormControlElement> firstSuccessfulSubmitButton = nullptr;
400 RefPtrWillBeRawPtr<FormSubmission> formSubmission = FormSubmission::create(this, m_attributes, event, formSubmissionTrigger);
502 RefPtrWillBeRawPtr<Event> event = nullptr;
726 RefPtrWillBeRawPtr<HTMLFormElement> protector(this);
819 void HTMLFormElement::anonymousNamedGetter(const AtomicString& name, RefPtrWillBeRawPtr<RadioNodeList>& returnValue0, RefPtrWillBeRawPtr<Element>& returnValue1)
HTMLFrameOwnerElement.cpp 145 if (RefPtrWillBeRawPtr<Frame> frame = contentFrame()) {
241 RefPtrWillBeRawPtr<LocalFrame> parentFrame = document().frame();
HTMLLabelElement.cpp 49 RefPtrWillBeRawPtr<HTMLLabelElement> labelElement = adoptRefWillBeNoop(new HTMLLabelElement(document, form));
134 RefPtrWillBeRawPtr<HTMLElement> element = control();
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrack.cpp 230 RefPtrWillBeRawPtr<TextTrackCue> cue = prpCue;
307 RefPtrWillBeRawPtr<VTTRegion> region = prpRegion;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderWidget.cpp 127 RefPtrWillBeRawPtr<RenderWidget> protector(this);
128 RefPtrWillBeRawPtr<Node> protectedNode(node());
  /external/chromium_org/third_party/WebKit/Source/core/timing/
Performance.cpp 208 RefPtrWillBeRawPtr<PerformanceEntry> entry = PerformanceResourceTiming::create(info, initiatorDocument, startTime, allowTimingDetails);
227 RefPtrWillBeRawPtr<PerformanceEntry> entry = PerformanceResourceTiming::create(info, initiatorDocument, startTime, lastRedirectEndTime, allowTimingDetails, allowRedirectDetails);
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.cpp 251 RefPtrWillBeRawPtr<ErrorEvent> errorEvent = nullptr;
277 RefPtrWillBeRawPtr<ConsoleMessage> consoleMessage = prpConsoleMessage;
WorkerMessagingProxy.cpp 175 RefPtrWillBeRawPtr<ErrorEvent> event = ErrorEvent::create(errorMessage, sourceURL, lineNumber, columnNumber, 0);
192 RefPtrWillBeRawPtr<ConsoleMessage> consoleMessage = ConsoleMessage::create(source, level, message, sourceURL, lineNumber);
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerGlobalScope.cpp 58 RefPtrWillBeRawPtr<ServiceWorkerGlobalScope> context = adoptRefWillBeNoop(new ServiceWorkerGlobalScope(startupData->m_scriptURL, startupData->m_userAgent, thread, monotonicallyIncreasingTime(), startupData->m_workerClients.release()));
193 RefPtrWillBeRawPtr<ConsoleMessage> consoleMessage = ConsoleMessage::create(JSMessageSource, ErrorMessageLevel, errorMessage, sourceURL, lineNumber);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseManager.cpp 169 RefPtrWillBeRawPtr<Database> backend = adoptRefWillBeNoop(new Database(backendContext, name, expectedVersion, displayName, estimatedSize));
198 RefPtrWillBeRawPtr<Database> database = openDatabaseInternal(context, name,
  /external/chromium_org/third_party/WebKit/Source/platform/mhtml/
MHTMLArchive.cpp 108 RefPtrWillBeRawPtr<MHTMLArchive> mainArchive = parser.parseArchive();
114 RefPtrWillBeRawPtr<MHTMLArchive> archive = parser.frameAt(i);
  /external/chromium_org/third_party/WebKit/Source/web/
WebSearchableFormData.cpp 213 RefPtrWillBeRawPtr<FormDataList> dataList = FormDataList::create(*encoding);
238 RefPtrWillBeRawPtr<HTMLFormElement> formElement = static_cast<PassRefPtrWillBeRawPtr<HTMLFormElement> >(form);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.cpp 576 RefPtrWillBeRawPtr<InspectorStyleSheet> inspectorStyleSheet = m_cssStyleSheetToInspectorStyleSheet.get(cssStyleSheet);
640 RefPtrWillBeRawPtr<InspectorStyleSheet> styleSheet = it->value;
681 RefPtrWillBeRawPtr<CSSRuleList> matchedRules = styleResolver.pseudoCSSRulesForElement(element, elementPseudoId, StyleResolver::AllCSSRules);
688 RefPtrWillBeRawPtr<CSSRuleList> matchedRules = styleResolver.pseudoCSSRulesForElement(element, pseudoId, StyleResolver::AllCSSRules);
706 RefPtrWillBeRawPtr<CSSRuleList> parentMatchedRules = parentStyleResolver.cssRulesForElement(parentElement, StyleResolver::AllCSSRules);
744 RefPtrWillBeRawPtr<CSSComputedStyleDeclaration> computedStyleInfo = CSSComputedStyleDeclaration::create(node, true);
745 RefPtrWillBeRawPtr<InspectorStyle> inspectorStyle = InspectorStyle::create(InspectorCSSId(), computedStyleInfo, 0);
774 RefPtrWillBeRawPtr<CSSComputedStyleDeclaration> computedStyleInfo = CSSComputedStyleDeclaration::create(node, true);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.cpp 182 RefPtrWillBeRawPtr<LocalFrame> protectFrame(m_frame);
461 RefPtrWillBeRawPtr<ConsoleMessage> consoleMessage = ConsoleMessage::create(SecurityMessageSource, ErrorMessageLevel, message);
549 RefPtrWillBeRawPtr<LocalFrame> protectFrame(m_frame);
581 RefPtrWillBeRawPtr<LocalFrame> protectFrame(m_frame);
804 RefPtrWillBeRawPtr<Document> document = frame->domWindow()->installNewDocument(mimeType, init);

Completed in 1042 milliseconds

<<111213141516171819