Searched defs:opened (Results 1 - 25 of 35) sorted by relevance

12

/external/doclava/res/assets/templates/
H A Ddiff.cs37 .handle-opened { property
38 background-image: url("<?cs var:triangle.opened ?>");
69 $(tr).children(".handle").addClass("handle-opened");
77 $(tr).children(".handle").removeClass("handle-opened");
96 $(tr).children(".handle").addClass("handle-opened");
104 $(tr).children(".handle").removeClass("handle-opened");
134 <td class="handle handle-opened">&nbsp;</td>
154 <td class="handle handle-opened">&nbsp;</td>
/external/chromium_org/chrome/browser/history/
H A Ddownload_row.h92 // Whether this download has ever been opened from the browser.
93 bool opened; member in struct:history::DownloadRow
/external/chromium_org/content/public/test/
H A Dmock_download_manager.h43 bool opened; member in struct:content::MockDownloadManager::CreateDownloadItemAdapter
60 bool opened);
113 bool opened) OVERRIDE;
H A Dmock_download_manager.cc27 bool opened)
40 opened(opened) {}
58 opened(rhs.opened) {}
78 opened == rhs.opened);
107 bool opened) {
111 danger_type, interrupt_reason, opened);
12 CreateDownloadItemAdapter( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened) argument
92 CreateDownloadItem( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened) argument
/external/e2fsprogs/lib/blkid/
H A Dsave.c61 const char *opened = NULL; local
100 opened = tmp;
108 opened = filename;
113 filename, opened));
134 if (opened != filename) {
136 unlink(opened);
138 printf("unlinked temp cache %s\n", opened));
149 rename(opened, filename);
151 printf("moved temp cache %s\n", opened));
/external/chromium/chrome/browser/sync/syncable/
H A Ddirectory_manager.cc65 bool opened = false; local
73 opened = *was_open = true;
77 if (opened)
93 // Erase from mounted and opened directory lists.
/external/chromium_org/content/common/media/
H A Dmedia_stream_options.cc39 bool opened)
41 in_use(opened),
50 bool opened)
53 in_use(opened),
36 StreamDeviceInfo(MediaStreamType service_param, const std::string& name_param, const std::string& device_param, bool opened) argument
45 StreamDeviceInfo(MediaStreamType service_param, const std::string& name_param, const std::string& device_param, int sample_rate, int channel_layout, bool opened) argument
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseBackendBase.h59 bool opened() const { return m_opened; } function in class:WebCore::DatabaseBackendBase
/external/chromium_org/third_party/fuzzymatch/
H A Dfuzzymatch.c140 PIX *opened = pixOr(NULL, hopened, vopened); local
145 pixCountPixels(opened, &count, NULL);
149 PIX *d1 = pixDilateBrick(NULL, opened, 7, 7);
150 PIX *d2 = pixDilateBrick(NULL, opened, 3, 3);
/external/chromium_org/content/child/npapi/
H A Dplugin_stream_url.cc80 bool opened = Open(mime_type, local
85 if (!opened) {
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_sysaudio.h76 int opened; member in struct:SDL_AudioDevice
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dapp_indicator_icon.cc66 bool opened = false; member in namespace:__anon6207
95 opened = true;
156 return opened;
160 if (!opened)
207 if (!opened)
/external/qemu/distrib/sdl-1.2.15/src/joystick/
H A DSDL_joystick.c182 * Returns 1 if the joystick has been opened, or 0 if it has not.
186 int i, opened; local
188 opened = 0;
191 opened = 1;
195 return(opened);
203 SDL_SetError("Joystick hasn't been opened yet");
212 * Get the device index of an opened joystick.
352 * Close a joystick previously opened with SDL_JoystickOpen()
/external/qemu/
H A Dqemu-char.h74 int opened; member in struct:CharDriverState
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_manager.cc144 bool opened = DeviceOpened(*it); local
146 stream_type, it->GetNameAndModel(), it->id(), opened));
159 // Check if another session has already opened this device. If so, just
160 // use that opened device.
328 // This device was opened from Start(), not Open(). Close it!
/external/chromium_org/media/audio/win/
H A Daudio_output_win_unittest.cc229 // Test that it can be opened and closed.
494 bool opened = oas->Open(); local
495 if (!opened) {
/external/chromium_org/webkit/browser/quota/
H A Dquota_database.cc452 bool opened = false; local
454 opened = db_->OpenInMemory();
458 opened = db_->Open(db_file_path_);
459 if (opened)
463 if (!opened || !EnsureDatabaseVersion()) {
/external/chromium/chrome/browser/download/
H A Ddownload_item.h94 // Called when a downloaded file has been opened.
127 // Tests if a file type should be opened automatically.
277 void set_opened(bool opened) { opened_ = opened; } argument
278 bool opened() const { return opened_; } function in class:DownloadItem
369 // A flag for indicating if the download should be opened at completion.
379 // Whether the download was auto-opened. We set this rather than using
380 // an observer as it's frequently possible for the download to be auto opened
413 // when the user closes the shelf before the item has been opened but should
414 // be treated as though the user opened i
[all...]
/external/chromium_org/chrome/browser/download/
H A Ddownload_history_unittest.cc54 EXPECT_EQ(left.opened, right.opened);
261 infos->at(index).opened);
379 bool opened,
403 info->opened = opened;
435 EXPECT_CALL(item(index), GetOpened()).WillRepeatedly(Return(opened));
495 info.opened = true;
526 info.opened = true;
620 // opened
364 InitItem( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, content::DownloadItem::DownloadState state, content::DownloadDangerType danger_type, content::DownloadInterruptReason interrupt_reason, bool opened, const std::string& by_extension_id, const std::string& by_extension_name, history::DownloadRow* info) argument
[all...]
/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl.cc187 bool opened,
205 opened,
638 bool opened) {
658 opened,
623 CreateDownloadItem( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened) argument
H A Ddownload_manager_impl_unittest.cc244 bool opened,
309 bool opened,
293 CreatePersistedItem( DownloadItemImplDelegate* delegate, uint32 download_id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened, const net::BoundNetLog& bound_net_log) argument
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h48 #define NFA_HCI_OPEN_PIPE_EVT 0x06 /* Pipe is opened / could not open */
76 #define NFA_HCI_PIPE_OPENED 0x01 /* Pipe is opened */
255 tNFA_HCI_OPEN_PIPE opened; /* NFA_HCI_OPEN_PIPE_EVT */ member in union:__anon19972
424 ** When the dynamic pipe is opened (or
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_int.h259 BOOLEAN opened; /* TRUE if device successfully opened HID connection */ member in struct:__anon587
/external/bluetooth/bluedroid/btif/co/
H A Dbta_av_co.c124 BOOLEAN opened; /* opened */ member in struct:__anon908
333 if (p_peer->opened)
335 APPL_TRACE_ERROR0("bta_av_co_audio_disc_res peer already opened");
385 p_peer->opened, p_peer->num_snks, p_peer->num_rx_snks, p_peer->num_sup_snks);
539 /* Sanity check: should not be opened at this point */
540 if (p_peer->opened)
638 ** is opened.
661 p_peer->opened = TRUE;
1114 ** Description Check if all opened connection
[all...]
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_database.cc1006 bool opened = false; local
1008 opened = db_->OpenInMemory();
1012 opened = db_->Open(db_file_path_);
1013 if (opened)
1017 if (!opened || !EnsureDatabaseVersion()) {

Completed in 631 milliseconds

12