Home
last modified time | relevance | path

Searched defs:isPlaceholder (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/js/
Dinline_editable_list.js171 get isPlaceholder() { getter in InlineEditableItem
174 set isPlaceholder(isPlaceholder) { setter in InlineEditableItem
/external/chromium_org/chrome/browser/resources/options/
Dinline_editable_list.js190 get isPlaceholder() { getter in InlineEditableItem
193 set isPlaceholder(isPlaceholder) { setter in InlineEditableItem
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebHelperPluginTest.cpp26 virtual bool isPlaceholder() OVERRIDE { return true; } in isPlaceholder() function in blink::__anon8a4751dd0111::FakePlaceholderWebPlugin
DFakeWebPlugin.h67 virtual bool isPlaceholder() OVERRIDE { return false; } in isPlaceholder() function
/external/chromium_org/third_party/WebKit/public/web/
DWebPlugin.h180 virtual bool isPlaceholder() { return true; } in isPlaceholder() function
/external/chromium_org/content/renderer/pepper/
Dpepper_webplugin_impl.cc279 bool PepperWebPluginImpl::isPlaceholder() { return false; } in isPlaceholder() function in content::PepperWebPluginImpl
/external/chromium_org/content/shell/renderer/test_runner/
Dtest_plugin.cc314 bool TestPlugin::isPlaceholder() { in isPlaceholder() function in content::TestPlugin
/external/clang/lib/Sema/
DSemaCast.cpp111 bool isPlaceholder() const { in isPlaceholder() function
114 bool isPlaceholder(BuiltinType::Kind K) const { in isPlaceholder() function
/external/chromium_org/content/renderer/npapi/
Dwebplugin_impl.cc475 bool WebPluginImpl::isPlaceholder() { in isPlaceholder() function in content::WebPluginImpl
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
DStylesSidebarPane.js690 styleRules.push({ isStyleSeparator: true, isPlaceholder: true }); property