/external/chromium_org/components/suggestions/ |
blacklist_store_unittest.cc | 120 GURL retrieved; local 121 EXPECT_FALSE(blacklist_store.GetFirstUrlFromBlacklist(&retrieved)); 128 EXPECT_TRUE(blacklist_store.GetFirstUrlFromBlacklist(&retrieved)); 129 std::string retrieved_string = retrieved.spec();
|
/external/chromium_org/content/public/test/ |
web_contents_tester.h | 23 // test version of WebContents. This interface can be retrieved from any 24 // WebContents that was retrieved via a call to 28 // Tests within content/ can directly static_cast WebContents objects retrieved 51 // retrieved via RenderViewHostTestHarness::GetWebContents().
|
/external/chromium_org/third_party/libaddressinput/src/cpp/src/ |
retriever.cc | 38 const Retriever::Callback& retrieved, 41 : retrieved_(retrieved), 113 const Callback& retrieved) const { 114 new Helper(key, retrieved, *source_, storage_.get());
|
/external/chromium_org/ui/android/java/res/values/ |
dimens.xml | 20 cannot be retrieved by name.
|
/external/chromium_org/ui/base/dragdrop/ |
os_exchange_data_win_unittest.cc | 198 ULONG retrieved = 0; local 201 reinterpret_cast<FORMATETC*>(&elements_array), &retrieved)); 202 EXPECT_EQ(1, retrieved); 206 // Test that we can get one item with a NULL retrieved value. 218 ULONG retrieved = 0; local 221 reinterpret_cast<FORMATETC*>(&elements_array), &retrieved)); 222 EXPECT_EQ(2, retrieved); 231 ULONG retrieved = 0; local 234 reinterpret_cast<FORMATETC*>(&elements_array), &retrieved)); 235 EXPECT_EQ(1, retrieved); 249 ULONG retrieved = 0; local 258 ULONG retrieved = 0; local [all...] |
/external/chromium_org/win8/metro_driver/ime/ |
input_source.h | 17 // retrieved, where an input source represents an IME or a keyboard layout.
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_GL_GetProcAddress.3 | 11 Returns the address of the GL function \fBproc\fR, or \fBNULL\fR if the function is not found\&. If the GL library is loaded at runtime, with \fI\fBSDL_GL_LoadLibrary\fP\fR, then \fIall\fP GL functions must be retrieved this way\&. Usually this is used to retrieve function pointers to OpenGL extensions\&.
|
/frameworks/base/core/java/android/widget/ |
WrapperListAdapter.java | 20 * List adapter that wraps another list adapter. The wrapped adapter can be retrieved
|
/libcore/luni/src/main/java/java/net/ |
SecureCacheResponse.java | 24 * A secure cache response represents data which is originally retrieved over a 47 * Gets the local certificate chain. When the original connection retrieved 60 * connection retrieved network resource. This method can only be invoked 72 * Gets the server's principle. When the original connection retrieved
|
/libcore/luni/src/main/java/java/util/concurrent/ |
CancellationException.java | 11 * such as a {@link FutureTask}, cannot be retrieved because the task
|
/development/samples/XmlAdapters/ |
_index.html | 4 retrieved from a 14 Contacts with a phone number are displayed, their photo being retrieved by a dedicated
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
toolbar_model_impl.h | 29 // edit. It populates its states from the current navigation entry retrieved 55 // from which the states are retrieved.
|
/external/chromium_org/chrome/common/extensions/ |
webstore_install_result.h | 38 // The extension metadata retrieved from the Web Store was invalid. 41 // An error occurred while parsing the extension manifest retrieved from the
|
/external/chromium_org/components/signin/core/browser/ |
signin_oauth_helper.h | 15 // The information retrieved is: username, refresh token. 23 // Called when all the information is retrieved successfully. |email|
|
/external/chromium_org/ppapi/c/dev/ |
ppb_printing_dev.h | 48 * <code>PP_OK</code> when the settings have been retrieved successfully. 53 * <code>print_settings</code> have been retrieved.
|
/frameworks/base/core/java/android/content/pm/ |
PackageItemInfo.java | 121 * the PackageManager from which you originally retrieved this item. 148 * the PackageManager from which you originally retrieved this item. 165 * the PackageManager from which you originally retrieved this item. 181 * the PackageManager from which you originally retrieved this item. 200 * the PackageManager from which you originally retrieved this item. 215 * the PackageManager from which you originally retrieved this item. 232 * the PackageManager from which you originally retrieved this item. 251 * the PackageManager from which you originally retrieved this item. 264 * retrieved the name meta-data entry, and if defined call back on the 268 * the PackageManager from which you originally retrieved this item [all...] |
/external/chromium_org/components/enhanced_bookmarks/ |
bookmark_image_service.h | 45 // the image if the image was not retrieved before and if a bookmark node has 83 // Once an image has been retrieved, store the image and notify all the 91 // the image is retrieved from the image_url, then the image is locally 105 // PageUrls currently in the progress of being retrieved. 123 // Once an image is retrieved this method updates the store with it.
|
/external/chromium_org/net/proxy/ |
dhcp_proxy_script_adapter_fetcher_win.h | 63 // Returns the contents of the PAC file retrieved. Only valid if 68 // Returns the PAC URL retrieved from DHCP. Only guaranteed to be 127 // URL retrieved. 130 // Returns the URL retrieved for the given adapter, once the task has run. 138 // The URL retrieved for the given adapter.
|
/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
RecordedRequest.java | 194 * Returns the SSL connection's cipher protocol retrieved using 203 * Returns the SSL connection's local principal retrieved using 212 * Returns the SSL connection's local certificates retrieved using 221 * Returns the SSL connection's peer principal retrieved using 230 * Returns the SSL connection's peer certificates retrieved using
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebSurroundingText.h | 53 // The maximum length of the contents retrieved is defined by maxLength. 57 // The maximum length of the contents retrieved is defined by maxLength. 61 // Surrounding text content retrieved.
|
/external/kernel-headers/original/uapi/linux/dvb/ |
dmx.h | 39 /* (to be retrieved via the read command).*/ 41 /* (to be retrieved by reading from the */ 43 DMX_OUT_TSDEMUX_TAP /* Like TS_TAP but retrieved from the DMX device */
|
/libcore/luni/src/main/java/java/security/cert/ |
CollectionCertStoreParameters.java | 56 * will be retrieved from. 83 * are retrieved from. 86 * will be retrieved from.
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLEngineResult.java | 102 * the number of bytes retrieved from the source buffer(s). 149 * Returns the number of bytes retrieved from the source buffer(s). 151 * @return the number of bytes retrieved from the source buffer(s).
|
/cts/tests/sample/src/android/sample/cts/ |
SampleDeviceTest.java | 62 * This inserts the key value pair and assert they can be retrieved. Then it clears the 63 * preferences and asserts they can no longer be retrieved.
|
/developers/samples/android/connectivity/network/BasicNetworking/ |
template-params.xml | 30 \n\nA "NetworkInfo" object is retrieved from the ConnectivityManager, which contains information 64 A [`NetworkInfo`][2] object is retrieved from the ConnectivityManager, which contains information
|