Home
last modified time | relevance | path

Searched refs:retrieved (Results 1 – 25 of 68) sorted by relevance

123

/external/chromium_org/ui/base/dragdrop/
Dos_exchange_data_win_unittest.cc198 ULONG retrieved = 0; in TEST() local
201 reinterpret_cast<FORMATETC*>(&elements_array), &retrieved)); in TEST()
202 EXPECT_EQ(1, retrieved); in TEST()
218 ULONG retrieved = 0; in TEST() local
221 reinterpret_cast<FORMATETC*>(&elements_array), &retrieved)); in TEST()
222 EXPECT_EQ(2, retrieved); in TEST()
231 ULONG retrieved = 0; in TEST() local
234 reinterpret_cast<FORMATETC*>(&elements_array), &retrieved)); in TEST()
235 EXPECT_EQ(1, retrieved); in TEST()
249 ULONG retrieved = 0; in TEST() local
[all …]
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
Dretriever.cc38 const Retriever::Callback& retrieved, in Helper() argument
41 : retrieved_(retrieved), in Helper()
113 const Callback& retrieved) const { in Retrieve()
114 new Helper(key, retrieved, *source_, storage_.get()); in Retrieve()
Dretriever.h56 void Retrieve(const std::string& key, const Callback& retrieved) const;
/external/chromium_org/components/suggestions/
Dblacklist_store_unittest.cc120 GURL retrieved; in TEST_F() local
121 EXPECT_FALSE(blacklist_store.GetFirstUrlFromBlacklist(&retrieved)); in TEST_F()
128 EXPECT_TRUE(blacklist_store.GetFirstUrlFromBlacklist(&retrieved)); in TEST_F()
129 std::string retrieved_string = retrieved.spec(); in TEST_F()
/external/chromium_org/chrome/browser/extensions/
Dinstall_tracker_unittest.cc61 const ActiveInstallData& retrieved) { in VerifyInstallData() argument
62 EXPECT_EQ(original.extension_id, retrieved.extension_id); in VerifyInstallData()
63 EXPECT_EQ(original.is_ephemeral, retrieved.is_ephemeral); in VerifyInstallData()
64 EXPECT_EQ(original.percent_downloaded, retrieved.percent_downloaded); in VerifyInstallData()
/external/chromium_org/ppapi/api/dev/
Dppb_printing_dev.idl31 * <code>PP_OK</code> when the settings have been retrieved successfully.
36 * <code>print_settings</code> have been retrieved.
/external/eclipse-basebuilder/basebuilder-3.6.2/
DPREBUILT1 The contents of the the org.eclipse.releng.basebuilder were retrieved as follows:
/external/chromium_org/ppapi/api/private/
Dppb_instance_private.idl45 * @param[in] instance A PP_Instance whose WindowObject should be retrieved.
54 * @param[in] instance A PP_Instance whose WindowObject should be retrieved.
Dppb_net_address_private.idl99 * retrieved.
Dppb_udp_socket_private.idl73 * address the data was retrieved from.
/external/chromium_org/tools/telemetry/third_party/davclient/
DREADME.chromium5 Date: Undated, retrieved Dec 14, 2012
/external/openssl/crypto/threads/
DREADME12 The Linux pthreads package can be retrieved from
/external/eclipse-basebuilder/
DREADME.txt6 The contents of the basebuilder-3-6.2. directory were retrieved as follows:
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dspannable_test.unitjs82 /** Tests that a span can be added and retrieved at the beginning. */
93 /** Tests that a span can be added and retrieved at the beginning. */
104 /** Tests that a zero-length span is not retrieved. */
157 * Tests that multiple spans can be retrieved at one point.
202 * Tests that a span's bounds can be retrieved.
/external/chromium_org/ppapi/api/
Dppb_host_resolver.idl24 * Hint to request the canonical name of the host, which can be retrieved by
78 * results can be retrieved by <code>GetCanonicalName()</code>,
/external/chromium_org/third_party/sqlite/src/test/
Dfts3atoken.test47 # retrieved value as tokenizer 'blah'.
50 # same as that retrieved for 'simple'.
Dfts2token.test47 # retrieved value as tokenizer 'blah'.
50 # same as that retrieved for 'simple'.
/external/chromium_org/chrome/browser/ui/cocoa/
Dconfirm_bubble_controller.mm37 // Accessors. This functions converts the C++ types retrieved from the
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_view.mm125 // with the only difference being how the controller is retrieved.
143 // with the only difference being how the controller is retrieved.
/external/chromium_org/chrome/tools/
Dweburl_links.txt1 # Web sites retrieved from bugs filed against Autofill and an assortment of well known web sites.
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
Dfunction.pxd29 # The function's docstring, name and __module__ are retrieved from
/external/libpcap/
DREADME.Win3224 compile a libpcap source retrieved from the tcpdump.org Git, you will
/external/chromium_org/third_party/mesa/src/docs/
DMESA_shader_debug.spec155 retrieved by the application for inspection after shader execution
/external/mesa3d/docs/
DMESA_shader_debug.spec155 retrieved by the application for inspection after shader execution
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/
Durl-loading.rst64 being retrieved using the ``URLLoader`` API.
111 and passes it the URL of the asset to be retrieved. Then ``HandleMessage``

123