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

1 2 34 5 6 7 8 91011

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DateTimeActivity.java 225 final ActionBehavior behavior = actionKey.getBehavior(); local
226 if (type == null || behavior == null) {
228 Log.e(TAG, "type or behavior is null - exiting b/17404946");
239 if (behavior == ActionBehavior.INIT) {
244 switch (behavior) {
  /external/chromium_org/v8/test/webkit/
array-splice.js 25 "This tests array.splice behavior."
array-every.js 25 "This test checks the behavior of the every() method on Array objects."
108 debug('7.0 Behavior for Holes in Arrays');
array-reduce.js 25 "This test checks the behavior of the reduce() method on a number of objects."
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp 91 return !frame || frame->editor().behavior().shouldConsiderSelectionAsDirectional();
290 if (m_frame->editor().behavior().shouldCenterAlignWhenSelectionIsRevealed())
585 if (m_frame && m_frame->editor().behavior().shouldSkipSpaceWhenMovingRight()) {
703 bool skipsSpaceWhenMovingRight = m_frame && m_frame->editor().behavior().shouldSkipSpaceWhenMovingRight();
    [all...]
Editor.h 192 EditingBehavior behavior() const;
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_service.cc 90 SupervisedUserURLFilter::FilteringBehavior behavior) {
91 ui_url_filter_->SetDefaultFilteringBehavior(behavior);
96 io_url_filter_.get(), behavior));
552 SupervisedUserURLFilter::FilteringBehavior behavior = local
554 url_filter_context_.SetDefaultFilteringBehavior(behavior);
    [all...]
supervised_user_url_filter.cc 293 // If there's no blacklist and the default behavior is to allow, we don't need
312 // Fall back to the default behavior.
343 FilteringBehavior behavior) {
345 default_behavior_ = behavior;
supervised_user_service.h 58 // (e.g. the installed content packs, the default URL filtering behavior, or
135 // These methods allow querying and modifying the manual filtering behavior.
136 // The manual behavior is set by the user and overrides all other settings
137 // (whitelists or the default behavior).
139 // Returns the manual behavior for the given host.
142 // Returns the manual behavior for the given URL.
222 SupervisedUserURLFilter::FilteringBehavior behavior);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp 438 float TextAutosizer::inflate(RenderObject* parent, InflateBehavior behavior, float multiplier)
444 if (parent->isRenderBlock() && (parent->childrenInline() || behavior == DescendToInnerBlocks))
461 multiplier = inflate(child, behavior, multiplier);
462 } else if (child->isRenderBlock() && behavior == DescendToInnerBlocks
464 multiplier = inflate(child, behavior, multiplier);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_host.js 100 * Note: This behavior is only needed for Android because of the way touch
  /external/chromium_org/chrome/renderer/resources/extensions/
app_view.js 122 // behavior.
  /external/chromium_org/remoting/webapp/unittests/
it2me_helpee_channel_unittest.js 133 // Stubs Host behavior.
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
WindowProxy.cpp 90 void WindowProxy::disposeContext(GlobalDetachmentBehavior behavior)
99 if (behavior == DetachGlobal)
  /external/chromium_org/third_party/WebKit/Source/web/
WebSettingsImpl.cpp 464 void WebSettingsImpl::setEditingBehavior(EditingBehavior behavior)
466 m_settings->setEditingBehaviorType(static_cast<EditingBehaviorType>(behavior));
  /external/chromium_org/v8/src/
regexp.js 91 // behavior.
99 // behavior.
305 // We match the SpiderMonkey behavior: return the substring defined by the
427 // boolean. We mimic that behavior with a slight difference: in SpiderMonkey
  /external/chromium_org/v8/test/mjsunit/
for-in-special-cases.js 100 // assert will fail. If that happens, consider if that behavior is OK.
  /external/compiler-rt/make/
util.mk 103 # Clean up make behavior
  /external/chromium_org/ash/shelf/
shelf_layout_manager.h 88 void SetAutoHideBehavior(ShelfAutoHideBehavior behavior);
125 // behavior setting.
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h 59 // Typical behavior where tabs are dragged around.
102 // Sets the move behavior. Has no effect if started_drag() is true.
103 void SetMoveBehavior(MoveBehavior behavior);
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 128 about clamping behavior leaving this to the core specification
144 NV_texture_shader extension is supported, its specified behavior
  /external/chromium_org/ui/base/ime/
input_method_chromeos_unittest.cc 115 KeyEventHandlerBehavior behavior)
119 behavior_(behavior) {}
163 void RunCallback(KeyEventHandlerBehavior behavior) {
164 callback_.Run(behavior == KEYEVENT_CONSUME);
    [all...]
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 128 about clamping behavior leaving this to the core specification
144 NV_texture_shader extension is supported, its specified behavior
  /external/chromium_org/ui/gfx/
render_text.cc     [all...]
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar 

Completed in 1458 milliseconds

1 2 34 5 6 7 8 91011