OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HostWindow
(Results
26 - 32
of
32
) sorted by null
1
2
/external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h
54
bool initialize(GraphicsContext3D::Attributes attrs,
HostWindow
*
hostWindow
, bool renderDirectlyToHostWindow);
/external/webkit/Source/WebKit/win/
AccessibleBase.cpp
40
#include <WebCore/
HostWindow
.h>
139
return WebView::AccessibleObjectFromWindow(m_object->topDocumentFrameView()->
hostWindow
()->platformPageClient(),
/external/webkit/Source/WebCore/rendering/
RenderTextControlSingleLine.cpp
[
all
...]
/external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp
46
#include <WebCore/
HostWindow
.h>
835
parent()->
hostWindow
()->invalidateContentsAndWindow(intersection(dirtyRectInWindowCoordinates, clipRectInWindowCoordinates()), false);
[
all
...]
/external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp
51
#include "
HostWindow
.h"
276
HostWindow
*
hostWindow
= document->view()->
hostWindow
();
277
if (
hostWindow
) {
278
PlatformPageClient scrollView =
hostWindow
->platformPageClient();
[
all
...]
/external/webkit/Source/WebCore/page/
FrameView.cpp
191
setHasHorizontalScrollbar(false); // Remove native scrollbars now before we lose the connection to the
HostWindow
.
342
if (
hostWindow
())
343
hostWindow
()->invalidateContentsAndWindow(rect, false /*immediate*/);
379
if (
hostWindow
())
380
hostWindow
()->scheduleAnimation();
[
all
...]
/external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp
361
HostWindow
*
hostWindow
= canvas->document()->view()->root()->
hostWindow
();
370
RefPtr<GraphicsContext3D> context(GraphicsContext3D::create(attributes,
hostWindow
));
[
all
...]
Completed in 1826 milliseconds
1
2