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

12

/external/chromium_org/v8/src/
H A Dfield-index.h86 bool is_hidden = false) {
91 IsHiddenField::encode(is_hidden) |
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_browser_private_apitest.cc35 bool is_hidden; member in struct:__anon3062::TestDiskInfo
222 kTestDisks[disk_info_index].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/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc63 return !host_->is_hidden();
123 if (!host_->is_hidden())
129 if (host_->is_hidden())
H A Drender_widget_host_view_guest.cc75 if ((guest_ && guest_->is_in_destruction()) || !host_->is_hidden())
82 if ((guest_ && guest_->is_in_destruction()) || host_->is_hidden())
/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_org/apps/
H A Dapp_lifetime_monitor.cc114 if (!(*i)->is_hidden())
H A Dapp_window.h268 bool is_hidden() const { return is_hidden_; } function in class:apps::AppWindow
/external/chromium_org/base/mac/
H A Dmac_util.h96 // on Login. If a non-NULL pointer to is_hidden is passed, the Login Item also
98 BASE_EXPORT 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.cc67 if (it == disks_.end() || it->second->is_hidden()) {
452 disk_info.is_hidden());
608 bool is_hidden)
627 is_hidden_(is_hidden) {
590 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:__anon6044::TestDiskInfo
176 disk.is_hidden)));
/external/chromium_org/chromeos/dbus/
H A Dcros_disks_client.h159 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.cc181 is_showing_(!widget_host->is_hidden()),
250 if (!host_ || !host_->is_hidden())
265 if (!host_ || host_->is_hidden())
847 if (host_->is_hidden())
897 frame_evictor_->SwappedFrame(!host_->is_hidden());
H A Drender_widget_host_impl.cc724 if (is_hidden())
1838 if (!is_hidden() && view_ && view_->PostProcessEventForPluginIme(event))
1846 if (delegate_ && !processed && !is_hidden() && !event.skip_in_browser) {
1867 if (!is_hidden() && view_) {
H A Drender_widget_host_impl.h232 bool is_hidden() const { return is_hidden_; } function in class:content::RenderWidgetHostImpl
H A Drender_widget_host_view_aura.cc548 if (!host_->is_hidden())
579 if (!host_ || host_->is_hidden())
1677 // If the tab was hidden and it's closed, host_->is_hidden would have been
1679 if (!window_->GetRootWindow() || host_->is_hidden()) {
2266 if (host_->is_hidden() ||
H A Drender_widget_host_unittest.cc1446 ASSERT_TRUE(host_->is_hidden());
1448 ASSERT_FALSE(host_->is_hidden());
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dapp_window_launcher_item_controller.cc58 !app_window->is_hidden() &&
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_shelf_view.cc400 if (is_hidden())
/external/chromium_org/content/renderer/
H A Drender_widget.h102 bool is_hidden() const { return is_hidden_; } function in class:content::RenderWidget
H A Drender_view_impl.cc987 if (!is_hidden()) {
1566 if (is_hidden())
1668 else if (is_hidden())
3663 blink::WebPageVisibilityState current_state = is_hidden() ?
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dvolume_manager.cc509 if (disk->is_hidden())
/external/chromium_org/content/browser/compositor/
H A Ddelegated_frame_host.cc383 delegated_frame_evictor_->SwappedFrame(!host->is_hidden());

Completed in 1127 milliseconds

12