/external/webkit/Source/WebCore/page/ |
Page.h | 128 RenderTheme* theme() const { return m_theme.get(); }; 142 Frame* mainFrame() const { return m_mainFrame.get(); } 167 Chrome* chrome() const { return m_chrome.get(); } 168 SelectionController* dragCaretController() const { return m_dragCaretController.get(); } 170 DragController* dragController() const { return m_dragController.get(); } 172 FocusController* focusController() const { return m_focusController.get(); } 174 ContextMenuController* contextMenuController() const { return m_contextMenuController.get(); } 177 InspectorController* inspectorController() const { return m_inspectorController.get(); } 180 GeolocationController* geolocationController() const { return m_geolocationController.get(); } 183 DeviceMotionController* deviceMotionController() const { return m_deviceMotionController.get(); } [all...] |
SpeechInputEvent.h | 47 SpeechInputResultList* results() const { return m_results.get(); }
|
/external/webkit/Source/WebCore/platform/android/ |
SearchPopupMenuAndroid.h | 49 virtual PopupMenu* popupMenu() { return m_popup.get(); }
|
/external/webkit/Source/WebCore/platform/chromium/ |
SearchPopupMenuChromium.cpp | 47 return m_popup.get();
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
GraphicsLayerChromium.h | 106 LayerChromium* primaryLayer() const { return m_transformLayer.get() ? m_transformLayer.get() : m_layer.get(); } 129 LayerChromium* contentsLayer() const { return m_contentsLayer.get(); }
|
/external/webkit/Source/WebCore/platform/graphics/opentype/ |
OpenTypeSanitizer.cpp | 64 return SharedBuffer::create(static_cast<unsigned char*>(output.get()), transcodeLen);
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
GraphicsLayerCACF.h | 92 WKCACFLayer* primaryLayer() const { return m_transformLayer.get() ? m_transformLayer.get() : m_layer.get(); } 118 WKCACFLayer* contentsLayer() const { return m_contentsLayer.get(); }
|
/external/webkit/Source/WebCore/platform/haiku/ |
SearchPopupMenuHaiku.cpp | 53 return m_popup.get();
|
/external/webkit/Source/WebCore/platform/mock/ |
DeviceOrientationClientMock.h | 51 virtual DeviceOrientation* lastOrientation() const { return m_orientation.get(); }
|
/external/webkit/Source/WebCore/platform/network/cf/ |
ProxyServerCFNet.cpp | 46 RetainPtr<CFArrayRef> proxiesForURL(AdoptCF, CFNetworkCopyProxiesForURL(cfURL.get(), proxySettings.get())); 50 CFIndex numProxies = CFArrayGetCount(proxiesForURL.get()); 52 CFDictionaryRef proxyDictionary = static_cast<CFDictionaryRef>(CFArrayGetValueAtIndex(proxiesForURL.get(), i));
|
ResourceHandleCFNet.cpp | 81 CFMutableDataRef data() { return m_data.get(); } 149 if (CFStringCompareWithOptions(lastHTTPMethod.get(), newMethod.get(), CFRangeMake(0, CFStringGetLength(lastHTTPMethod.get())), kCFCompareCaseInsensitive)) { 151 CFURLRequestSetHTTPRequestMethod(mutableRequest.get(), lastHTTPMethod.get()); 154 if (!equalIgnoringCase(handle->firstRequest().httpMethod(), "GET") && body && !body->isEmpty()) 155 WebCore::setHTTPBody(mutableRequest.get(), body); 160 CFURLRequestSetHTTPHeaderFieldValue(mutableRequest.get(), CFSTR("Content-Type"), originalContentTypeCF.get()); [all...] |
/external/webkit/Source/WebCore/platform/wx/ |
SearchPopupMenuWx.cpp | 57 return m_popup.get();
|
/external/webkit/Source/WebCore/plugins/ |
DOMPlugin.cpp | 73 return DOMMimeType::create(m_pluginData.get(), m_frame, i).get(); 92 return DOMMimeType::create(m_pluginData.get(), m_frame, i).get();
|
/external/webkit/Source/WebCore/rendering/ |
RenderImageResourceStyleImage.cpp | 51 m_cachedImage = static_cast<StyleCachedImage*>(m_styleImage.get())->cachedImage();
|
/external/webkit/Source/WebCore/storage/ |
IDBCursor.cpp | 85 return m_source.get(); 90 RefPtr<IDBRequest> request = IDBRequest::create(context, IDBAny::create(this), m_transaction.get()); 103 if (m_request->resetReadyState(m_transaction.get())) 111 RefPtr<IDBRequest> request = IDBRequest::create(context, IDBAny::create(this), m_transaction.get());
|
/external/webkit/Source/WebCore/svg/properties/ |
SVGAnimatedProperty.h | 36 SVGElement* contextElement() const { return m_contextElement.get(); } 68 RefPtr<SVGAnimatedProperty> wrapper = animatedPropertyCache()->get(key); 81 return static_pointer_cast<TearOffType>(animatedPropertyCache()->get(key)).get();
|
/external/webkit/Source/WebCore/wml/ |
WMLEventHandlingElement.h | 40 WMLIntrinsicEventHandler* eventHandler() const { return m_eventHandler.get(); }
|
/external/webkit/Source/WebKit/chromium/public/ |
WebPrivateOwnPtr.h | 57 T* get() const { return m_ptr; } function in class:WebKit::WebPrivateOwnPtr
|
/external/webkit/Source/WebKit/chromium/src/ |
WebDocumentType.cpp | 61 return static_cast<DocumentType*>(m_private.get());
|
WebImageCG.cpp | 53 source.setData(PassRefPtr<SharedBuffer>(data).get(), true); 83 return WebImage(frame.get()); 111 if (image.get() && (p = image->nativeImageForCurrentFrame())) 118 if (image.get() && (p = image->nativeImageForCurrentFrame()))
|
WebLabelElement.cpp | 61 return static_cast<HTMLLabelElement*>(m_private.get());
|
WebSpeechInputResult.cpp | 51 return m_private.get();
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebscriptworld.cpp | 53 return d ? d->world.get() : 0;
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
DeviceOrientationProviderQt.h | 45 DeviceOrientation* orientation() const { return m_orientation.get(); }
|
GeolocationClientQt.h | 43 // It uses QtMobility (v1.0.0) location service to get positions 56 virtual GeolocationPosition* lastPosition() { return m_lastPosition.get(); }
|