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

1 2 34 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 176 // If we are no longer in-flow positioned but our descendant block(s) still have an in-flow positioned ancestor then
177 // their containing anonymous block should keep its in-flow positioning.
210 // If an inline's outline or in-flow positioning has changed then any descendant blocks will need to change their styles accordingly.
340 // If inside an inline affected by in-flow positioning the block needs to be affected by it too.
521 RenderBoxModelObject* flow = continuationBefore(beforeChild); local
527 RenderBoxModelObject* cont = nextContinuation(flow);
531 beforeChildParent = flow;
541 bool flowInline = flow->isInline();
543 if (flow == beforeChildParent
    [all...]
RenderBlock.cpp 451 RenderBlock* flow = continuationBefore(beforeChild); local
457 RenderBoxModelObject* cont = flow->continuation();
461 beforeChildParent = flow;
473 bool flowIsNormal = flow->isInline() || !flow->style()->columnSpan();
475 if (flow == beforeChildParent) {
476 flow->addChildIgnoringContinuation(newChild, beforeChild);
487 flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
565 // lists, flexboxes, etc.) breaks when the flow is split through them. Disabling
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmdeviceapi.h 147 EDataFlow flow,
191 EDataFlow flow,
216 #define IMMNotificationClient_OnDefaultDeviceChanged(This,flow,role,pwstrDeviceId) (This)->lpVtbl->OnDefaultDeviceChanged(This,flow,role,pwstrDeviceId)
239 static FORCEINLINE HRESULT IMMNotificationClient_OnDefaultDeviceChanged(IMMNotificationClient* This,EDataFlow flow,ERole role,LPCWSTR pwstrDeviceId) {
240 return This->lpVtbl->OnDefaultDeviceChanged(This,flow,role,pwstrDeviceId);
277 EDataFlow flow,
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_pan.c 131 btpan_cb.flow = 1;
394 btpan_cb.flow = enable;
686 for(int i = 0; i < PAN_POOL_MAX && btif_is_enabled() && btpan_cb.flow; i++) {
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BlockPainter.cpp 487 RenderInline* flow = *it; local
488 RenderBlock* block = flow->containingBlock();
492 InlinePainter(*flow).paintOutline(info, accumulatedPaintOffset);
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_utils.c 409 ** flow had halted, it restarts it.
416 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
440 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
rfc_port_fsm.c 403 if ((p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
662 /* If we were proposing RTR flow control try RTC flow control */
663 /* If we were proposing RTC flow control try no flow control */
678 /* Other side does not support flow control */
727 /* Check if this command is passed only to indicate flow control */
732 if (p_port->rfc.p_mcb->flow != PORT_FC_CREDIT)
734 /* Spec 1.1 indicates that only FC bit is used for flow control */
  /external/chromium_org/chrome/browser/resources/gaia_auth/
background.js 10 * Here is an overview of the communication flow when SAML is being used:
12 * indicating that the authentication flow has started and SAML pages may be
129 // Whether to abort the authentication flow and show an error messagen when
133 // Whether auth flow has started. It is used as a signal of whether the
  /external/chromium_org/v8/tools/
tickprocessor-driver.js 29 // Tick Processor's code flow.
  /frameworks/base/core/java/android/widget/
GridView.java 318 private View makeRow(int startPos, int y, boolean flow) {
360 final int where = flow ? -1 : pos - startPos;
361 child = makeAndAddView(pos, y, flow, nextLeft, selected, where);
    [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_pan_co.c 48 ** Returns Data flow mask.
102 btpan_cb.flow = 1;
265 ** Returns TRUE if flow enabled
289 ** data flow on the RX path when it is configured to use
290 ** a push interface. If data flow is disabled the phone must
292 ** until data flow is enabled again.
  /external/chromium_org/chrome/browser/chromeos/login/users/
chrome_user_manager_impl.h 74 virtual void SetUserFlow(const std::string& user_id, UserFlow* flow) OVERRIDE;
192 // Lazily creates default user flow.
220 // Lazy-initialized default flow.
fake_user_manager.h 45 virtual void SetUserFlow(const std::string& email, UserFlow* flow) OVERRIDE {}
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.css 141 flex-flow: row wrap;
167 flex-flow: row wrap;
  /external/chromium_org/remoting/webapp/background/
it2me_helper_channel.js 33 * 1. In the normal flow initiated from hangout
39 * 2. In the normal flow initiated from webapp
  /external/chromium_org/tools/profile_chrome/
main.py 35 categories.append('disabled-by-default-toplevel.flow')
111 chrome_opts.add_option('--trace-flow', help='Enable extra trace categories '
  /external/llvm/include/llvm/Support/
YAMLTraits.h 71 /// of bit values and the YAML representation is a flow sequence of
141 // a flow sequence (e.g. [a,b,c]).
142 // static const bool flow = true;
290 struct Fallback { bool flow; }; member in struct:llvm::yaml::has_FlowTraits::Fallback
294 static char (&f(SameType<bool Fallback::*, &C::flow>*))[1];
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cdk.h 218 unsigned long flow; member in struct:asyport
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h 218 unsigned long flow; member in struct:asyport
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_creation_screen.cc 211 UserFlow* flow = new SupervisedUserCreationFlow(manager_id); local
212 ChromeUserManager::Get()->SetUserFlow(manager_id, flow);
400 // We might reuse some error messages from ordinary user flow.
  /external/chromium_org/chrome/renderer/resources/
neterror.css 205 -webkit-flex-flow: column;
  /external/chromium_org/remoting/webapp/
identity.js 138 // now. The consent callback is responsible for continuing the auth flow.
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.css 152 flex-flow: row;
  /external/fio/
cconv.c 232 o->flow = __le32_to_cpu(top->flow);
389 top->flow = __cpu_to_le32(o->flow);
  /external/bluetooth/bluedroid/stack/btm/
btm_acl.c     [all...]

Completed in 1288 milliseconds

1 2 34 5 6 7 8