/external/webkit/WebCore/bindings/v8/ |
OwnHandle.h | 45 v8::Handle<T> get() const { return m_handle; } function in class:WebCore::OwnHandle 59 // Make the underlying handle weak. The client doesn't get a callback,
|
V8SVGPODTypeWrapper.h | 77 virtual operator PODType() { return (m_creator.get()->*m_getter)(); } 85 (m_creator.get()->*m_setter)(type); 177 return (m_parent.get()->*m_getter)(); 182 (m_parent.get()->*m_setter)(type); 220 virtual operator PODType() { return (m_creator.get()->*m_getter)(); } 225 (m_creator.get()->*m_setter)(type); 371 return map.get(info); 374 map.set(info, wrapper.get());
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8EventSourceConstructor.cpp | 69 V8DOMWrapper::setDOMWrapper(args.Holder(), V8ClassIndex::ToInt(V8ClassIndex::EVENTSOURCE), eventSource.get()); 73 V8DOMWrapper::setJSWrapperForActiveDOMObject(eventSource.get(), v8::Persistent<v8::Object>::New(args.Holder()));
|
V8XMLHttpRequestConstructor.cpp | 56 V8DOMWrapper::setDOMWrapper(args.Holder(), V8ClassIndex::ToInt(V8ClassIndex::XMLHTTPREQUEST), xmlHttpRequest.get()); 60 V8DOMWrapper::setJSWrapperForActiveDOMObject(xmlHttpRequest.get(), v8::Persistent<v8::Object>::New(args.Holder()));
|
/external/webkit/WebCore/css/ |
CSSImportRule.h | 46 MediaList* media() const { return m_lstMedia.get(); } 47 CSSStyleSheet* styleSheet() const { return m_styleSheet.get(); }
|
Media.cpp | 73 MediaQueryEvaluator screenEval(type(), m_frame, rootStyle.get()); 74 return screenEval.eval(media.get());
|
Pair.h | 46 CSSPrimitiveValue* first() const { return m_first.get(); } 47 CSSPrimitiveValue* second() const { return m_second.get(); }
|
WebKitCSSKeyframesRule.h | 64 // themselves, or know that it will get called later. 70 CSSRuleList* cssRules() { return m_lstCSSRules.get(); }
|
/external/webkit/WebCore/dom/ |
NamedAttrMap.cpp | 184 return m_attributes[i].get(); 190 return m_attributes[i].get(); 237 m_element->attributeChanged(m_attributes[i].get(), true); 253 m_element->attributeChanged(attribute.get()); 256 m_element->dispatchAttrAdditionEvent(attribute.get()); 277 RefPtr<Attribute> attr = m_attributes[index].get(); 288 m_element->attributeChanged(attr.get()); 292 m_element->dispatchAttrRemovalEvent(attr.get());
|
/external/webkit/WebCore/editing/ |
JoinTextNodesCommand.cpp | 71 parent->insertBefore(m_text1.get(), m_text2.get(), ec);
|
/external/webkit/WebCore/history/ |
PageCache.h | 49 CachedPage* get(HistoryItem* item) { return item ? item->m_cachedPage.get() : 0; } function in class:WebCore::PageCache
|
/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/ |
WebGLFloatArray.h | 61 bool get(unsigned index, float& result) const function in class:WebCore::WebGLFloatArray 69 float get(unsigned index) const function in class:WebCore::WebGLFloatArray
|
WebGLIntArray.h | 66 bool get(unsigned index, int& result) const function in class:WebCore::WebGLIntArray 74 int get(unsigned index) const function in class:WebCore::WebGLIntArray
|
WebGLShortArray.h | 65 bool get(unsigned index, short& result) const function in class:WebCore::WebGLShortArray 73 short get(unsigned index) const function in class:WebCore::WebGLShortArray
|
/external/webkit/WebCore/icu/unicode/ |
ucoleitr.h | 117 * get a hash code for a key... Not very useful! 148 * Get the ordering priority of the next collation element in the text. 160 * Get the ordering priority of the previous collation element in the text. 179 * Get the maximum length of any expansion sequences that end with the 211 * Get the offset of the current source character. 240 * Get the primary order of a collation order. 249 * Get the secondary order of a collation order. 258 * Get the tertiary order of a collation order.
|
/external/webkit/WebCore/inspector/front-end/ |
PropertiesSidebarPane.js | 51 // Get array of prototype user-friendly names. 59 InjectedScriptAccess.get(node.injectedScriptId).getPrototypes(node.id, callback);
|
StoragePanel.js | 65 get toolbarItemLabel() 70 get statusBarItems() 389 get mainTitle() 399 get subtitle() 445 get mainTitle() 455 get subtitle() 483 get mainTitle() 493 get subtitle()
|
/external/webkit/WebCore/loader/ |
CachedXSLStyleSheet.cpp | 70 setEncodedSize(m_data.get() ? m_data->size() : 0); 71 if (m_data.get()) {
|
HistoryController.h | 72 HistoryItem* currentItem() const { return m_currentItem.get(); } 76 HistoryItem* provisionalItem() const { return m_provisionalItem.get(); }
|
/external/webkit/WebCore/manual-tests/inspector/ |
duplicate-resource-urls.html | 25 <li><p>One with a Request Method: GET and no Request Payload 55 xhr.open("GET", "http://example.org/abc");
|
/external/webkit/WebCore/manual-tests/memory/ |
xhr-multiple-requests-responseXML.html | 23 xmlHttp.open("GET", "MessageUidsAlreadyDownloaded2", false); 77 xmlHttp.open("GET", "MessageUidsAlreadyDownloaded2", false);
|
/external/webkit/WebCore/manual-tests/ |
window-open-features-parsing.html | 32 <li>A window whose size matches what you would get from file->New Window.</li> 33 <li>A window whose positioning matches what you would get from file->New Window.</li>
|
/external/webkit/WebCore/page/ |
PageGroup.h | 87 const UserScriptMap* userScripts() const { return m_userScripts.get(); } 88 const UserStyleSheetMap* userStyleSheets() const { return m_userStyleSheets.get(); }
|
/external/webkit/WebCore/platform/android/ |
GeolocationServiceAndroid.h | 53 virtual Geoposition* lastPosition() const { return m_lastPosition.get(); } 54 virtual PositionError* lastError() const { return m_lastError.get(); }
|