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

1 2 3 45 6 7 8

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp 2709 const RenderInline* flow = toRenderInline(containingBlock); local
2752 const RenderInline* flow = toRenderInline(containingBlock); local
3121 const RenderInline* flow = toRenderInline(containerBlock); local
3551 const RenderInline* flow = toRenderInline(containerBlock); local
    [all...]
RenderBlock.h 216 // Accessors for logical width/height and margins in the containing block's block-flow direction.
251 bool paintsContinuationOutline(RenderInline* flow);
476 RenderLineBoxList m_lineBoxes; // All of the root line boxes created for this block flow. For example, <div>Hello<br>world.</div> will have two total lines for the <div>.
494 // FIXME: This is temporary as we move code that accesses block flow
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 259 * the OAuth flow. Once an access token is obtained, this function closes
426 * Starts an OAuth authorization flow for the current page. If a token exists,
432 * @param {Function} callback The function to call once the flow has finished.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 259 * the OAuth flow. Once an access token is obtained, this function closes
426 * Starts an OAuth authorization flow for the current page. If a token exists,
432 * @param {Function} callback The function to call once the flow has finished.
  /external/opencv/cv/src/
cvstereogc.cpp 140 int64 flow = 0; local
245 flow += min_weight;
364 return flow;
  /external/bluetooth/bluedroid/stack/rfcomm/
port_utils.c 405 ** Description Check the current user flow control and if necessary return
407 ** flow control type.
416 /* Flow control to the user can be caused by flow controlling by the peer */
417 /* (FlowInd, or flow control by the peer RFCOMM (Fcon) or internally if */
487 ** Description Send flow control messages to the peer for both enabling
488 ** and disabling flow control, for both credit-based and
489 ** TS 07.10 flow control mechanisms.
499 /* If using credit based flow control */
500 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT
    [all...]
port_api.c 776 ** flow control message to the peer device. Enable flag passed
780 ** enable - enables data flow
811 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
830 /* to the application because we were flow controlled */
853 ** flow control message to the peer device. Enable flag passed
855 ** when data flow enabled
858 ** enable - enables data flow
890 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
909 /* to the application because we were flow controlled */
    [all...]
  /external/chromium_org/chrome/browser/resources/gaia_auth/
main.js 212 * Invoked when the signin flow is complete.
247 // Abort the login flow when content served over an unencrypted connection
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
downsample_fast_neon.S 60 @ Direct program flow to the right channel.
  /external/fio/
fio.h 41 #include "flow.h"
332 struct fio_flow *flow; member in struct:thread_data
Makefile 34 memalign.c server.c client.c iolog.c backend.c libfio.c flow.c \
  /external/chromium_org/chrome/browser/chromeos/login/users/
chrome_user_manager_impl.cc     [all...]
  /external/chromium_org/components/cloud_devices/tools/prototype/
prototype.py 547 flow = OAuth2WebServerFlow(self.oauth_client_id, self.oauth_secret,
549 self.credentials = flow.step2_exchange(authorization_code)
  /external/chromium_org/media/audio/win/
core_audio_util_win.cc 215 // devices for the specified data-flow direction.
266 // Retrieve the default audio endpoint for the specified data-flow
444 bool CoreAudioUtil::DeviceIsDefault(EDataFlow flow,
448 ScopedComPtr<IMMDevice> device = CreateDefaultDevice(flow, role);
    [all...]
  /external/chromium_org/remoting/webapp/
oauth2_api.js 7 * OAuth2 API flow implementations.
third_party_token_fetcher.js 140 // The webapp uses an "implicit" OAuth flow with multiple response types to
  /external/chromium_org/third_party/WebKit/Source/core/css/
mediaControls.css 390 flex-flow: column;
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_dispatcher.js 116 * Callers must not parse log messages for control flow.
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_apitest.cc 292 void set_mint_token_flow(scoped_ptr<OAuth2MintTokenFlow> flow) {
293 flow_ = flow.Pass();
364 // Save the login token used to create the flow so tests can see
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.cpp 159 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 304 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.cpp 159 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 304 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
  /external/chromium_org/chrome/browser/resources/chromeos/login/
login_common.js 110 * Enables keyboard driven flow.

Completed in 2278 milliseconds

1 2 3 45 6 7 8