OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contentImage
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/
FindIndicator.h
51
ShareableBitmap*
contentImage
() const { return m_contentImage.get(); }
56
FindIndicator(const WebCore::FloatRect& selectionRect, const Vector<WebCore::FloatRect>& textRects, PassRefPtr<ShareableBitmap>
contentImage
);
FindIndicator.cpp
82
RefPtr<ShareableBitmap>
contentImage
= ShareableBitmap::create(contentImageHandle);
83
if (!
contentImage
)
85
ASSERT(
contentImage
->size() == enclosingIntRect(selectionRectInWindowCoordinates).size());
87
return adoptRef(new FindIndicator(selectionRectInWindowCoordinates, textRectsInSelectionRectCoordinates,
contentImage
.release()));
90
FindIndicator::FindIndicator(const WebCore::FloatRect& selectionRectInWindowCoordinates, const Vector<WebCore::FloatRect>& textRectsInSelectionRectCoordinates, PassRefPtr<ShareableBitmap>
contentImage
)
93
, m_contentImage(
contentImage
)
/external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp
[
all
...]
Completed in 868 milliseconds