Searched defs:flow (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium/chrome/browser/ui/webui/options/
H A Dsync_setup_handler.h35 virtual void SetFlow(SyncSetupFlow* flow) { argument
36 flow_ = flow;
/external/chromium/chrome/browser/printing/cloud_print/
H A Dcloud_print_setup_message_handler.h18 explicit CloudPrintSetupMessageHandler(CloudPrintSetupFlow* flow) argument
19 : flow_(flow) {}
H A Dcloud_print_setup_flow.cc79 CloudPrintSetupFlow* flow = new CloudPrintSetupFlow(json_args, profile, local
90 browser::ShowHtmlDialog(parent_window, profile, flow);
91 return flow;
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex22 Every IPv6 packet carries 28 bits of flow information. RFC2460 splits
24 prefer this term) and 20 bits of flow label. Currently there exist
25 no well-defined API to manage IPv6 flow information. In this document
42 \item To assign flow labels to packets sent by user.
44 \item To get flow labels of received packets. I do not know
46 want to use flow labels to distinguish sub-flows.
48 \item To allocate flow labels in the way, compliant to RFC2460. Namely:
56 Flows with coinciding source address and flow label must have identical
65 with flow labels.
75 flow labe
[all...]
/external/chromium/chrome/browser/sync/
H A Dsync_setup_wizard.cc23 SyncSetupFlow* flow = flow_container_->get_flow(); local
24 if (flow) {
25 // A setup flow is in progress and dialog is currently showing.
26 flow->Advance(advance_state);
30 // No flow is in progress, and we have never escorted the user all the
31 // way through the wizard flow.
35 // No flow in progress, but we've finished the wizard flow once before.
58 SyncSetupFlow* flow = flow_container_->get_flow(); local
59 if (flow) {
66 SyncSetupFlow* flow = flow_container_->get_flow(); local
[all...]
H A Dsync_setup_flow.h45 // Runs a flow from |start| to |end|, and does the work of actually showing
47 // flow (e.g it is emptied on dialog close).
139 // The handler needed for the entire flow. Weak reference.
159 void set_flow(SyncSetupFlow* flow) { argument
160 DCHECK(!flow_ || !flow);
161 flow_ = flow;
H A Dsync_setup_flow.cc73 SyncSetupFlow* flow = new SyncSetupFlow(start, end, json_args, local
78 return flow;
296 // Returns true if the flow should advance to |state| based on |current_state_|.
H A Dsync_setup_wizard_unittest.cc149 // The flow deletes itself here. Don't use reset().
154 SyncSetupFlow* flow() { return flow_.get(); } function in class:TestBrowserWindowForWizardTest
158 // mock all that out, so we need to take ownership so the flow doesn't leak.
222 EXPECT_FALSE(test_window_->flow());
227 EXPECT_EQ(SyncSetupWizard::GAIA_LOGIN, test_window_->flow()->current_state_);
228 EXPECT_EQ(SyncSetupWizard::DONE, test_window_->flow()->end_state_);
229 EXPECT_EQ(json_start_args, test_window_->flow()->dialog_start_args_);
233 test_window_->flow()->flow_handler_->HandleSubmitAuth(&credentials);
235 EXPECT_EQ(SyncSetupWizard::GAIA_LOGIN, test_window_->flow()->current_state_);
249 EXPECT_EQ(SyncSetupWizard::GAIA_LOGIN, test_window_->flow()
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/nas/
H A DSDL_nasaudio.h45 AuFlowID flow; member in struct:SDL_PrivateAudioData
/external/tcpdump/
H A Dprint-ip6.c60 u_int flow; local
80 flow = EXTRACT_32BITS(&ip6->ip6_flow);
84 if (flow & 0x0f000000)
85 (void)printf("pri 0x%02x, ", (flow & 0x0f000000) >> 24);
86 if (flow & 0x00ffffff)
87 (void)printf("flowlabel 0x%06x, ", flow & 0x00ffffff);
90 if (flow & 0x0ff00000)
91 (void)printf("class 0x%02x, ", (flow & 0x0ff00000) >> 20);
92 if (flow & 0x000fffff)
93 (void)printf("flowlabel 0x%05x, ", flow
[all...]
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_confirm_api_flow.cc48 CloudPrintBaseApiFlow* flow,
54 CloudPrintBaseApiFlow* flow,
47 OnCloudPrintAPIFlowError( CloudPrintBaseApiFlow* flow, CloudPrintBaseApiFlow::Status status) argument
53 OnCloudPrintAPIFlowComplete( CloudPrintBaseApiFlow* flow, const base::DictionaryValue* value) argument
H A Dcloud_print_account_manager.cc48 CloudPrintBaseApiFlow* flow,
54 CloudPrintBaseApiFlow* flow,
47 OnCloudPrintAPIFlowError( CloudPrintBaseApiFlow* flow, CloudPrintBaseApiFlow::Status status) argument
53 OnCloudPrintAPIFlowComplete( CloudPrintBaseApiFlow* flow, const base::DictionaryValue* value) argument
H A Dcloud_print_printer_list.cc52 CloudPrintBaseApiFlow* flow,
59 CloudPrintBaseApiFlow* flow,
51 OnCloudPrintAPIFlowError( CloudPrintBaseApiFlow* flow, CloudPrintBaseApiFlow::Status status) argument
58 OnCloudPrintAPIFlowComplete( CloudPrintBaseApiFlow* flow, const base::DictionaryValue* value) argument
/external/chromium/chrome/browser/remoting/
H A Dsetup_flow.h34 virtual void Start(SetupFlow* flow, DoneCallback* done_callback) = 0;
59 virtual void Start(SetupFlow* flow, DoneCallback* done_callback);
63 SetupFlow* flow() { return flow_; } function in class:remoting::SetupFlowStepBase
112 // The last step in the setup flow. This step never finishes, user is
134 // different setup flow steps.
150 // Each page in the setup flow may send message to the current
H A Dsetup_flow.cc43 void SetupFlowStepBase::Start(SetupFlow* flow, DoneCallback* done_callback) { argument
45 flow_ = flow;
56 WebUI* web_ui = flow()->web_ui();
87 flow()->web_ui()->CallJavascriptFunction("showError");
113 flow()->web_ui()->CallJavascriptFunction("showSetupDone");
151 SetupFlow *flow = new SetupFlow(json_args, profile, new SetupFlowLoginStep());
152 b->BrowserShowHtmlDialog(flow, NULL);
153 return flow;
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dgaia_web_auth_flow_unittest.cc107 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
108 flow->Start();
113 flow->OnAuthFlowTitleChange(GetFinalTitle("error=access_denied"));
117 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
118 flow->Start();
120 flow->OnAuthFlowTitleChange(GetFinalTitle("access_token=fake_access_token"));
124 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
125 flow->Start();
127 flow->OnAuthFlowTitleChange(
132 scoped_ptr<TestGaiaWebAuthFlow> flow local
146 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
162 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
177 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
189 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
201 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
208 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
222 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
233 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
[all...]
H A Didentity_apitest.cc446 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
448 EXPECT_CALL(*func.get(), CreateMintTokenFlow(_)).WillOnce(Return(flow));
474 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
476 EXPECT_CALL(*func.get(), CreateMintTokenFlow(_)).WillOnce(Return(flow));
493 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
495 EXPECT_CALL(*func.get(), CreateMintTokenFlow(_)).WillOnce(Return(flow));
515 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
517 EXPECT_CALL(*func.get(), CreateMintTokenFlow(_)).WillOnce(Return(flow));
548 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
550 EXPECT_CALL(*func.get(), CreateMintTokenFlow(_)).WillOnce(Return(flow));
579 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
610 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
629 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
647 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
667 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
684 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
701 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
718 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
750 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
768 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
806 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
943 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
982 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
[all...]
/external/chromium_org/media/audio/win/
H A Daudio_device_listener_win.cc20 static std::string FlowToString(EDataFlow flow) { argument
21 return (flow == eRender) ? "eRender" : "eConsole";
128 EDataFlow flow, ERole role, LPCWSTR new_default_device_id) {
130 if (flow != eConsole && role != eRender)
142 << ", flow: " << FlowToString(flow)
127 OnDefaultDeviceChanged( EDataFlow flow, ERole role, LPCWSTR new_default_device_id) argument
H A Dcore_audio_util_win_unittest.cc68 EDataFlow flow; member in struct:media::__anon8950
79 // Create default devices for all flow/role combinations above.
83 CoreAudioUtil::CreateDefaultDevice(data[i].flow, data[i].role);
85 EXPECT_EQ(data[i].flow, CoreAudioUtil::GetDataFlow(audio_device));
88 // Only eRender and eCapture are allowed as flow parameter.
123 EDataFlow flow; member in struct:media::__anon8951
132 // Get name and ID of default devices for all flow/role combinations above.
137 CoreAudioUtil::CreateDefaultDevice(data[i].flow, data[i].role);
/external/bluetooth/bluedroid/stack/rfcomm/
H A Drfc_port_if.c132 UINT8 flow; local
142 /* Negotiate the flow control mechanism. If flow control mechanism for */
145 flow = (p_mcb->flow == PORT_FC_UNDEFINED) ? PORT_FC_DEFAULT : p_mcb->flow;
148 if (flow == PORT_FC_CREDIT)
268 ** Description This function is called by the port entity when flow
H A Dport_int.h47 #define PORT_FC_UNDEFINED 0 /* mux flow control mechanism not defined yet */
48 #define PORT_FC_TS710 1 /* use TS 07.10 flow control */
49 #define PORT_FC_CREDIT 2 /* use RFCOMM credit based flow control */
57 BOOLEAN peer_fc; /* TRUE if flow control is set based on peer's request */
58 BOOLEAN user_fc; /* TRUE if flow control is set based on user's request */
106 UINT8 flow; /* flow control mechanism for this mux */ member in struct:__anon1550
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dscreen_manager.cc79 void ScreenManager::SetScreenFlow(ScreenFlow* flow) { argument
80 if (flow)
81 flow->set_screen_manager(this);
83 flow_.reset(flow);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dlocally_managed_user_creation_screen_handler.cc356 UserFlow* flow = new LocallyManagedUserCreationFlow(manager_username); local
357 UserManager::Get()->SetUserFlow(manager_username, flow);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLineBoxList.cpp233 RenderInline* flow = *it; local
234 flow->paintOutline(info, paintOffset);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DCSSNamedFlowCollectionsView.js43 this.element.classList.add("css-named-flow-collections-view");
119 * @param {!WebInspector.NamedFlow} flow
121 _appendNamedFlow: function(flow)
123 var flowHash = this._hashNamedFlow(flow.documentNodeId, flow.name);
124 var flowContainer = { flow: flow, flowHash: flowHash };
126 for (var i = 0; i < flow.content.length; ++i)
127 this._contentNodes[flow.content[i]] = flowHash;
128 for (var i = 0; i < flow
[all...]

Completed in 875 milliseconds

12