Searched refs:element_id (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/chrome/test/chromedriver/
H A 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...]
H A Delement_commands.cc37 const std::string& element_id,
44 session, web_view, element_id, true, &is_displayed);
49 status = IsElementFocused(session, web_view, element_id, &is_focused);
61 Status status = IsElementEnabled(session, web_view, element_id, &is_enabled);
69 args.Append(CreateElement(element_id));
83 const std::string& element_id,
87 args.Append(CreateElement(element_id));
113 const std::string& element_id,
117 interval_ms, true, &element_id, session, web_view, params, value);
124 const std::string& element_id,
34 SendKeysToElement( Session* session, WebView* web_view, const std::string& element_id, const base::ListValue* key_list) argument
80 ExecuteTouchSingleTapAtom( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
109 ExecuteFindChildElement( int interval_ms, Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
120 ExecuteFindChildElements( int interval_ms, Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
131 ExecuteHoverOverElement( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
154 ExecuteClickElement( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
199 ExecuteTouchSingleTap( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
224 ExecuteFlick( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
273 ExecuteClearElement( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
288 ExecuteSendKeysToElement( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
341 ExecuteSubmitElement( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
356 ExecuteGetElementText( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
371 ExecuteGetElementValue( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
386 ExecuteGetElementTagName( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
401 ExecuteIsElementSelected( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
416 ExecuteIsElementEnabled( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
431 ExecuteIsElementDisplayed( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
446 ExecuteGetElementLocation( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
461 ExecuteGetElementLocationOnceScrolledIntoView( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
476 ExecuteGetElementSize( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
491 ExecuteGetElementAttribute( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
503 ExecuteGetElementValueOfCSSProperty( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
521 ExecuteElementEquals( Session* session, WebView* web_view, const std::string& element_id, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
[all...]
H A 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...]
H A Delement_util.cc96 const std::string& element_id,
99 args.Append(CreateElement(element_id));
127 const std::string& element_id,
134 args.Append(CreateElement(element_id));
162 const std::string& element_id,
166 args.Append(CreateElement(element_id));
184 const std::string& element_id,
189 frame, web_view, element_id, "border-left-width", &border_left_str);
194 frame, web_view, element_id, "border-top-width", &border_top_str);
210 base::DictionaryValue* CreateElement(const std::string& element_id) { argument
93 VerifyElementClickable( const std::string& frame, WebView* web_view, const std::string& element_id, const WebPoint& location) argument
124 ScrollElementRegionIntoViewHelper( const std::string& frame, WebView* web_view, const std::string& element_id, const WebRect& region, bool center, const std::string& clickable_element_id, WebPoint* location) argument
159 GetElementEffectiveStyle( const std::string& frame, WebView* web_view, const std::string& element_id, const std::string& property, std::string* value) argument
181 GetElementBorder( const std::string& frame, WebView* web_view, const std::string& element_id, int* border_left, int* border_top) argument
300 IsElementFocused( Session* session, WebView* web_view, const std::string& element_id, bool* is_focused) argument
314 GetElementAttribute( Session* session, WebView* web_view, const std::string& element_id, const std::string& attribute_name, scoped_ptr<base::Value>* value) argument
328 IsElementAttributeEqualToIgnoreCase( Session* session, WebView* web_view, const std::string& element_id, const std::string& attribute_name, const std::string& attribute_value, bool* is_equal) argument
348 GetElementClickableLocation( Session* session, WebView* web_view, const std::string& element_id, WebPoint* location) argument
421 GetElementEffectiveStyle( Session* session, WebView* web_view, const std::string& element_id, const std::string& property_name, std::string* property_value) argument
431 GetElementRegion( Session* session, WebView* web_view, const std::string& element_id, WebRect* rect) argument
450 GetElementTagName( Session* session, WebView* web_view, const std::string& element_id, std::string* name) argument
469 GetElementSize( Session* session, WebView* web_view, const std::string& element_id, WebSize* size) argument
487 IsElementDisplayed( Session* session, WebView* web_view, const std::string& element_id, bool ignore_opacity, bool* is_displayed) argument
507 IsElementEnabled( Session* session, WebView* web_view, const std::string& element_id, bool* is_enabled) argument
525 IsOptionElementSelected( Session* session, WebView* web_view, const std::string& element_id, bool* is_selected) argument
543 IsOptionElementTogglable( Session* session, WebView* web_view, const std::string& element_id, bool* is_togglable) argument
561 SetOptionElementSelected( Session* session, WebView* web_view, const std::string& element_id, bool selected) argument
576 ToggleOptionElement( Session* session, WebView* web_view, const std::string& element_id) argument
602 ScrollElementRegionIntoView( Session* session, WebView* web_view, const std::string& element_id, const WebRect& region, bool center, const std::string& clickable_element_id, WebPoint* location) argument
[all...]
H A Dcommands_unittest.cc414 std::string element_id = "1"; local
419 1, &session, &web_view, element_id, params, &result).code());
423 root_element_param.SetString("ELEMENT", element_id);
436 std::string element_id = "1"; local
441 1, &session, &web_view, element_id, params, &result).code());
452 std::string element_id = "1"; local
457 1, &session, &web_view, element_id, params, &result).code());
461 root_element_param.SetString("ELEMENT", element_id);
474 std::string element_id = "1"; local
479 1, &session, &web_view, element_id, param
539 std::string element_id = "1"; local
[all...]
/external/chromium_org/media/formats/webm/
H A Dtracks_builder.cc50 static int MasterElementSize(int element_id, int payload_size) { argument
51 return GetUIntSize(element_id) + GetUIntMkvSize(payload_size) + payload_size;
54 static int UIntElementSize(int element_id, uint64 value) { argument
55 return GetUIntSize(element_id) + 1 + GetUIntSize(value);
58 static int DoubleElementSize(int element_id) { argument
59 return GetUIntSize(element_id) + 1 + 8;
62 static int StringElementSize(int element_id, const std::string& value) { argument
63 return GetUIntSize(element_id) +
92 static void WriteElementId(uint8** buf, int* buf_size, int element_id) { argument
93 SerializeInt(buf, buf_size, element_id, GetUIntSiz
102 WriteMasterElement(uint8** buf, int* buf_size, int element_id, int payload_size) argument
108 WriteUIntElement(uint8** buf, int* buf_size, int element_id, uint64 value) argument
120 WriteDoubleElement(uint8** buf, int* buf_size, int element_id, double value) argument
127 WriteStringElement(uint8** buf_ptr, int* buf_size_ptr, int element_id, const std::string& value) argument
[all...]
H A Dwebm_parser.cc717 int element_id = 0; local
719 int result = WebMParseElementHeader(cur, cur_size, &element_id,
730 if (element_id != root_id_) {
737 (element_id != kWebMIdSegment) &&
738 (element_id != kWebMIdCluster)) {
758 result = ParseListElement(header_size, element_id, element_size,
/external/openfst/src/include/fst/
H A Dpartition.h104 // Add element_id to class_id. The Add method is used to initialize
107 void Add(T element_id, T class_id) { argument
108 Element* element = elements_[element_id];
116 class_index_[element_id] = class_id;
120 // Move and element_id to class_id. Disconnects (removes) element
122 void Move(T element_id, T class_id) { argument
123 T old_class_id = class_index_[element_id];
125 Element* element = elements_[element_id];
130 Add(element_id, class_id);
134 // split class on the element_id
135 SplitOn(T element_id) argument
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dpartition.h99 // Add element_id to class_id. The Add method is used to initialize
102 void Add(T element_id, T class_id) { argument
103 Element* element = elements_[element_id];
111 class_index_[element_id] = class_id;
115 // Move and element_id to class_id. Disconnects (removes) element
117 void Move(T element_id, T class_id) { argument
118 T old_class_id = class_index_[element_id];
120 Element* element = elements_[element_id];
125 Add(element_id, class_id);
129 // split class on the element_id
130 SplitOn(T element_id) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvwriter.hpp31 virtual void ElementStartNotify(uint64 element_id, int64 position);
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvwriter.hpp31 virtual void ElementStartNotify(uint64 element_id, int64 position);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dlanguage_options_interactive_uitest.cc51 std::string element_id; local
55 &element_id));
56 return element_id;
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/
H A Dprogress_event_listener.js76 function lookupEventMachine(element_id) {
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/tcpdump/
H A Dieee802_11.h148 u_int8_t element_id; member in struct:ssid_t
154 u_int8_t element_id; member in struct:rates_t
160 u_int8_t element_id; member in struct:challenge_t
166 u_int8_t element_id; member in struct:fh_t
175 u_int8_t element_id; member in struct:ds_t
181 u_int8_t element_id; member in struct:cf_t
190 u_int8_t element_id; member in struct:tim_t
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dnetwork_dropdown_handler.h46 void HandleNetworkDropdownShow(const std::string& element_id,
H A Dnetwork_dropdown_handler.cc76 const std::string& element_id,
75 HandleNetworkDropdownShow( const std::string& element_id, bool oobe) argument
H A Dsupervised_user_creation_screen_handler.h131 void UpdateText(const std::string& element_id, const base::string16& text);
/external/chromium_org/components/autofill/core/common/
H A Dsave_password_progress_logger.cc190 std::string ScrubElementID(std::string element_id) { argument
192 element_id.begin(), element_id.end(), IsUnwantedInElementID, ' ');
193 return base::StringToLowerASCII(element_id);
196 std::string ScrubElementID(const base::string16& element_id) { argument
197 return ScrubElementID(base::UTF16ToUTF8(element_id));
/external/chromium_org/chrome/renderer/autofill/
H A Dpage_click_tracker_browsertest.cc80 void SendElementClick(const std::string& element_id) { argument
81 EXPECT_TRUE(SimulateElementClick(element_id));
H A Dpassword_generation_agent_browsertest.cc55 void ExpectPasswordGenerationAvailable(const char* element_id, argument
59 document.getElementById(WebString::fromUTF8(element_id));
63 element_id).c_str());
/external/chromium_org/content/public/test/
H A Drender_view_test.h100 // |element_id|. Returns an empty rect if such an element was not found.
101 gfx::Rect GetElementBounds(const std::string& element_id);
103 // Sends a left mouse click in the middle of the element with id |element_id|.
106 bool SimulateElementClick(const std::string& element_id);
H A Drender_view_test.cc286 gfx::Rect RenderViewTest::GetElementBounds(const std::string& element_id) { argument
288 params.push_back(element_id);
313 bool RenderViewTest::SimulateElementClick(const std::string& element_id) { argument
314 gfx::Rect bounds = GetElementBounds(element_id);
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_manager_browsertest.cc305 // Waits until the "value" attribute of the HTML element with |element_id| is
310 void WaitForElementValue(const std::string& element_id,
313 // |element_id| is equal to |expected_value|.
314 void CheckElementValue(const std::string& element_id,
322 const std::string& element_id,
335 element_id.c_str(),
357 element_id.c_str(),
365 << "element_id = " << element_id
370 const std::string& element_id,
321 WaitForElementValue( const std::string& element_id, const std::string& expected_value) argument
369 CheckElementValue( const std::string& element_id, const std::string& expected_value) argument
[all...]
/external/chromium_org/remoting/client/plugin/
H A Dmedia_source_video_renderer.cc35 virtual void ElementStartNotify(mkvmuxer::uint64 element_id,
127 mkvmuxer::uint64 element_id,
126 ElementStartNotify( mkvmuxer::uint64 element_id, mkvmuxer::int64 position) argument
/external/chromium_org/chrome/test/remoting/
H A Dremote_desktop_browsertest.cc519 std::string element_id = "host_" + host_id; local
523 "document.getElementById('" + element_id + "').parentNode.className");
526 ClickOnControl(element_id);

Completed in 343 milliseconds

12