Searched refs:is_hidden (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/chrome/test/functional/
H A Dchromeos_wifi_compliance.py30 is_hidden=router.get('hidden'))
H A Dchromeos_wifi_functional.py43 is_hidden=router.get('hidden'))
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_browser_private_apitest.cc34 bool is_hidden; member in struct:__anon4424::TestDiskInfo
216 kTestDisks[disk_info_index].is_hidden
H A Dprivate_api_file_system.cc64 return (disk && disk->is_hidden()) ? NULL : disk;
H A Devent_router.cc385 if (disk->is_hidden())
/external/chromium_org/base/mac/
H A Dmac_util.h106 // on Login. If a non-NULL pointer to is_hidden is passed, the Login Item also
108 BASE_EXPORT bool CheckLoginItemStatus(bool* is_hidden);
/external/chromium_org/chrome/browser/download/
H A Ddownload_shelf.h172 bool is_hidden() { return is_hidden_; } function in class:DownloadShelf
/external/chromium_org/tools/grit/grit/extern/
H A Dtclib.py346 time_created=0, name=None, is_hidden = 0):
360 self.SetIsHidden(is_hidden)
439 def SetIsHidden(self, is_hidden):
443 is_hidden : 0 or 1 - if the message should be hidden, 0 otherwise
445 if is_hidden not in [0, 1]:
446 raise MessageTranslationError, "is_hidden must be 0 or 1, got %s"
447 self.__is_hidden = is_hidden
/external/chromium/base/mac/
H A Dmac_util.h94 // on Login. If a non-NULL pointer to is_hidden is passed, the Login Item also
96 bool CheckLoginItemStatus(bool* is_hidden);
/external/chromium_org/chromeos/disks/
H A Ddisk_mount_manager.h72 bool is_hidden);
138 bool is_hidden() const { return is_hidden_; } function in class:chromeos::disks::DiskMountManager::Disk
H A Ddisk_mount_manager.cc63 if (it == disks_.end() || it->second->is_hidden()) {
445 disk_info.is_hidden());
640 bool is_hidden)
659 is_hidden_(is_hidden) {
622 Disk(const std::string& device_path, const std::string& mount_path, const std::string& system_path, const std::string& file_path, const std::string& device_label, const std::string& drive_label, const std::string& vendor_id, const std::string& vendor_name, const std::string& product_id, const std::string& product_name, const std::string& fs_uuid, const std::string& system_path_prefix, DeviceType device_type, uint64 total_size_in_bytes, bool is_parent, bool is_read_only, bool has_media, bool on_boot_device, bool is_hidden) argument
H A Ddisk_mount_manager_unittest.cc44 bool is_hidden; member in struct:__anon7277::TestDiskInfo
175 disk.is_hidden)));
/external/chromium_org/chromeos/dbus/
H A Dcros_disks_client.h161 bool is_hidden() const { return is_hidden_; } function in class:chromeos::DiskInfo
H A Dcros_disks_client_unittest.cc125 // Use EXPECT_TRUE(kDevicePresentationHide == result.is_hidden()) instead of
126 // EXPECT_EQ(kDevicePresentationHide, result.is_hidden()) as gcc 4.7 issues
132 EXPECT_TRUE(kDevicePresentationHide == result.is_hidden());
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.cc199 if (!host_->is_hidden())
208 if (host_->is_hidden())
650 if (host_->is_hidden())
795 if (host_->is_hidden())
H A Drender_widget_host_view_mac.h441 bool is_hidden() const { return is_hidden_; } function in class:content::RenderWidgetHostViewMac
H A Drender_widget_host_impl.cc2074 if (!is_hidden() && view_ && view_->PostProcessEventForPluginIme(event))
2082 if (delegate_ && !processed && !is_hidden() && !event.skip_in_browser) {
2098 if (!processed && !is_hidden() && view_)
H A Drender_widget_host_impl.h219 bool is_hidden() const { return is_hidden_; } function in class:content::RenderWidgetHostImpl
H A Drender_widget_host_view_aura.cc749 if (!host_->is_hidden())
771 if (host_->is_hidden())
1083 if (host_->is_hidden())
2439 // If the tab was hidden and it's closed, host_->is_hidden would have been
2441 if (!window_->GetRootWindow() || host_->is_hidden()) {
3107 if (host_->is_hidden() ||
/external/chromium_org/chrome/browser/google_apis/
H A Ddrive_api_parser_unittest.cc263 EXPECT_FALSE(file1.labels().is_hidden());
311 EXPECT_TRUE(file2.labels().is_hidden());
H A Ddrive_api_parser.h422 bool is_hidden() const { return hidden_; } function in class:google_apis::FileLabels
/external/chromium_org/chrome/browser/ui/gtk/download/
H A Ddownload_shelf_gtk.cc224 if (is_hidden())
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_shelf_view.cc422 if (is_hidden())
/external/chromium_org/content/renderer/
H A Drender_widget.h112 bool is_hidden() const { return is_hidden_; } function in class:content::RenderWidget
/external/chromium_org/chrome/test/pyautolib/
H A Dpyauto.py4679 def WaitUntilWifiNetworkAvailable(self, ssid, timeout=60, is_hidden=False):
4711 if is_hidden:

Completed in 499 milliseconds

12