Home
last modified time | relevance | path

Searched defs:ColorChooserInfo (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h1162 struct ColorChooserInfo { in NON_EXPORTED_BASE() struct
1169 int render_process_id; in NON_EXPORTED_BASE()
1170 int render_frame_id; in NON_EXPORTED_BASE()
1173 scoped_ptr<ColorChooser> chooser; in NON_EXPORTED_BASE()
1182 int identifier; in NON_EXPORTED_BASE()
Dweb_contents_impl.cc323 WebContentsImpl::ColorChooserInfo::ColorChooserInfo(int render_process_id, in ColorChooserInfo() function in content::WebContentsImpl::ColorChooserInfo