HomeSort by relevance Sort by last modified time
    Searched refs:id (Results 1751 - 1775 of 14488) sorted by null

<<71727374757677787980>>

  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_drag_data.h 22 BrowserActionDragData(const std::string& id, int index);
24 const std::string& id() const { return id_; } function in class:BrowserActionDragData
48 // The id of the view being dragged.
  /external/chromium_org/chrome/test/chromedriver/chrome/
chrome_impl.cc 49 if ((*web_view_iter)->GetId() == view.id) {
56 devtools_http_client_->CreateClient(view.id));
64 view.id, GetBuildNo(), client.Pass(), log_)));
77 Status ChromeImpl::GetWebViewById(const std::string& id, WebView** web_view) {
80 if ((*it)->GetId() == id) {
88 Status ChromeImpl::CloseWebView(const std::string& id) {
89 Status status = devtools_http_client_->CloseWebView(id);
94 if ((*iter)->GetId() == id) {
stub_chrome.h 25 virtual Status GetWebViewById(const std::string& id,
27 virtual Status CloseWebView(const std::string& id) OVERRIDE;
  /external/chromium_org/chromeos/dbus/
audio_node.h 19 uint64 id; member in struct:chromeos::AudioNode
29 uint64 id,
  /external/chromium_org/chromeos/ime/
input_method_descriptor.cc 17 const std::string& id,
22 : id_(id),
  /external/chromium_org/content/browser/ssl/
ssl_cert_error_handler.cc 16 const GlobalRequestID& id,
23 : SSLErrorHandler(delegate, id, resource_type, url, render_process_id,
  /external/chromium_org/content/renderer/fetchers/
image_resource_fetcher.h 26 int id,
37 int id() const { return id_; } function in class:content::ImageResourceFetcher
multi_resolution_image_resource_fetcher.h 28 int id,
38 int id() const { return id_; } function in class:content::MultiResolutionImageResourceFetcher
  /external/chromium_org/content/test/plugin/
plugin_windowless_test.h 18 WindowlessPluginTest(NPP id, NPNetscapeFuncs *host_functions);
29 NPError ExecuteScript(NPNetscapeFuncs* browser, NPP id,
  /external/chromium_org/ipc/
ipc_test_sink.h 29 // EXPECT_TRUE(test_sink.GetUniqeMessageMatching(ViewHostMsg_Update::ID));
31 // EXPECT_FALSE(test_sink.GetFirstMessageMatching(ViewHostMsg_Start::ID));
35 // IPC::Message* msg = test_sink.GetFirstMessageMatching(ViewMsg_Foo::ID));
97 // Returns the first message with the given ID in the queue. If there is no
98 // message with the given ID, returns NULL. The returned pointer will only be
100 const Message* GetFirstMessageMatching(uint32 id) const;
102 // Returns the message with the given ID in the queue. If there is no such
107 const Message* GetUniqueMessageMatching(uint32 id) const;
  /external/chromium_org/media/webm/
webm_webvtt_parser.h 19 std::string* id,
29 void Parse(std::string* id, std::string* settings, std::string* content);
  /external/chromium_org/ppapi/api/
pp_touch_point.idl 14 * single touch point, such as position, id, rotation angle, and pressure.
19 * This value represents the identifier for this TouchPoint. The id
21 * the first point to be pressed has an id of 0, the second has an id of 1,
22 * and so on. An id can be reused when a touch point is released. For
23 * example, if two fingers are down, with id 0 and 1, and finger 0 releases,
24 * the next finger to be pressed can be assigned to id 0.
26 uint32_t id;
  /external/chromium_org/ppapi/api/private/
ppb_flash_device_id.idl 20 * Asynchronously computes the device ID. When available, it will place the
21 * string in |*id| and will call the completion callback. On failure the
26 [out] PP_Var id,
  /external/chromium_org/ppapi/c/dev/
pp_video_dev.h 67 int32_t id; member in struct:PP_VideoBitstreamBuffer_Dev
85 * Client-specified id for the picture buffer. By using this value client can
89 int32_t id; member in struct:PP_PictureBuffer_Dev
95 * Texture ID in the given context where picture is stored.
106 * ID of the picture buffer where the picture is stored.
110 * ID of the bitstream from which this data was decoded.
  /external/chromium_org/ppapi/shared_impl/
ppb_trace_event_impl.h 25 uint64_t id,
35 uint64_t id,
  /external/chromium_org/ppapi/thunk/
ppb_flash_device_id_thunk.cc 31 struct PP_Var* id,
37 return enter.SetResult(enter.object()->GetDeviceID(id, enter.callback()));
  /external/chromium_org/remoting/host/installer/mac/
do_signing.sh 112 local id="${3}"
119 codesign -vv -s "${id}" --keychain "${keychain}" "${name}"
126 local id="${3}"
128 sign "${input_dir}/${ME2ME_HOST}" "${keychain}" "${id}"
129 sign "${input_dir}/${UNINSTALLER}" "${keychain}" "${id}"
130 sign "${input_dir}/${PREFPANE}" "${keychain}" "${id}"
136 local id="${3}"
139 productsign --sign "${id}" --keychain "${keychain}" \
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLResultSet.cpp 50 // 4.11.4 - Return the id of the last row inserted as a result of the query
69 void SQLResultSet::setInsertId(int64_t id)
73 m_insertId = id;
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIInput.h 43 static PassRefPtr<MIDIInput> create(ScriptExecutionContext*, const String& id, const String& manufacturer, const String& name, const String& version);
55 MIDIInput(ScriptExecutionContext*, const String& id, const String& manufacturer, const String& name, const String& version);
MIDIPort.idl 40 readonly attribute DOMString id;
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Query.cpp 17 Query::Query(rx::Renderer *renderer, GLenum type, GLuint id) : RefCountObject(id)
  /external/chromium_org/third_party/icu/source/common/
servlkf.cpp 62 UnicodeString id; local
63 key.currentID(id);
64 return supported->get(id) != NULL;
78 const UnicodeString& id = *((const UnicodeString*)elem->key.pointer); local
80 result.remove(id);
82 result.put(id, (void*)this, status); // this is dummy non-void marker used for set semantics
92 LocaleKeyFactory::getDisplayName(const UnicodeString& id, const Locale& locale, UnicodeString& result) const {
95 // assume if this is called on us, we support some fallback of this id
96 // if (isSupportedID(id, status)) {
98 LocaleUtility::initLocaleFromName(id, loc)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
tridpars.h 29 * parse various ID formats, including the following:
31 * A basic ID, which contains source, target, and variant, but no
35 * A single ID, which is a basic ID plus optional filter and optional
39 * A compound ID, which is a sequence of one or more single IDs,
53 * A structure containing the parsed data of a filtered ID, that
54 * is, a basic ID optionally with a filter.
60 * parsed id. If there was no explicit source, then an implied
84 * A structure containing the canonicalized data of a filtered ID,
85 * that is, a basic ID optionally with a filter
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ittrans.cpp 28 #define CASE(id,test) case id: \
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCPeerConnectionObserver.h 34 // id<RTCPeerConnectionDelegate> and call methods on that interface.
41 explicit RTCPeerConnectionObserver(id<RTCPeerConnectionDelegate> delegate);
75 id<RTCPeerConnectionDelegate> _delegate;

Completed in 2081 milliseconds

<<71727374757677787980>>