Home
last modified time | relevance | path

Searched refs:element_id (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium_org/chrome/test/chromedriver/
Delement_commands.cc37 const std::string& element_id, in SendKeysToElement() argument
44 session, web_view, element_id, true, &is_displayed); in SendKeysToElement()
49 status = IsElementFocused(session, web_view, element_id, &is_focused); in SendKeysToElement()
61 Status status = IsElementEnabled(session, web_view, element_id, &is_enabled); in SendKeysToElement()
69 args.Append(CreateElement(element_id)); in SendKeysToElement()
83 const std::string& element_id, in ExecuteTouchSingleTapAtom() argument
87 args.Append(CreateElement(element_id)); in ExecuteTouchSingleTapAtom()
113 const std::string& element_id, in ExecuteFindChildElement() argument
117 interval_ms, true, &element_id, session, web_view, params, value); in ExecuteFindChildElement()
124 const std::string& element_id, in ExecuteFindChildElements() argument
[all …]
Delement_util.h23 base::DictionaryValue* CreateElement(const std::string& element_id);
45 const std::string& element_id,
51 const std::string& element_id,
58 const std::string& element_id,
66 const std::string& element_id,
72 const std::string& element_id,
79 const std::string& element_id,
85 const std::string& element_id,
91 const std::string& element_id,
97 const std::string& element_id,
[all …]
Delement_commands.h42 const std::string& element_id,
51 const std::string& element_id,
59 const std::string& element_id,
67 const std::string& element_id,
75 const std::string& element_id,
83 const std::string& element_id,
91 const std::string& element_id,
99 const std::string& element_id,
107 const std::string& element_id,
115 const std::string& element_id,
[all …]
Delement_util.cc91 const std::string& element_id, in VerifyElementClickable() argument
94 args.Append(CreateElement(element_id)); in VerifyElementClickable()
122 const std::string& element_id, in ScrollElementRegionIntoViewHelper() argument
129 args.Append(CreateElement(element_id)); in ScrollElementRegionIntoViewHelper()
157 const std::string& element_id, in GetElementEffectiveStyle() argument
161 args.Append(CreateElement(element_id)); in GetElementEffectiveStyle()
179 const std::string& element_id, in GetElementBorder() argument
184 frame, web_view, element_id, "border-left-width", &border_left_str); in GetElementBorder()
189 frame, web_view, element_id, "border-top-width", &border_top_str); in GetElementBorder()
205 base::DictionaryValue* CreateElement(const std::string& element_id) { in CreateElement() argument
[all …]
Dcommands_unittest.cc413 std::string element_id = "1"; in TEST() local
418 1, &session, &web_view, element_id, params, &result).code()); in TEST()
422 root_element_param.SetString("ELEMENT", element_id); in TEST()
435 std::string element_id = "1"; in TEST() local
440 1, &session, &web_view, element_id, params, &result).code()); in TEST()
451 std::string element_id = "1"; in TEST() local
456 1, &session, &web_view, element_id, params, &result).code()); in TEST()
460 root_element_param.SetString("ELEMENT", element_id); in TEST()
473 std::string element_id = "1"; in TEST() local
478 1, &session, &web_view, element_id, params, &result).code()); in TEST()
[all …]
Dwindow_commands.cc464 std::string element_id; in ExecuteMouseMoveTo() local
465 bool has_element = params.GetString("element", &element_id); in ExecuteMouseMoveTo()
476 session, web_view, element_id, &location); in ExecuteMouseMoveTo()
487 Status status = GetElementSize(session, web_view, element_id, &size); in ExecuteMouseMoveTo()
/external/chromium_org/media/formats/webm/
Dtracks_builder.cc50 static int MasterElementSize(int element_id, int payload_size) { in MasterElementSize() argument
51 return GetUIntSize(element_id) + GetUIntMkvSize(payload_size) + payload_size; in MasterElementSize()
54 static int IntElementSize(int element_id, int value) { in IntElementSize() argument
55 return GetUIntSize(element_id) + 1 + GetUIntSize(value); in IntElementSize()
58 static int DoubleElementSize(int element_id) { in DoubleElementSize() argument
59 return GetUIntSize(element_id) + 1 + 8; in DoubleElementSize()
62 static int StringElementSize(int element_id, const std::string& value) { in StringElementSize() argument
63 return GetUIntSize(element_id) + in StringElementSize()
92 static void WriteElementId(uint8** buf, int* buf_size, int element_id) { in WriteElementId() argument
93 SerializeInt(buf, buf_size, element_id, GetUIntSize(element_id)); in WriteElementId()
[all …]
Dwebm_parser.cc717 int element_id = 0; in Parse() local
719 int result = WebMParseElementHeader(cur, cur_size, &element_id, in Parse()
730 if (element_id != root_id_) { in Parse()
737 (element_id != kWebMIdSegment) && in Parse()
738 (element_id != kWebMIdCluster)) { in Parse()
758 result = ParseListElement(header_size, element_id, element_size, in Parse()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dpartition.h102 void Add(T element_id, T class_id) { in Add() argument
103 Element* element = elements_[element_id]; in Add()
111 class_index_[element_id] = class_id; in Add()
117 void Move(T element_id, T class_id) { in Move() argument
118 T old_class_id = class_index_[element_id]; in Move()
120 Element* element = elements_[element_id]; in Move()
125 Add(element_id, class_id); in Move()
130 void SplitOn(T element_id) { in SplitOn() argument
131 T class_id = class_index_[element_id]; in SplitOn()
144 if (class_split_[class_id] == elements_[element_id]) in SplitOn()
[all …]
/external/tcpdump/
Dieee802_11.h148 u_int8_t element_id; member
154 u_int8_t element_id; member
160 u_int8_t element_id; member
166 u_int8_t element_id; member
175 u_int8_t element_id; member
181 u_int8_t element_id; member
190 u_int8_t element_id; member
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/
Dprogress_event_listener.js76 function lookupEventMachine(element_id) { argument
77 var event_machine = window.event_machines[element_id];
81 window.event_machines[element_id] = event_machine;
96 var element_id = target_element.id;
98 var event_machine = lookupEventMachine(element_id);
/external/chromium_org/components/autofill/core/common/
Dsave_password_progress_logger.cc194 std::string ScrubElementID(std::string element_id) { in ScrubElementID() argument
196 element_id.begin(), element_id.end(), IsUnwantedInElementID, ' '); in ScrubElementID()
197 return StringToLowerASCII(element_id); in ScrubElementID()
200 std::string ScrubElementID(const base::string16& element_id) { in ScrubElementID() argument
201 return ScrubElementID(base::UTF16ToUTF8(element_id)); in ScrubElementID()
/external/chromium_org/chrome/browser/password_manager/
Dpassword_manager_browsertest.cc188 void WaitForElementValue(const std::string& element_id,
192 void CheckElementValue(const std::string& element_id,
200 const std::string& element_id, in WaitForElementValue() argument
213 element_id.c_str(), in WaitForElementValue()
235 element_id.c_str(), in WaitForElementValue()
243 << "element_id = " << element_id in WaitForElementValue()
248 const std::string& element_id, in CheckElementValue() argument
253 element_id.c_str(), in CheckElementValue()
258 EXPECT_TRUE(return_value) << "element_id = " << element_id in CheckElementValue()
/external/chromium_org/chrome/renderer/autofill/
Dpassword_generation_agent_browsertest.cc55 void ExpectPasswordGenerationAvailable(const char* element_id, in ExpectPasswordGenerationAvailable() argument
59 document.getElementById(WebString::fromUTF8(element_id)); in ExpectPasswordGenerationAvailable()
64 element_id).c_str()); in ExpectPasswordGenerationAvailable()
/external/chromium_org/content/public/test/
Drender_view_test.h99 gfx::Rect GetElementBounds(const std::string& element_id);
104 bool SimulateElementClick(const std::string& element_id);
Drender_view_test.cc281 gfx::Rect RenderViewTest::GetElementBounds(const std::string& element_id) { in GetElementBounds() argument
283 params.push_back(element_id); in GetElementBounds()
308 bool RenderViewTest::SimulateElementClick(const std::string& element_id) { in SimulateElementClick() argument
309 gfx::Rect bounds = GetElementBounds(element_id); in SimulateElementClick()
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
Dmkvwriter.hpp31 virtual void ElementStartNotify(uint64 element_id, int64 position);
/external/libvpx/libvpx/third_party/libwebm/
Dmkvwriter.hpp31 virtual void ElementStartNotify(uint64 element_id, int64 position);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Dnetwork_dropdown_handler.h48 void HandleNetworkDropdownShow(const std::string& element_id,
Dnetwork_dropdown_handler.cc78 const std::string& element_id, in HandleNetworkDropdownShow() argument
Dlocally_managed_user_creation_screen_handler.h131 void UpdateText(const std::string& element_id, const base::string16& text);
/external/chromium_org/remoting/client/plugin/
Dmedia_source_video_renderer.cc35 virtual void ElementStartNotify(mkvmuxer::uint64 element_id,
127 mkvmuxer::uint64 element_id, in ElementStartNotify() argument
/external/chromium_org/chrome/test/chromedriver/chrome/
Dweb_view_impl.cc693 std::string element_id; in GetNodeIdFromFunction() local
695 client, context_id, expression, &got_object, &element_id); in GetNodeIdFromFunction()
706 params.SetString("objectId", element_id); in GetNodeIdFromFunction()
713 params.SetString("objectId", element_id); in GetNodeIdFromFunction()
/external/chromium_org/chrome/test/remoting/
Dremote_desktop_browsertest.cc520 std::string element_id = "host_" + host_id; in ConnectToRemoteHost() local
524 "document.getElementById('" + element_id + "').parentNode.className"); in ConnectToRemoteHost()
527 ClickOnControl(element_id); in ConnectToRemoteHost()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h502 u8 element_id; member
1207 u8 element_id; member
1213 u8 element_id; member

12