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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceCache.cpp 51 RefPtrWillBeRawPtr<FontFace> fontFace = prpFontFace;
59 RefPtrWillBeRawPtr<FontFace> fontFace = prpFontFace;
95 RefPtrWillBeRawPtr<CSSSegmentedFontFace> segmentedFontFace = familyFontFacesIter->value;
MediaList.cpp 87 RefPtrWillBeRawPtr<MediaQuerySet> result = create(mediaString);
97 RefPtrWillBeRawPtr<MediaQuerySet> result = create(queryString);
123 RefPtrWillBeRawPtr<MediaQuerySet> result = create(queryStringToRemove);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MessagePort.cpp 47 RefPtrWillBeRawPtr<MessagePort> port = adoptRefWillBeNoop(new MessagePort(executionContext));
199 RefPtrWillBeRawPtr<Event> evt = MessageEvent::create(ports.release(), message.release());
251 RefPtrWillBeRawPtr<MessagePort> port = MessagePort::create(context);
Fullscreen.cpp 124 RefPtrWillBeRawPtr<Event> event = Event::create(type, initializer);
511 RefPtrWillBeRawPtr<Event> event;
530 RefPtrWillBeRawPtr<Event> event;
544 RefPtrWillBeRawPtr<Document> protectDocument(document());
549 RefPtrWillBeRawPtr<Event> event = eventQueue.takeFirst();
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SliderThumbElement.cpp 70 RefPtrWillBeRawPtr<SliderThumbElement> element = adoptRefWillBeNoop(new SliderThumbElement(document));
111 RefPtrWillBeRawPtr<SliderThumbElement> protector(this);
118 RefPtrWillBeRawPtr<HTMLInputElement> input(hostInput());
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorProfilerAgent.cpp 69 RefPtrWillBeRawPtr<ScriptCallStack> callStack(createScriptCallStack(1));
141 RefPtrWillBeRawPtr<ScriptProfile> profile = ScriptProfiler::stop(id);
241 RefPtrWillBeRawPtr<ScriptProfile> scriptProfile = ScriptProfiler::stop(m_frontendInitiatedProfileId);
InspectorConsoleAgent.cpp 109 RefPtrWillBeRawPtr<ConsoleMessage> expiredMessage = ConsoleMessage::create(OtherMessageSource, WarningMessageLevel, String::format("%d console messages are not shown.", storage->expiredCount()));
196 RefPtrWillBeRawPtr<ConsoleMessage> consoleMessage = ConsoleMessage::create(NetworkMessageSource, DebugMessageLevel, message, sendURL, sendLineNumber);
212 RefPtrWillBeRawPtr<ConsoleMessage> consoleMessage = ConsoleMessage::create(NetworkMessageSource, ErrorMessageLevel, message.toString(), error.failingURL());
294 RefPtrWillBeRawPtr<ScriptArguments> arguments = consoleMessage->scriptArguments();
323 RefPtrWillBeRawPtr<ScriptAsyncCallStack> asyncCallStack = consoleMessage->callStack()->asyncCallStack();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceElement.cpp 55 RefPtrWillBeRawPtr<MutableStylePropertySet> styleDeclaration = MutableStylePropertySet::create(HTMLStandardMode);
276 RefPtrWillBeRawPtr<CSSValueList> list = nullptr;
298 RefPtrWillBeRawPtr<CSSValue> src = m_fontFaceRule->properties().getPropertyCSSValue(CSSPropertySrc);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
LocalFileSystem.cpp 89 RefPtrWillBeRawPtr<ExecutionContext> contextPtr(context);
98 RefPtrWillBeRawPtr<ExecutionContext> contextPtr(context);
107 RefPtrWillBeRawPtr<ExecutionContext> contextPtr(context);
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
Response.cpp 61 RefPtrWillBeRawPtr<Blob> blob = Blob::create(BlobDataHandle::create(blobData.release(), length));
70 RefPtrWillBeRawPtr<Blob> blob = Blob::create(BlobDataHandle::create(blobData.release(), length));
79 RefPtrWillBeRawPtr<Blob> blob = Blob::create(BlobDataHandle::create(blobData.release(), length));
ServiceWorker.cpp 158 RefPtrWillBeRawPtr<ServiceWorker> serviceWorker = getOrCreate(executionContext, worker);
169 RefPtrWillBeRawPtr<ServiceWorker> serviceWorker = getOrCreate(resolver->scriptState()->executionContext(), worker);
252 RefPtrWillBeRawPtr<ServiceWorker> worker = adoptRefWillBeNoop(new ServiceWorker(executionContext, adoptPtr(outerWorker)));
  /external/chromium_org/third_party/WebKit/Source/web/
ExternalPopupMenu.cpp 144 RefPtrWillBeRawPtr<ExternalPopupMenu> guard(this);
163 RefPtrWillBeRawPtr<ExternalPopupMenu> protect(this);
180 RefPtrWillBeRawPtr<ExternalPopupMenu> guard(this);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
DOMSelection.cpp 214 RefPtrWillBeRawPtr<Range> range = Range::create(node->document());
412 RefPtrWillBeRawPtr<Range> originalRange = selection.firstRange();
436 RefPtrWillBeRawPtr<Range> merged = Range::create(originalRange->startContainer()->document(), start->startContainer(), start->startOffset(), end->endContainer(), end->endOffset());
451 RefPtrWillBeRawPtr<Range> selectedRange = selection.selection().toNormalizedRange();
471 RefPtrWillBeRawPtr<Range> selectedRange = selection.selection().toNormalizedRange();
DeleteSelectionCommand.cpp 350 RefPtrWillBeRawPtr<Node> child = node->firstChild();
352 RefPtrWillBeRawPtr<Node> nextChild = child->nextSibling();
429 RefPtrWillBeRawPtr<Range> range = m_selectionToDelete.toNormalizedRange();
430 RefPtrWillBeRawPtr<Node> node = range->firstNode();
432 RefPtrWillBeRawPtr<Node> nextNode = NodeTraversal::next(*node);
435 RefPtrWillBeRawPtr<Element> rootEditableElement = node->rootEditableElement();
498 RefPtrWillBeRawPtr<Node> node(startNode);
520 RefPtrWillBeRawPtr<Node> nextNode = NodeTraversal::nextSkippingChildren(*node);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp 399 RefPtrWillBeRawPtr<HTMLHtmlElement> element = HTMLHtmlElement::create(*m_document);
558 RefPtrWillBeRawPtr<DocumentType> doctype = DocumentType::create(m_document, token->name(), publicId, systemId);
608 RefPtrWillBeRawPtr<HTMLElement> body = createHTMLElement(token);
617 RefPtrWillBeRawPtr<HTMLElement> element = createHTMLElement(token);
627 RefPtrWillBeRawPtr<HTMLElement> element = createHTMLElement(token);
661 RefPtrWillBeRawPtr<HTMLScriptElement> element = HTMLScriptElement::create(ownerDocumentForCurrentNode(), parserInserted, alreadyStarted);
673 RefPtrWillBeRawPtr<Element> element = createElement(token, namespaceURI);
740 RefPtrWillBeRawPtr<Element> element = ownerDocumentForCurrentNode().createElement(tagName, true);
761 RefPtrWillBeRawPtr<HTMLElement> element = HTMLElementFactory::createHTMLElement(token->name(), document, form, true)
    [all...]
HTMLDocumentParser.cpp 219 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this);
282 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this);
300 RefPtrWillBeRawPtr<Element> scriptElement = m_treeBuilder->takeScriptToProcess(scriptStartPosition);
360 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this);
709 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this);
786 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp 111 RefPtrWillBeRawPtr<LocalFrame> frame = adoptRefWillBeNoop(new LocalFrame(client, host, owner));
164 RefPtrWillBeRawPtr<LocalFrame> protect(this);
241 for (RefPtrWillBeRawPtr<Frame> child = tree().firstChild(); child; child = child->tree().nextSibling()) {
410 RefPtrWillBeRawPtr<Range> previousCharacterRange = makeRange(previous, position);
417 if (RefPtrWillBeRawPtr<Range> nextCharacterRange = makeRange(position, next)) {
560 for (RefPtrWillBeRawPtr<Frame> child = tree().firstChild(); child; child = child->tree().nextSibling()) {
572 for (RefPtrWillBeRawPtr<Frame> child = tree().firstChild(); child; child = child->tree().nextSibling()) {
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
Database.cpp 285 RefPtrWillBeRawPtr<SQLTransactionBackend> transaction = nullptr;
306 RefPtrWillBeRawPtr<SQLTransactionWrapper> wrapper = nullptr;
310 RefPtrWillBeRawPtr<SQLTransactionBackend> transactionBackend = SQLTransactionBackend::create(this, transaction, wrapper.release(), readOnly);
328 RefPtrWillBeRawPtr<SQLTransactionBackend> transaction = nullptr;
821 RefPtrWillBeRawPtr<SQLError> error = SQLError::create(*errorData);
839 RefPtrWillBeRawPtr<SQLTransaction> transaction = SQLTransaction::create(this, callback, successCallback, errorCallback, readOnly);
840 RefPtrWillBeRawPtr<SQLTransactionBackend> transactionBackend = runTransaction(transaction, readOnly, changeVersionData);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser-in.cpp 248 RefPtrWillBeRawPtr<CSSValue> value = cssValuePool().createIdentifierValue(valueID);
255 RefPtrWillBeRawPtr<CSSValue> value = cssValuePool().createColorValue(color);
353 RefPtrWillBeRawPtr<CSSValue> value = cssValuePool().createValue(number, unit);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLinkElement.cpp 305 RefPtrWillBeRawPtr<StyleSheet> removedSheet = sheet();
507 RefPtrWillBeRawPtr<Node> protector(m_owner.get());
511 if (RefPtrWillBeRawPtr<StyleSheetContents> restoredSheet = const_cast<CSSStyleSheetResource*>(cachedStyleSheet)->restoreParsedStyleSheet(parserContext)) {
526 RefPtrWillBeRawPtr<StyleSheetContents> styleSheet = StyleSheetContents::create(href, parserContext);
696 RefPtrWillBeRawPtr<MediaQuerySet> media = MediaQuerySet::create(m_owner->media());
720 RefPtrWillBeRawPtr<StyleSheet> removedSheet = m_sheet.get();
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Initializer.cpp 105 RefPtrWillBeRawPtr<ScriptCallStack> callStack = nullptr;
125 RefPtrWillBeRawPtr<ErrorEvent> event = ErrorEvent::create(errorMessage, resource, message->GetLineNumber(), message->GetStartColumn() + 1, &scriptState->world());
248 RefPtrWillBeRawPtr<ErrorEvent> event = ErrorEvent::create(errorMessage, sourceURL, message->GetLineNumber(), message->GetStartColumn() + 1, &DOMWrapperWorld::current(isolate));
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestDictionary.cpp 45 RefPtrWillBeRawPtr<Element> elementOrNullMember;
149 RefPtrWillBeRawPtr<TestInterfaceWillBeGarbageCollected> testInterfaceWillBeGarbageCollectedMember;
156 RefPtrWillBeRawPtr<TestInterfaceWillBeGarbageCollected> testInterfaceWillBeGarbageCollectedOrNullMember;
V8TestObject.h 27 static bool nodeMethodWithNodeArgumentImplementedInPrivateScriptMethod(LocalFrame* frame, TestObject* holderImpl, PassRefPtrWillBeRawPtr<Node> value, RefPtrWillBeRawPtr<Node>* result);
28 static bool nodeMethodWithVariousArgumentsImplementedInPrivateScriptMethod(LocalFrame* frame, TestObject* holderImpl, PassRefPtrWillBeRawPtr<Document> document, PassRefPtrWillBeRawPtr<Node> node, int value1, double value2, String string, RefPtrWillBeRawPtr<Node>* result);
35 static bool nodeAttributeAttributeGetter(LocalFrame* frame, TestObject* holderImpl, RefPtrWillBeRawPtr<Node>* result);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
FileInputType.cpp 222 RefPtrWillBeRawPtr<FileList> fileList(FileList::create());
256 RefPtrWillBeRawPtr<HTMLInputElement> button = HTMLInputElement::create(element().document(), 0, false);
282 RefPtrWillBeRawPtr<HTMLInputElement> input(element());
RangeInputType.cpp 238 RefPtrWillBeRawPtr<HTMLDivElement> track = HTMLDivElement::create(document);
242 RefPtrWillBeRawPtr<HTMLElement> container = SliderContainerElement::create(document);
345 RefPtrWillBeRawPtr<HTMLDataListOptionsCollection> options = dataList->options();

Completed in 819 milliseconds

1 2 3 4 5 6 7 8 91011>>