Searched refs:color_chooser_info_ (Results 1 – 2 of 2) sorted by relevance
412 if (color_chooser_info_.get()) in ~WebContentsImpl()413 color_chooser_info_->chooser->End(); in ~WebContentsImpl()2420 if (!color_chooser_info_.get()) in DidChooseColorInColorChooser()2423 color_chooser_info_->render_process_id, in DidChooseColorInColorChooser()2424 color_chooser_info_->render_frame_id); in DidChooseColorInColorChooser()2429 rfh->GetRoutingID(), color_chooser_info_->identifier, color)); in DidChooseColorInColorChooser()2433 if (!color_chooser_info_.get()) in DidEndColorChooser()2436 color_chooser_info_->render_process_id, in DidEndColorChooser()2437 color_chooser_info_->render_frame_id); in DidEndColorChooser()2442 rfh->GetRoutingID(), color_chooser_info_->identifier)); in DidEndColorChooser()[all …]
1185 scoped_ptr<ColorChooserInfo> color_chooser_info_; in NON_EXPORTED_BASE() local