HomeSort by relevance Sort by last modified time
    Searched refs:IsEditable (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/chromeos/cros/
network_property_ui_data.h 45 bool IsEditable() const { return !IsManaged(); }
network_property_ui_data_unittest.cc 29 EXPECT_EQ(expected_editable, property.IsEditable());
  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
bookmarks_handler.h 156 bool IsEditable(const BookmarkNode* node) const;
bookmarks_handler.cc 156 if (!IsEditable(node)) {
171 if (!IsEditable(node)) {
202 filler_value->SetBoolean("editable", IsEditable(node));
446 bool BookmarksHandler::IsEditable(const BookmarkNode* node) const {
  /external/chromium_org/chrome/browser/chromeos/options/
wimax_config_view.cc 238 identity_textfield_->SetEnabled(identity_ui_data_.IsEditable());
253 passphrase_textfield_->SetEnabled(passphrase_ui_data_.IsEditable());
301 save_credentials_ui_data_.IsEditable());
wifi_config_view.cc 485 phase_2_auth_ui_data_.IsEditable());
491 passphrase_ui_data_.IsEditable());
503 user_cert_ui_data_.IsEditable());
512 server_ca_cert_ui_data_.IsEditable());
519 identity_anonymous_enabled && identity_anonymous_ui_data_.IsEditable());
614 passphrase_ui_data_.IsEditable());
    [all...]
vpn_config_view.cc 620 username_textfield_->SetEnabled(username_ui_data_.IsEditable());
631 user_passphrase_textfield_->SetEnabled(user_passphrase_ui_data_.IsEditable());
665 save_credentials_ui_data_.IsEditable());
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 84 bool IsEditable();
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 83 bool IsEditable();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 264 if self.selected and self.item.IsEditable():
343 def IsEditable(self):
374 def IsEditable(self):
ObjectBrowser.py 32 def IsEditable(self):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 264 if self.selected and self.item.IsEditable():
343 def IsEditable(self):
374 def IsEditable(self):
ObjectBrowser.py 32 def IsEditable(self):

Completed in 597 milliseconds