OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DelegatedFrameHostClient
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/compositor/
delegated_frame_host.h
42
// The
DelegatedFrameHostClient
is the interface from the DelegatedFrameHost,
45
class CONTENT_EXPORT
DelegatedFrameHostClient
{
72
// the ui::Compositor associated with its
DelegatedFrameHostClient
.
83
DelegatedFrameHost(
DelegatedFrameHostClient
* client);
129
friend class
DelegatedFrameHostClient
;
230
DelegatedFrameHostClient
* client_;
delegated_frame_host.cc
31
//
DelegatedFrameHostClient
33
bool
DelegatedFrameHostClient
::ShouldCreateResizeLock() {
47
void
DelegatedFrameHostClient
::RequestCopyOfOutput(
55
DelegatedFrameHost::DelegatedFrameHost(
DelegatedFrameHostClient
* client)
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac.h
205
public
DelegatedFrameHostClient
,
426
//
DelegatedFrameHostClient
implementation.
render_widget_host_view_aura.h
80
public
DelegatedFrameHostClient
,
449
//
DelegatedFrameHostClient
implementation.
Completed in 73 milliseconds