HomeSort by relevance Sort by last modified time
    Searched defs:NetworkConfigView (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/options/
network_config_view.h 22 class NetworkConfigView : public views::View,
38 explicit NetworkConfigView(Network* network);
40 explicit NetworkConfigView(ConnectionType type);
41 virtual ~NetworkConfigView() {}
87 // NetworkConfigView gets cleaned up.
92 DISALLOW_COPY_AND_ASSIGN(NetworkConfigView);
95 // Children of NetworkConfigView must subclass this and implement the virtual
96 // methods, which are called by NetworkConfigView.
99 // Called to get title for parent NetworkConfigView dialog box.
120 explicit ChildNetworkConfigView(NetworkConfigView* parent, Network* network
    [all...]
network_config_view.cc 30 NetworkConfigView::NetworkConfigView(Network* network)
45 NetworkConfigView::NetworkConfigView(ConnectionType type)
58 gfx::NativeWindow NetworkConfigView::GetNativeWindow() const {
63 std::wstring NetworkConfigView::GetDialogButtonLabel(
70 bool NetworkConfigView::IsDialogButtonEnabled(
78 bool NetworkConfigView::Cancel() {
85 bool NetworkConfigView::Accept() {
92 std::wstring NetworkConfigView::GetWindowTitle() const
    [all...]

Completed in 114 milliseconds