/external/chromium_org/ash/test/ |
shelf_view_test_api.h | 50 // Returns true if overflow button is visible. 68 // Returns the preferred size of |shelf_view_|. 71 // Returns the button size. 74 // Returns the button space size. 83 // Returns re-insertable bounds in screen. 86 // Returns true if item is ripped off. 89 // Returns true if an item is ripped off and entered into shelf.
|
/external/chromium_org/chrome/browser/sessions/ |
session_id.h | 23 // was used as the contents of a tab), returns a tab id. This value is 25 // current session, but may be re-used across sessions. Returns -1 31 // window, returns Browser::session_id().id() for that Browser. If the tab is 32 // being dragged between Browser windows, returns the old window's id value. 34 // Browser window, returns an id value that is different from that of any 35 // Browser. Returns -1 for a NULL WebContents or if the WebContents has no 39 // Returns the underlying id.
|
/external/chromium_org/net/disk_cache/ |
net_log_parameters.h | 18 // Creates a NetLog callback that returns parameters for the creation of an 26 // Creates a NetLog callback that returns parameters for start of a non-sparse 34 // Creates a NetLog callback that returns parameters for when a non-sparse 42 // Creates a NetLog callback that returns parameters for when a sparse 48 // Creates a NetLog callback that returns parameters for when a read or write 54 // Creates a NetLog callback that returns parameters for when a call to 55 // GetAvailableRange returns.
|
/external/chromium_org/ppapi/cpp/ |
network_list.h | 24 /// Returns true if the required interface is available. 27 /// @return Returns the number of available network interfaces or 0 31 /// @return Returns the name for the network interface with the 35 /// @return Returns the type of the network interface with the 39 /// @return Returns the current state of the network interface with 49 /// @return Returns the display name for the network interface with 53 /// @return Returns the MTU for the network interface with the
|
/external/chromium_org/ui/base/models/ |
dialog_model.h | 21 // Returns the text of show in the dialog. 24 // Returns the title of the dialog. 27 // Returns a mask specifying which of the available DialogButtons are visible 31 // Returns the default dialog button. This should not be a mask as only 39 // Returns whether the default dialog button should be colored blue as a call 43 // Returns the label of the specified dialog button. 46 // Returns whether the specified dialog button is enabled.
|
/external/chromium_org/webkit/browser/fileapi/ |
file_system_url.h | 26 // origin() returns 'http://foo.com', 27 // mount_type() returns kFileSystemTypeTemporary, 28 // virtual_path() returns 'foo/bar', 29 // type() returns the same value as mount_type(), 30 // path() returns the same value as virtual_path(), 52 // origin() returns 'http://bar.com', 53 // mount_type() returns kFileSystemTypeExternal, 54 // virtual_path() returns 'mount_name/foo/bar', 55 // type() returns the kFileSystemTypeFoo, 56 // path() returns '/media/removable/foo/bar' [all...] |
/external/bluetooth/bluedroid/bta/sys/ |
bta_sys_conn.c | 38 ** Returns void 54 ** Returns void 69 ** Returns void 83 ** Returns void 99 ** Returns void 117 ** Returns void 143 ** Returns void 167 ** Returns void 182 ** Returns void 198 ** Returns voi [all...] |
/external/chromium_org/third_party/skia/include/utils/ |
SkJSON.h | 86 * Returns true if a slot matching the name and Type is found. 98 * Returns true if found, false if not. 105 * Iterator class which returns all of the fields/slots in an Object, 113 * Returns true when there are no more entries in the iterator. 120 * if done() returns false. 125 * Returns the type of the current element. Should only be called 126 * if done() returns false. 131 * Returns the name of the current element. Should only be called 132 * if done() returns false. 137 * Returns the type of the current element. Should only be calle [all...] |
/external/skia/include/utils/ |
SkJSON.h | 86 * Returns true if a slot matching the name and Type is found. 98 * Returns true if found, false if not. 105 * Iterator class which returns all of the fields/slots in an Object, 113 * Returns true when there are no more entries in the iterator. 120 * if done() returns false. 125 * Returns the type of the current element. Should only be called 126 * if done() returns false. 131 * Returns the name of the current element. Should only be called 132 * if done() returns false. 137 * Returns the type of the current element. Should only be calle [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
URLTest.java | 75 assertEquals("u returns a wrong protocol", "http", u.getProtocol()); 76 assertEquals("u returns a wrong host", "www.yahoo1.com", u.getHost()); 77 assertEquals("u returns a wrong port", 8080, u.getPort()); 78 assertEquals("u returns a wrong file", 80 assertEquals("u returns a wrong anchor", "anchor1", u.getRef()); 84 assertEquals("u1 returns a wrong protocol", "http", u1.getProtocol()); 85 assertEquals("u1 returns a wrong host", "www.yahoo2.com", u1.getHost()); 86 assertEquals("u1 returns a wrong port", 9999, u1.getPort()); 87 assertTrue("u1 returns a wrong file", u1.getFile().equals("")); 88 assertNull("u1 returns a wrong anchor", u1.getRef()) [all...] |
/external/bluetooth/bluedroid/stack/include/ |
hidh_api.h | 55 /* HID-HOST returns the events in the following table to the application via tHID_HOST_DEV_CALLBACK 100 ** Returns tHID_STATUS 114 ** Returns tHID_STATUS 125 ** Returns tHID_STATUS 136 ** Returns tHID_STATUS 148 ** Returns tHID_STATUS 160 ** Returns void 171 ** Returns void 184 ** Returns void 194 ** Returns voi [all...] |
/external/chromium_org/chrome/browser/ui/global_error/ |
global_error.h | 33 // Returns the error's severity level. If there are multiple errors, 38 // Returns true if a menu item should be added to the wrench menu. 40 // Returns the command ID for the menu item. 42 // Returns the label for the menu item. 44 // Returns the resource ID for the menu item icon. 49 // Returns true if a bubble view should be shown. 51 // Returns true if the bubble view has been shown. 55 // Returns the bubble view. 69 // Returns an icon to use for the bubble view. 71 // Returns the title for the bubble view [all...] |
/external/chromium_org/content/browser/download/ |
download_net_log_parameters.h | 28 // Returns NetLog parameters when a DownloadItem is activated. 35 // Returns NetLog parameters when a DownloadItem is checked for danger. 40 // Returns NetLog parameters when a DownloadItem is renamed. 45 // Returns NetLog parameters when a DownloadItem is interrupted. 51 // Returns NetLog parameters when a DownloadItem is resumed. 58 // Returns NetLog parameters when a DownloadItem is completing. 63 // Returns NetLog parameters when a DownloadItem is finished. 67 // Returns NetLog parameters when a DownloadItem is canceled. 72 // Returns NetLog parameters when a DownloadFile is opened. 77 // Returns NetLog parameters when a DownloadFile is opened [all...] |
/external/chromium_org/extensions/browser/ |
extensions_browser_client.h | 32 // Returns true if the embedder has started shutting down. 35 // Returns true if extensions have been disabled (e.g. via a command-line flag 40 // Returns true if the |context| is known to the embedder. 43 // Returns true if the BrowserContexts could be considered equivalent, for 48 // Returns true if |context| has an off-the-record context associated with it. 51 // Returns the off-the-record context associated with |context|. If |context| 52 // is already off-the-record, returns |context|. 58 // Return the original "recording" context. This method returns |context| if 63 // Returns the PrefService associated with |context|. 67 // Returns true if loading background pages should be deferred [all...] |
/external/libnfc-nci/src/nfc/include/ |
ce_api.h | 97 ** Returns NFC_STATUS_OK if success 113 ** Returns NFC_STATUS_OK if success 124 ** Returns NFC_STATUS_OK if success 135 ** Returns NFC_STATUS_OK if success 158 ** Returns NFC_STATUS_OK if success 177 ** Returns tCE_T4T_AID_HANDLE if successful, 194 ** Returns NFC_STATUS_OK if success 205 ** Returns NFC_STATUS_OK if success 219 ** Returns NFC_STATUS_OK if success 235 ** Returns tNFC_STATU [all...] |
ndef_utils.h | 98 ** Returns TRUE if all OK, or FALSE if the message is invalid. 110 ** Returns The record count, or 0 if the message is invalid. 119 ** Description This function returns length of the current record in the given 122 ** Returns Length of record 134 ** Returns Pointer to the start of the record, or NULL if no more 146 ** Returns Pointer to the start of the record, or NULL 158 ** Returns Pointer to the start of the last record, or NULL if some problem 170 ** Returns Pointer to the start of the record, or NULL 182 ** Returns Pointer to the start of the record, or NULL 194 ** Returns Pointer to the start of the record, or NUL [all...] |
/external/chromium_org/base/ |
environment.h | 30 // Static factory method that returns the implementation that provide the 35 // Returns false if the key is unset. 41 // Returns true on success, otherwise returns false. 45 // Returns true on success, otherwise returns false. 56 // Returns a modified environment vector constructed from the given environment 62 // This Windows version takes and returns a Windows-style environment block 77 // This Posix version takes and returns a Posix-style environment block, which
|
/external/chromium_org/chrome/browser/chromeos/login/ |
default_user_images.h | 19 // Returns path to default user image with specified index. 25 // Checks if given path is one of the default ones. If it is, returns true 26 // and its index through |image_id|. If not, returns false. 29 // Returns URL to default user image with specified index. 33 // returns true and its index through |image_id|. If not, returns false. 36 // Returns bitmap of default user image with specified index. 39 // Returns a description of a default user image with specified index. 81 // Returns the histogram value corresponding to the given default image index.
|
/external/chromium_org/chrome/browser/history/android/ |
android_urls_database.h | 28 // Creates the android_urls table if it doesn't exist. Returns true if the 32 // Adds a new mapping between |raw_url| and |url_id|, returns the id if it 36 // Looks up the given |url_id| in android_urls table. Returns true if success, 37 // and fill in the |row| if it not NULL, returns false if the |url_id| is not 41 // Deletes the rows whose url_id is in |url_ids|. Returns true if all 45 // Deletes all the rows whose url_id doesn't exist in urls table. Returns true 49 // Updates the row of |id| with the given |raw_url| and |url_id|. Returns true 55 // Clears all the rows in android_urls table, returns true on success, false 63 // Returns the database for the functions in this interface. The decendent of
|
/external/chromium_org/chrome/browser/infobars/ |
confirm_infobar_delegate.h | 26 // Returns the InfoBar type to be displayed for the InfoBar. 29 // Returns the message string to be displayed for the InfoBar. 36 // returns "OK" for the OK button and "Cancel" for the Cancel button. 42 // Called when the OK button is pressed. If this function returns true, the 47 // Called when the Cancel button is pressed. If this function returns true, 52 // Returns the text of the link to be displayed, if any. Otherwise returns 58 // when the link was clicked). If this function returns true, the infobar is 66 // Returns a confirm infobar that owns |delegate|.
|
/external/chromium_org/chrome/installer/launcher_support/ |
chrome_launcher_support.h | 25 // Returns the path to an existing setup.exe at the specified level, if it can 29 // Returns the path to an installed chrome.exe at the specified level, if it can 35 // Returns the path to an installed app_host.exe at the specified level, if 39 // Returns the path to an installed chrome.exe, or an empty path. Prefers a 45 // Returns the path to an installed app_host.exe, or an empty path. Prefers a 56 // Returns true if App Host is installed (system-level or user-level), 60 // Returns the app launcher installation state. If the launcher is installed 64 // Returns true if App Launcher is installed (system-level or user-level). 67 // Returns true if the Chrome browser is installed (system-level or user-level).
|
/external/chromium_org/content/public/browser/ |
devtools_agent_host.h | 24 // Returns DevToolsAgentHost with a given |id| or NULL of it does not exist. 27 // Returns DevToolsAgentHost that can be used for inspecting |rvh|. 31 // Returns true iff an instance of DevToolsAgentHost for the |rvh| 35 // Returns DevToolsAgentHost that can be used for inspecting shared worker 40 // Returns true iff an instance of DevToolsAgentHost exists for the shared 47 // Returns a list of all existing RenderViewHost's that can be debugged. 50 // Returns true if there is a client attached. 56 // Returns the unique id of the agent. 59 // Returns render view host instance for this host if any.
|
/external/chromium_org/ui/base/ime/chromeos/ |
character_composer.h | 26 // Returns true if the keypress is recognized as a part of composition 31 // Returns a string consisting of composed character. 35 // Returns the preedit string. 51 // Returns true if the keypress is recognized as a part of composition 57 // composed_character() returns non empty string when there is a character 58 // composed after this method returns true. 59 // preedit_string() returns non empty string when there is a preedit string 60 // after this method returns true. 61 // Return values of preedit_string() is empty after this method returns false.
|
/external/eigen/Eigen/src/Core/ |
GenericPacketMath.h | 93 /** \internal \returns a + b (coeff-wise) */ 98 /** \internal \returns a - b (coeff-wise) */ 103 /** \internal \returns -a (coeff-wise) */ 107 /** \internal \returns conj(a) (coeff-wise) */ 111 /** \internal \returns a * b (coeff-wise) */ 116 /** \internal \returns a / b (coeff-wise) */ 121 /** \internal \returns the min of \a a and \a b (coeff-wise) */ 126 /** \internal \returns the max of \a a and \a b (coeff-wise) */ 131 /** \internal \returns the absolute value of \a a */ 135 /** \internal \returns the bitwise and of \a a and \a b * [all...] |
/external/icu4c/i18n/unicode/ |
fpositer.h | 49 * FieldPositionIterator returns the field ids and their start/limit positions generated 85 * Returns the complement of the result of operator== 94 * and returns TRUE, otherwise returns FALSE. 101 * Returns the data. If dest is null, returns the length of the data. 102 * Otherwise, if capacity is insufficient, returns the negative of the 103 * length of the data. Otherwise, copies data into dest and returns 115 * Returns U_ILLEGAL_ARGUMENT_ERROR in status if the data is not valid
|