HomeSort by relevance Sort by last modified time
    Searched full:role (Results 276 - 300 of 1261) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/resources/options/
autofill_options.css 49 #autofill-options div[role='listitem']:not(:hover):not([selected])
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_with_badge_view.cc 21 state->role = ui::AX_ROLE_GROUP;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
list_item.js 39 this.setAttribute('role', 'listitem');
  /external/chromium_org/chromeos/dbus/
bluetooth_profile_manager_client.cc 72 // Send Role if not the default value.
73 if (options.role != SYMMETRIC) {
77 if (options.role == CLIENT)
80 else if (options.role == SERVER)
  /external/chromium_org/content/test/data/accessibility/
contenteditable-descendants-expected-android.txt 19 android.view.View clickable editable_text focusable name='Keep the role, just change the state'
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegList.cpp 40 SVGPathSegList::SVGPathSegList(SVGPathElement* contextElement, SVGPathSegRole role)
42 , m_role(role)
48 SVGPathSegList::SVGPathSegList(SVGPathElement* contextElement, SVGPathSegRole role, PassOwnPtr<SVGPathByteStream> byteStream)
50 , m_role(role)
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescription.h 96 bool StringToConnectionRole(const std::string& role_str, ConnectionRole* role);
97 bool ConnectionRoleToString(const ConnectionRole& role, std::string* role_str);
109 ConnectionRole role,
117 connection_role(role),
  /external/chromium_org/third_party/libxml/src/include/libxml/
xlink.h 27 * then the link detection layer will expand role="foo:myrole"
76 * @role: the role string
85 const xlinkRole role,
  /external/chromium_org/ui/views/accessibility/
ax_widget_obj_wrapper.cc 37 out_node_data->role = ui::AX_ROLE_CLIENT;
  /external/chromium_org/ui/views/controls/
progress_bar_unittest.cc 30 EXPECT_EQ(ui::AX_ROLE_PROGRESS_INDICATOR, state.role);
separator.cc 38 state->role = ui::AX_ROLE_SPLITTER;
  /external/chromium_org/ui/webui/resources/js/cr/ui/
list_item.js 39 this.setAttribute('role', 'listitem');
  /external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
protobufwireadapter.h 133 // Converts a role type from the internal representation to the protobuf
136 pairing::message::OptionsMessage::ProtocolRole role);
138 // Converts a role type from the protobuf representation to the internal
141 Options_RoleType role);
  /external/libnfc-nxp/src/
phLibNfc_initiator.h 45 /*Store the role of remote device*/
  /external/libselinux/src/
context.c 56 * e.g user:role:type to user:role:type:sens1:cata-sens2:catb
187 def_get(role, COMP_ROLE)
195 def_set(role, COMP_ROLE)
  /external/libxml2/include/libxml/
xlink.h 27 * then the link detection layer will expand role="foo:myrole"
76 * @role: the role string
85 const xlinkRole role,
  /external/qemu/distrib/libselinux/src/
context.c 56 * e.g user:role:type to user:role:type:sens1:cata-sens2:catb
187 def_get(role, COMP_ROLE)
195 def_set(role, COMP_ROLE)
  /frameworks/base/media/java/android/media/
AudioPort.java 77 AudioPort(AudioHandle handle, int role, int[] samplingRates, int[] channelMasks,
80 mRole = role;
92 * Get the audio port role
94 public int role() { method in class:AudioPort
  /hardware/intel/common/wrs_omxil_core/base/inc/
cmodule.h 68 bool QueryHavingThisRole(const OMX_STRING role);
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 610 * @param[in] role The role name to query for
611 * @param[in] pNumComps The number of components supporting the given role
612 * @param[in] compNames The names of the components supporting the given role
620 OMX_IN OMX_STRING role,
630 if (role == NULL || pNumComps == NULL)
632 if (role == NULL)
634 ALOGE("role is NULL");
658 if (strcmp(componentTable[i].pRoleArray[j], role) == 0)
670 ALOGE("Component supporting role %s was not found\n", role)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java 44 OTHER, // this folder has no specific role
45 UNKNOWN // the role of this folder is unknown
173 * This method returns a string identifying the name of a "role" folder
178 * @return The server- or protocol- specific role for this folder. If some roles are known
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-component-annotations-1.5.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-component-annotations/1.5.5/
plexus-component-annotations-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava-parent/15.0/
guava-parent-15.0.pom 52 <role>owner</role>
53 <role>developer</role>
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/
plexus-component-annotations-1.5.5.jar 

Completed in 523 milliseconds

<<11121314151617181920>>