Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: third_party/WebKit/Source/core/html/HTMLEmbedElement.h

Issue 2737713002: Rename updateWidgets to updatePlugins (Closed)
Patch Set: Rename updateWidgets to updatePlugins Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org)
3 * (C) 1999 Antti Koivisto (koivisto@kde.org) 3 * (C) 1999 Antti Koivisto (koivisto@kde.org)
4 * Copyright (C) 2004, 2006, 2008, 2009 Apple Inc. All rights reserved. 4 * Copyright (C) 2004, 2006, 2008, 2009 Apple Inc. All rights reserved.
5 * 5 *
6 * This library is free software; you can redistribute it and/or 6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Library General Public 7 * modify it under the terms of the GNU Library General Public
8 * License as published by the Free Software Foundation; either 8 * License as published by the Free Software Foundation; either
9 * version 2 of the License, or (at your option) any later version. 9 * version 2 of the License, or (at your option) any later version.
10 * 10 *
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 const AtomicString&, 45 const AtomicString&,
46 MutableStylePropertySet*) override; 46 MutableStylePropertySet*) override;
47 47
48 bool layoutObjectIsNeeded(const ComputedStyle&) override; 48 bool layoutObjectIsNeeded(const ComputedStyle&) override;
49 49
50 bool isURLAttribute(const Attribute&) const override; 50 bool isURLAttribute(const Attribute&) const override;
51 const QualifiedName& subResourceAttributeName() const override; 51 const QualifiedName& subResourceAttributeName() const override;
52 52
53 LayoutPart* existingLayoutPart() const override; 53 LayoutPart* existingLayoutPart() const override;
54 54
55 void updateWidgetInternal() override; 55 void updatePluginInternal() override;
56 56
57 void parametersForPlugin(Vector<String>& paramNames, 57 void parametersForPlugin(Vector<String>& paramNames,
58 Vector<String>& paramValues); 58 Vector<String>& paramValues);
59 59
60 bool shouldRegisterAsNamedItem() const override { return true; } 60 bool shouldRegisterAsNamedItem() const override { return true; }
61 bool isInteractiveContent() const override; 61 bool isInteractiveContent() const override;
62 }; 62 };
63 63
64 } // namespace blink 64 } // namespace blink
65 65
66 #endif // HTMLEmbedElement_h 66 #endif // HTMLEmbedElement_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698