HomeSort by relevance Sort by last modified time
    Searched full:disconnectbutton_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/remoting/host/
disconnect_window_mac.mm 116 [disconnectButton_ setTitle:l10n_util::GetNSString(IDR_STOP_SHARING_BUTTON)];
131 CGFloat oldDisconnectWidth = NSWidth([disconnectButton_ bounds]);
132 [disconnectButton_ sizeToFit];
133 NSRect disconnectFrame = [disconnectButton_ frame];
138 [disconnectButton_ setFrame:disconnectFrame];
155 [disconnectButton_ setFrame:disconnectFrame];
disconnect_window_mac.h 20 IBOutlet NSButton* disconnectButton_;
disconnect_window.xib 157 <string key="label">disconnectButton_</string>
335 <string>disconnectButton_</string>
348 <string>disconnectButton_</string>
357 <string key="name">disconnectButton_</string>

Completed in 69 milliseconds