HomeSort by relevance Sort by last modified time
    Searched full:returns (Results 176 - 200 of 31998) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/search/
search.h 55 // Returns whether the Instant Extended API is enabled.
58 // Returns whether the suggest is enabled for the given |profile|.
61 // Returns the value to pass to the &espv CGI parameter when loading the
62 // embedded search page from the user's default search provider. Returns 0 if
66 // Returns whether query extraction is enabled.
69 // Extracts and returns search terms from |url|. Returns empty string if the URL
76 // Returns the search terms attached to a specific NavigationEntry, or empty
83 // Returns search terms if this WebContents is a search results page. It looks
87 // Returns a blank string if search terms were not found, or if search term
    [all...]
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 59 returns(result);
73 returns(result);
89 returns(result);
104 returns(result);
120 returns(result);
136 returns(result);
148 returns(result);
160 returns(result);
175 returns(result);
191 returns(result)
454 private void returns(String result) { method in class:EGLLogWrapper
459 private void returns(int result) { method in class:EGLLogWrapper
463 private void returns(boolean result) { method in class:EGLLogWrapper
467 private void returns(Object result) { method in class:EGLLogWrapper
    [all...]
  /external/v8/include/
v8-profiler.h 73 /** Returns function name (empty string for anonymous functions.) */
76 /** Returns resource name for script from where the function originates. */
80 * Returns the number, 1-based, of the line where the function originates.
86 * Returns total (self + children) execution time of the function,
92 * Returns self execution time of the function, in milliseconds,
97 /** Returns the count of samples where function exists. */
100 /** Returns the count of samples where function was currently executing. */
103 /** Returns function entry UID. */
106 /** Returns child nodes count of the node. */
123 /** Returns CPU profile UID (assigned by the profiler.) *
    [all...]
  /external/chromium_org/ppapi/cpp/
websocket.h 59 /// Returns <code>PP_ERROR_BADARGUMENT</code> if specified <code>url</code>,
63 /// Returns <code>PP_ERROR_NOACCESS</code> if the protocol specified in the
65 /// has a secure scheme. Also returns <code>PP_ERROR_NOACCESS</code> if the
70 /// Returns <code>PP_ERROR_INPROGRESS</code> if this is not the first call to
94 /// Returns <code>PP_ERROR_BADARGUMENT</code> if <code>reason</code> contains
98 /// Returns <code>PP_ERROR_NOACCESS</code> if the code is not an integer
101 /// the WebSocket API specification. Returns <code>PP_ERROR_INPROGRESS</code>
107 /// This interface only returns a single message. That is, this interface
118 /// completes synchronously and returns <code>PP_OK</code>.
122 /// If an error is detected or connection is closed, ReceiveMessage() returns
    [all...]
  /external/chromium_org/chrome/test/chromedriver/chrome/
zip_reader.h 51 // Returns the file path. The path is usually relative like
52 // "foo/bar.txt", but if it's absolute, is_unsafe() returns true.
55 // Returns the size of the original file (i.e. after uncompressed).
56 // Returns 0 if the entry is a directory.
59 // Returns the last modified time.
62 // Returns true if the entry is a directory.
65 // Returns true if the entry is unsafe, like having ".." or invalid
81 // Opens the zip file specified by |zip_file_path|. Returns true on
86 // Returns true on success.
98 // Returns true if there is at least one entry to read. This function i
    [all...]
  /external/chromium_org/chromeos/ime/
component_extension_ime_manager.h 51 // Returns false if it fails, otherwise returns true.
57 // Returns false if it fails, otherwise returns true;
79 // Returns true if the initialization is done, otherwise returns false.
82 // Loads |input_method_id| component extension IME. This function returns true
83 // on success. This function is safe to call multiple times. Returns false if
87 // Unloads |input_method_id| component extension IME. This function returns
88 // true on success. This function is safe to call multiple times. Returns
    [all...]
  /external/chromium_org/third_party/zlib/google/
zip_reader.h 52 // Returns the file path. The path is usually relative like
53 // "foo/bar.txt", but if it's absolute, is_unsafe() returns true.
56 // Returns the size of the original file (i.e. after uncompressed).
57 // Returns 0 if the entry is a directory.
60 // Returns the last modified time.
63 // Returns true if the entry is a directory.
66 // Returns true if the entry is unsafe, like having ".." or invalid
82 // Opens the zip file specified by |zip_file_path|. Returns true on
87 // Returns true on success.
99 // Returns true if there is at least one entry to read. This function i
    [all...]
  /external/chromium/crypto/
nss_util_internal.h 16 // Returns a reference to the default NSS key slot for storing
21 // Returns a reference to the default slot for storing private-key and
22 // mixed private-key/public-key data. Returns a hardware (TPM) NSS
  /external/chromium/net/base/
winsock_util.h 16 // If the (manual-reset) event object is signaled, resets it and returns true.
17 // Otherwise, does nothing and returns false. Called after a Winsock function
23 // optimization. The code still works if this function simply returns false.
  /external/chromium/net/disk_cache/
file_block.h 20 // Returns a pointer to the actual data.
23 // Returns the size of the block;
26 // Returns the file offset of this block.
  /external/chromium/net/http/
http_transaction_factory.h 24 // transaction to |*trans| and returns OK.
27 // Returns the associated cache if any (may be NULL).
30 // Returns the associated HttpNetworkSession used by new transactions.
  /external/chromium/net/tools/flip_server/
buffer_interface.h 14 // Returns the bytes which can be read from the buffer. There is no
19 // returns the size of this buffer
20 // Returns:
25 // returns the number of bytes free in this buffer.
26 // Returns:
31 // Returns true if empty.
32 // Returns:
38 // Returns true if the buffer is full.
42 // returns the number of characters written.
74 // Returns the number of bytes read
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
position.py 42 """Returns this range of the given string.
47 Returns:
59 Returns:
70 Returns:
77 """Returns whether this position is at the end of the given string.
82 Returns:
90 Returns:
97 """Returns whether this position is at the beginning of any string.
99 Returns:
110 Returns
    [all...]
  /external/chromium_org/base/mac/
launchd.h 19 // mapping |operation| to |job_label|, and returns the result of calling
20 // launch_msg to send that message. On failure, returns NULL. The caller
26 // Returns the process ID for |job_label| if the job is running, 0 if the job
  /external/chromium_org/cc/layers/
texture_layer_client.h 17 // Returns the texture ID to be used for compositing.
20 // Returns true and provides a mailbox if a new frame is available.
21 // Returns false if no new data is available
  /external/chromium_org/chrome/browser/chromeos/login/
supervised_user_manager.h 38 // Returns created user, or existing user if there already
50 // Returns the supervised user with the given |display_name| if found in
51 // the persistent list. Returns |NULL| otherwise.
55 // Returns the supervised user with the given |sync_id| if found in
56 // the persistent list. Returns |NULL| otherwise.
59 // Returns sync_user_id for supervised user with |user_id| or empty string if
63 // Returns the display name for manager of user |user_id| if it is known
65 // Otherwise, returns a manager id.
69 // Returns the user id for manager of user |user_id| if it is known (user is
71 // Otherwise, returns an empty string
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_list.h 19 // Returns the number of profiles in the model.
22 // Returns the Item at the specified index.
28 // Returns the index in the menu of the specified profile.
  /external/chromium_org/chrome/browser/sync_file_system/
syncable_file_system_util.h 31 // Returns the root URI of the syncable filesystem for |origin|.
40 // returns 'filesystem:http://www.example.com/external/syncfs/foo/bar'
51 // |serialized_url| is not filled in, and returns false. Separators of the
55 // origin() returns 'http://www.example.com/',
56 // type() returns the kFileSystemTypeSyncable,
57 // filesystem_id() returns 'syncfs',
58 // path() returns '/foo/bar',
69 // not represent a syncable filesystem, returns false.
85 // Returns true if we allow directory operations in Sync FileSystem API.
97 // Returns true if V2 is enabled
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
task_manager_util.h 21 // Returns the appropriate message prefix ID for tabs and extensions,
30 // Returns the name of profle from InfoCache.
33 // Returns the title from web contents.
  /external/chromium_org/chrome/browser/ui/
browser_finder.h 44 // have been active can be returned. Returns NULL if no such browser currently
48 // Find an existing browser with the provided ID. Returns NULL if no such
59 // Returns the Browser object owned by |profile| on the given desktop type
60 // whose window was most recently active. If no such Browsers exist, returns
66 // returns NULL.
70 // Returns the Browser object on the given desktop type whose window was most
71 // recently active. If no such Browsers exist, returns NULL.
76 // returns NULL.
80 // Returns the number of browsers across all profiles and desktops.
83 // Returns the number of browsers with the Profile |profile| accross al
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
nsview_additions.h 12 // Returns the line width that will generate a 1 pixel wide line.
18 // Returns YES if this view is below |otherView|.
21 // Returns YES if this view is aobve |otherView|.
  /external/chromium_org/chrome/browser/ui/webui/signin/
login_ui_service_factory.h 19 // Returns the instance of LoginUIService associated with this profile
20 // (creating one if none exists). Returns NULL if this profile cannot have a
24 // Returns an instance of the LoginUIServiceFactory singleton.
  /external/chromium_org/chrome/common/importer/
ie_importer_utils_win.h 12 // Returns the key to be used in HKCU to look for IE's favorites order blob.
16 // Returns the key to be used in HKCU to look for IE7 passwords.
20 // Returns the key to be used in HKCU to look for IE settings.
  /external/chromium_org/chrome/common/
pepper_permission_util.h 16 // Returns true if the extension (or an imported module if any) is whitelisted.
25 // (1) '*': returns true for any packaged or platform apps;
26 // (2) a list of host names separated by ',': returns true if |host| is in the
  /external/chromium_org/chrome_frame/
update_launcher.h 14 // If the command line asks us to run a command via the ProcessLauncher, returns
15 // the command ID. Otherwise, returns an empty string.
19 // to exit, and returns the exit code for chrome_launcher (normally the launched

Completed in 858 milliseconds

1 2 3 4 5 6 78 91011>>