HomeSort by relevance Sort by last modified time
    Searched refs:RefPtr (Results 426 - 450 of 1730) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/history/
HistoryItem.h 44 typedef Vector<RefPtr<HistoryItem> > HistoryItemVector;
136 RefPtr<SerializedScriptValue> m_stateObject;
139 RefPtr<FormData> m_formData;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDetailsElement.cpp 39 RefPtr<HTMLDetailsElement> details = adoptRef(new HTMLDetailsElement(document));
60 RefPtr<HTMLSummaryElement> defaultSummary = HTMLSummaryElement::create(document());
63 RefPtr<HTMLContentElement> content = HTMLContentElement::create(document());
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditorDelegate.cpp 87 RefPtr<JSONObject> reportDetails = JSONObject::create();
91 RefPtr<JSONObject> reportObject = JSONObject::create();
104 RefPtr<Frame> protect(m_document->frame());
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ScriptProfile.cpp 37 #include "wtf/RefPtr.h"
76 RefPtr<TypeBuilder::Array<TypeBuilder::Profiler::CPUProfileNode> > children = TypeBuilder::Array<TypeBuilder::Profiler::CPUProfileNode>::create();
83 RefPtr<TypeBuilder::Profiler::CPUProfileNode> result = TypeBuilder::Profiler::CPUProfileNode::create()
104 RefPtr<TypeBuilder::Array<int> > array = TypeBuilder::Array<int>::create();
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentWriter.cpp 93 RefPtr<DocumentWriter> protectingThis(this);
104 RefPtr<Frame> protector(m_document->frame());
114 RefPtr<DocumentWriter> protectingThis(this);
FrameLoadRequest.h 104 RefPtr<Document> m_originDocument;
110 RefPtr<Event> m_triggeringEvent;
111 RefPtr<FormState> m_formState;
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionData.h 31 #include "wtf/RefPtr.h"
108 RefPtr<Acceleration> m_acceleration;
109 RefPtr<Acceleration> m_accelerationIncludingGravity;
110 RefPtr<RotationRate> m_rotationRate;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.cpp 47 RefPtr<IDBTransaction> transaction(adoptRef(new IDBTransaction(context, id, objectStoreNames, mode, db, openDBRequest, IDBDatabaseMetadata())));
54 RefPtr<IDBTransaction> transaction(adoptRef(new IDBTransaction(context, id, Vector<String>(), IndexedDB::TransactionVersionChange, db, openDBRequest, previousMetadata)));
150 RefPtr<IDBObjectStore> objectStore = IDBObjectStore::create(metadata.objectStores.get(objectStoreId), this);
158 RefPtr<IDBObjectStore> objectStore = prpObjectStore;
170 RefPtr<IDBObjectStore> objectStore = it->value;
201 RefPtr<IDBRequest> request = *m_requestList.begin();
207 RefPtr<IDBTransaction> selfRef = this;
228 RefPtr<DOMError> error = prpError;
238 RefPtr<IDBRequest> request = *m_requestList.begin();
257 RefPtr<IDBTransaction> protect(this)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseBackendBase.h 38 #include "wtf/RefPtr.h"
123 RefPtr<SecurityOrigin> m_contextThreadSecurityOrigin;
124 RefPtr<DatabaseContext> m_databaseContext; // Associated with m_executionContext.
146 RefPtr<DatabaseAuthorizer> m_databaseAuthorizer;
  /external/chromium_org/third_party/WebKit/Source/web/
WebSharedWorkerImpl.h 44 #include "wtf/RefPtr.h"
128 RefPtr<WebCore::ExecutionContext> m_loadingDocument;
133 RefPtr<WebCore::WorkerThread> m_workerThread;
136 RefPtr<WeakReference<WebSharedWorkerClient> > m_client;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ImageLayerChromiumTest.cpp 98 RefPtr<NativeImageSkia> m_nativeImage;
115 RefPtr<Image> opaqueImage = TestImage::create(IntSize(100, 100), kOpaque_SkAlphaType);
117 RefPtr<Image> nonOpaqueImage = TestImage::create(IntSize(100, 100), kPremul_SkAlphaType);
WebImageTest.cpp 57 RefPtr<SharedBuffer> data = readFile("white-1x1.png");
68 RefPtr<SharedBuffer> data = readFile("black-and-white.ico");
83 RefPtr<SharedBuffer> data = readFile("valid_header_missing_bitmap.ico");
  /external/chromium_org/third_party/WebKit/Source/wtf/
WeakPtr.h 31 #include "wtf/RefPtr.h"
92 typedef RefPtr<WeakReference<T> > (WeakPtr::*UnspecifiedBoolType);
96 RefPtr<WeakReference<T> > m_ref;
126 RefPtr<WeakReference<T> > m_ref;
  /external/chromium_org/ui/gfx/
platform_font_pango.h 12 #include "skia/ext/refptr.h"
65 PlatformFontPango(const skia::RefPtr<SkTypeface>& typeface,
78 const skia::RefPtr<SkTypeface>& typeface,
96 skia::RefPtr<SkTypeface> typeface_;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 110 RefPtr<Element> fontNode = createHTMLElement(document, fontTag);
116 RefPtr<HTMLElement> styleElement = createHTMLElement(document, spanTag);
209 RefPtr<EditingStyle> blockStyle = m_style->extractAndRemoveBlockProperties();
257 RefPtr<Range> startRange = Range::create(document(), firstPositionInNode(scope), visibleStart.deepEquivalent().parentAnchoredEquivalent());
258 RefPtr<Range> endRange = Range::create(document(), firstPositionInNode(scope), visibleEnd.deepEquivalent().parentAnchoredEquivalent());
268 RefPtr<Node> block = enclosingBlock(paragraphStart.deepEquivalent().deprecatedNode());
270 RefPtr<Node> newBlock = moveParagraphContentsToNewBlockIfNecessary(paragraphStart.deepEquivalent());
371 Vector<RefPtr<HTMLElement> > unstyledSpans;
375 RefPtr<HTMLElement> element;
384 RefPtr<HTMLElement> span = createStyleSpanElement(document())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXInlineTextBox.h 60 RefPtr<AbstractInlineTextBox> m_inlineTextBox;
AXMenuListOption.h 61 RefPtr<HTMLElement> m_element;
AXScrollbar.h 64 RefPtr<Scrollbar> m_scrollbar;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableClipPathOperation.h 60 RefPtr<ClipPathOperation> m_operation;
AnimatableDoubleTest.cpp 56 RefPtr<CSSValue> cssValue5 = CSSPrimitiveValue::create(5, CSSPrimitiveValue::CSS_NUMBER);
57 RefPtr<CSSValue> cssValue10 = CSSPrimitiveValue::create(10, CSSPrimitiveValue::CSS_NUMBER);
71 RefPtr<AnimatableDouble> from10 = AnimatableDouble::create(10);
72 RefPtr<AnimatableDouble> to20 = AnimatableDouble::create(20);
AnimatableImage.h 63 const RefPtr<StyleImage> m_image;
AnimatableShadow.h 60 const RefPtr<ShadowList> m_shadowList;
AnimatableShapeValue.h 60 RefPtr<ShapeValue> m_shape;
AnimatableUnknownTest.cpp 54 RefPtr<CSSValue> cssValue;
55 RefPtr<AnimatableValue> animatableUnknown;
57 RefPtr<CSSValue> otherCSSValue;
58 RefPtr<AnimatableValue> otherAnimatableUnknown;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFunctionValue.h 59 RefPtr<CSSValueList> m_args;

Completed in 1316 milliseconds

<<11121314151617181920>>