HomeSort by relevance Sort by last modified time
    Searched refs:behavior (Results 101 - 125 of 262) sorted by null

1 2 3 45 6 7 8 91011

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
nav_description.js 41 * category Optional category (for speech queueing behavior).
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
host.js 158 // This is not appropriate behavior!
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_unittest.cc 212 void CreateService(ProfileSyncServiceStartBehavior behavior) {
225 behavior));
  /external/chromium_org/chromeos/dbus/
fake_shill_service_client.cc 502 const base::Closure& behavior) {
503 connect_behavior_[service_path] = behavior;
606 VLOG(1) << "Running custom connect behavior for " << service_path;
611 // No custom connect behavior set, continue with the default connect behavior.
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.cpp 506 if (frame->editor().behavior().shouldUndoOfDeleteSelectText() && m_openedByBackwardDelete)
596 if (frame->editor().behavior().shouldUndoOfDeleteSelectText())
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp 621 void HTMLImageElement::selectSourceURL(ImageLoader::UpdateFromElementBehavior behavior)
649 imageLoader().updateFromElement(behavior);
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 130 if (node->renderer()->frame()->editor().behavior().shouldSelectOnContextualMenuClick())
171 if (textRenderer->frame()->editor().behavior().shouldSelectOnContextualMenuClick()) {
  /external/chromium_org/third_party/mesa/src/docs/
MESA_multithread_makecurrent.spec 45 This new behavior matches the requirements of AGL, while providing
148 This was ignored in the initial revision of the spec. Behavior
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_buffer.js 127 * and the behavior of the ImageBuffer instance.
  /external/chromium_org/v8/test/mjsunit/
arguments.js 184 // Check out of bounds behavior.
object-prevent-extensions.js 125 // test same behavior as above, but for integer properties
unbox-double-arrays.js 316 // Test NaN behavior for stores.
332 // Test Infinity behavior for stores.
  /external/chromium_org/v8/test/webkit/
array-enumerators-functions.js 25 "This test checks the behavior of the various array enumeration functions in certain edge case scenarios"
array-reduceRight.js 25 "This test checks the behavior of the reduceRight() method on a number of objects."
  /external/mesa3d/docs/
MESA_multithread_makecurrent.spec 45 This new behavior matches the requirements of AGL, while providing
148 This was ignored in the initial revision of the spec. Behavior
  /external/chromium_org/third_party/angle/src/compiler/translator/
ParseContext.h 118 void handleExtensionDirective(const TSourceLoc& loc, const char* extName, const char* behavior);
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 223 void ShelfLayoutManager::SetAutoHideBehavior(ShelfAutoHideBehavior behavior) {
224 if (auto_hide_behavior_ == behavior)
226 auto_hide_behavior_ = behavior;
490 // behavior affects neither the visibility state nor the auto hide state. Set
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/users/
chrome_user_manager_impl.cc 253 const std::string behavior = local
255 if (behavior == MultiProfileUserController::kBehaviorUnrestricted &&
258 } else if (behavior == MultiProfileUserController::kBehaviorPrimaryOnly) {
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
DirectiveParser.cpp 646 std::string name, behavior; local
678 if (valid) behavior = token->text;
698 mDirectiveHandler->handleExtension(token->location, name, behavior);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
CaptionSetupActivity.java 546 final ActionBehavior behavior = actionKey.getBehavior(); local
547 if (behavior == null) {
550 switch (behavior) {
    [all...]
DeveloperOptionsActivity.java 438 final ActionBehavior behavior = actionKey.getBehavior(); local
439 if (behavior == null) {
440 Log.w(TAG, "Could not find behavior for " + action.getKey());
443 switch (behavior) {
    [all...]
  /external/libsepol/src/
services.c     [all...]
  /external/chromium_org/v8/test/mjsunit/es6/
collections.js 73 // Test expected behavior for Sets and WeakSets
99 // Test expected mapping behavior for Maps and WeakMaps
113 // Test expected mapping behavior for Maps only
129 // Test expected querying behavior of Maps and WeakMaps
143 // Test expected deletion behavior of Maps and WeakMaps
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar 

Completed in 3404 milliseconds

1 2 3 45 6 7 8 91011