/external/chromium_org/base/process/ |
process_handle.h | 47 // Converts a PID to a process handle. On Windows the handle is opened 62 // Closes the process handle opened by OpenProcessHandle.
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
app_session_lifetime.cc | 78 // fixed and closes the just opened browser window. 94 LOG(WARNING) << "Browser opened in kiosk session"
|
/external/chromium_org/chrome/browser/history/ |
download_row.h | 92 // Whether this download has ever been opened from the browser. 93 bool opened; member in struct:history::DownloadRow
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
safe_iapps_library_parser.h | 85 // Sets |parser_state_| in case the library XML file cannot be opened. 99 // Once we have opened the file, we store the handle so that we can use it
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
bookmark_utils.h | 38 // dictates how the first URL is opened, all subsequent URLs are opened as
|
/external/chromium_org/chrome/browser/ui/search/ |
instant_loader.h | 41 // WebContents the URL is opened in, or NULL if the URL wasn't opened
|
/external/chromium_org/chrome/browser/ui/tabs/ |
pinned_tab_service.cc | 52 // Saving is re-enabled when a browser window or tab is opened again. 63 // Saving is re-enabled if a new tab or window is opened.
|
/external/chromium_org/chrome/browser/value_store/ |
leveldb_value_store.h | 22 // opened (i.e. may not be created) until one of the get/set/etc methods are 50 // Tries to open the database if it hasn't been opened already.
|
/external/chromium_org/chrome/common/extensions/api/ |
terminal_private.json | 42 "description": "Closes previousy opened process.", 131 "description": "Fired when an opened process writes something to its output.",
|
/external/chromium_org/content/browser/download/ |
download_item_impl_delegate.h | 33 // actually opened. 60 // Tests if a file type should be opened automatically.
|
download_net_log_parameters.h | 72 // Returns NetLog parameters when a DownloadFile is opened. 77 // Returns NetLog parameters when a DownloadFile is opened.
|
/external/chromium_org/content/common/media/ |
media_stream_messages.h | 84 // The browser has opened a device successfully. 113 // Request to close a device that has been opened by GenerateStream.
|
/external/chromium_org/content/public/browser/ |
download_item.h | 147 // still in progress, marks the download to be opened when it is complete. 283 // Tests if a file type should be opened automatically. 286 // Returns true if the download will be auto-opened when complete. 289 // Returns true if the download has been auto-opened by the system. 292 // Returns true if the download has been opened. 309 // Mark the download to be auto-opened when completed. 316 // Mark the download as having been opened (without actually opening it). 317 virtual void SetOpened(bool opened) = 0;
|
/external/chromium_org/content/renderer/media/ |
media_stream_dispatcher.h | 104 // Private class for keeping track of opened devices and who have 105 // opened it.
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
temporary_file.h | 35 // opened, once, but because both reading and writing are necessary (and in 45 // If |writeable| is true, the descriptor will be opened for writing, and
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftstroke.h | 126 * These values determine how the end of opened sub-paths are 324 * opened :: 332 * If `opened' is~0 (the default), the outline is treated as a closed 335 * If `opened' is~1, the outline is processed as an open path, and the 343 FT_Bool opened ); 394 * If the subpath was not `opened', this function `draws' a 529 * When the outline, or a sub-path, is `opened', the stroker merges 575 * When the outline, or a sub-path, is `opened', the stroker merges
|
/external/chromium_org/third_party/sqlite/src/test/ |
jrnlmode2.test | 40 # If a connection is opened in SQLITE_OPEN_READONLY mode, the underlying 41 # unix file descriptor on the database file is opened in O_RDONLY mode.
|
/external/freetype/include/freetype/ |
ftstroke.h | 126 * These values determine how the end of opened sub-paths are 324 * opened :: 332 * If `opened' is~0 (the default), the outline is treated as a closed 335 * If `opened' is~1, the outline is processed as an open path, and the 343 FT_Bool opened ); 394 * If the subpath was not `opened', this function `draws' a 529 * When the outline, or a sub-path, is `opened', the stroker merges 575 * When the outline, or a sub-path, is `opened', the stroker merges
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlfreewav.html | 83 >SDL_FreeWAV -- Frees previously opened WAV data</DIV 123 >After a WAVE file has been opened with <A
|
sdljoystickclose.html | 83 >SDL_JoystickClose -- Closes a previously opened joystick</DIV 128 > that was previously opened with <A
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/ |
SDL_joystick.c | 182 * 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()
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/ |
Device.h | 71 * @return true if the device has been opened successfully 115 * @param sessionId Identified of a previously opened session.
|
/libcore/luni/src/main/java/java/nio/channels/ |
GatheringByteChannel.java | 53 * if the channel has not been opened in a mode that permits 91 * if the channel was not opened for writing.
|
ScatteringByteChannel.java | 49 * if the channel has not been opened in a mode that permits 85 * if the channel has not been opened in a mode that permits
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
ImportRequest.java | 93 * it may not be opened more than once (Uri does not require it to be opened multiple times
|