OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebUIImpl
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/browser/webui/
web_ui_impl.cc
46
WebUIImpl
::
WebUIImpl
(WebContents* contents)
53
WebUIImpl
::~
WebUIImpl
() {
59
//
WebUIImpl
, public: ----------------------------------------------------------
61
bool
WebUIImpl
::OnMessageReceived(const IPC::Message& message) {
63
IPC_BEGIN_MESSAGE_MAP(
WebUIImpl
, message)
70
void
WebUIImpl
::OnWebUISend(const GURL& source_url,
86
void
WebUIImpl
::RenderViewCreated(RenderViewHost* render_view_host) {
101
WebContents*
WebUIImpl
::GetWebContents() const
[
all
...]
web_ui_impl.h
19
class CONTENT_EXPORT
WebUIImpl
: public WebUI,
21
public base::SupportsWeakPtr<
WebUIImpl
> {
23
explicit
WebUIImpl
(WebContents* contents);
24
virtual ~
WebUIImpl
();
106
DISALLOW_COPY_AND_ASSIGN(
WebUIImpl
);
/external/chromium_org/content/public/browser/
web_ui_message_handler.h
24
class
WebUIImpl
;
64
friend class
WebUIImpl
;
/external/chromium_org/content/browser/web_contents/
render_view_host_manager.h
31
class
WebUIImpl
;
82
virtual
WebUIImpl
* CreateWebUIForRenderManager(const GURL& url) = 0;
137
WebUIImpl
* web_ui() const { return web_ui_.get(); }
140
WebUIImpl
* pending_web_ui() const {
316
scoped_ptr<
WebUIImpl
> web_ui_;
337
scoped_ptr<
WebUIImpl
> pending_web_ui_;
338
base::WeakPtr<
WebUIImpl
> pending_and_current_web_ui_;
web_contents_impl.cc
653
static_cast<
WebUIImpl
*>(GetWebUI())->OnMessageReceived(message)) {
[
all
...]
web_contents_impl.h
496
virtual
WebUIImpl
* CreateWebUIForRenderManager(const GURL& url) OVERRIDE;
[
all
...]
Completed in 1453 milliseconds