HomeSort by relevance Sort by last modified time
    Searched refs:get (Results 726 - 750 of 4892) sorted by null

<<21222324252627282930>>

  /external/webkit/WebCore/bindings/v8/custom/
V8WebKitCSSMatrixConstructor.cpp 66 V8DOMWrapper::setDOMWrapper(args.Holder(), V8ClassIndex::ToInt(V8ClassIndex::WEBKITCSSMATRIX), matrix.get());
V8WebKitPointConstructor.cpp 66 V8DOMWrapper::setDOMWrapper(args.Holder(), V8ClassIndex::WEBKITPOINT, point.get());
  /external/webkit/WebCore/bridge/jni/jsc/
JNIUtilityPrivate.cpp 61 JSValue item = jsArray->get(exec, i);
74 JSValue item = jsArray->get(exec, i);
85 JSValue item = jsArray->get(exec, i);
96 JSValue item = jsArray->get(exec, i);
110 JSValue item = jsArray->get(exec, i);
121 JSValue item = jsArray->get(exec, i);
132 JSValue item = jsArray->get(exec, i);
143 JSValue item = jsArray->get(exec, i);
154 JSValue item = jsArray->get(exec, i);
  /external/webkit/WebCore/css/
CSSBorderImageValue.h 41 CSSValue* imageValue() const { return m_image.get(); }
CSSFontFaceRule.h 46 CSSMutableStyleDeclaration* style() const { return m_style.get(); }
StyleList.h 36 StyleBase* item(unsigned num) { return num < length() ? m_children[num].get() : 0; }
StyleSheetList.cpp 55 return index < length() ? m_sheets[index].get() : 0;
  /external/webkit/WebCore/dom/
ClipboardEvent.h 43 Clipboard* clipboard() const { return m_clipboard.get(); }
DocumentFragment.cpp 67 cloneChildNodes(clone.get());
  /external/webkit/WebCore/editing/
AppendNodeCommand.cpp 51 m_parent->appendChild(m_node.get(), ec);
  /external/webkit/WebCore/html/
HTMLDataGridColElement.h 63 DataGridColumn* column() const { return m_column.get(); }
72 HTMLDataGridElement* m_dataGrid; // Not refcounted. We will null out our reference if we get removed from the grid.
  /external/webkit/WebCore/html/canvas/
CanvasPattern.h 49 Pattern* pattern() const { return m_pattern.get(); }
  /external/webkit/WebCore/loader/
ImageLoader.h 51 CachedImage* image() const { return m_image.get(); }
NavigationAction.h 51 const Event* event() const { return m_event.get(); }
SubstituteResource.h 45 SharedBuffer* data() const { return m_data.get(); }
  /external/webkit/WebCore/page/
FocusController.h 46 Frame* focusedFrame() const { return m_focusedFrame.get(); }
Geoposition.h 46 Coordinates* coords() const { return m_coordinates.get(); }
  /external/webkit/WebCore/platform/graphics/cg/
ImageSourceCG.cpp 126 // to wrap itself inside CFData to get around this, ensuring that ImageIO is really looking at the SharedBuffer.
128 CGImageSourceUpdateData(m_decoder, cfData.get(), allDataReceived);
137 CGImageSourceUpdateDataProvider(m_decoder, dataProvider.get(), allDataReceived);
158 CFNumberRef widthNumber = (CFNumberRef)CFDictionaryGetValue(image0Properties.get(), kCGImagePropertyPixelWidth);
159 CFNumberRef heightNumber = (CFNumberRef)CFDictionaryGetValue(image0Properties.get(), kCGImagePropertyPixelHeight);
173 CFNumberRef num = (CFNumberRef)CFDictionaryGetValue(properties.get(), kCGImagePropertyPixelWidth);
176 num = (CFNumberRef)CFDictionaryGetValue(properties.get(), kCGImagePropertyPixelHeight);
198 CFDictionaryRef gifProperties = (CFDictionaryRef)CFDictionaryGetValue(properties.get(), kCGImagePropertyGIFDictionary);
228 RetainPtr<CGImageRef> maskedImage(AdoptCF, CGImageCreateWithMaskingColors(image.get(), maskingColors));
248 CFDictionaryRef typeProperties = (CFDictionaryRef)CFDictionaryGetValue(properties.get(), kCGImagePropertyGIFDictionary)
    [all...]
  /external/webkit/WebCore/platform/graphics/filters/
FEColorMatrix.h 51 virtual FloatRect uniteChildEffectSubregions(Filter* filter) { return calculateUnionOfChildEffectSubregions(filter, m_in.get()); }
Filter.h 42 ImageBuffer* sourceImage() { return m_sourceImage.get(); }
  /external/webkit/WebCore/rendering/
RenderSVGBlock.cpp 47 newStyle->inheritFrom(useStyle.get());
RenderTextFragment.h 49 StringImpl* contentString() const { return m_contentString.get(); }
  /external/webkit/WebCore/storage/
SQLResultSet.cpp 67 return m_rows.get();
  /external/webkit/WebCore/svg/
SVGList.h 193 SVGPODListItem<Item>* ptr(SVGList<RefPtr<SVGPODListItem<Item> > >::initialize(SVGPODListItem<Item>::copy(newItem), ec).get());
202 SVGPODListItem<Item>* ptr(SVGList<RefPtr<SVGPODListItem<Item> > >::getFirst().get());
211 SVGPODListItem<Item>* ptr(SVGList<RefPtr<SVGPODListItem<Item> > >::getLast().get());
220 SVGPODListItem<Item>* ptr(SVGList<RefPtr<SVGPODListItem<Item> > >::getItem(index, ec).get());
229 SVGPODListItem<Item>* ptr(SVGList<RefPtr<SVGPODListItem<Item> > >::getItem(index, ec).get());
238 SVGPODListItem<Item>* ptr(SVGList<RefPtr<SVGPODListItem<Item> > >::insertItemBefore(SVGPODListItem<Item>::copy(newItem), index, ec).get());
247 SVGPODListItem<Item>* ptr(SVGList<RefPtr<SVGPODListItem<Item> > >::replaceItem(SVGPODListItem<Item>::copy(newItem), index, ec).get());
256 SVGPODListItem<Item>* ptr(SVGList<RefPtr<SVGPODListItem<Item> > >::removeItem(index, ec).get());
265 SVGPODListItem<Item>* ptr(SVGList<RefPtr<SVGPODListItem<Item> > >::appendItem(SVGPODListItem<Item>::copy(newItem), ec).get());
  /external/webkit/WebCore/svg/graphics/filters/
SVGFEMorphology.h 49 virtual FloatRect uniteChildEffectSubregions(Filter* filter) { return calculateUnionOfChildEffectSubregions(filter, m_in.get()); }

Completed in 1933 milliseconds

<<21222324252627282930>>